Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
f497b5e1
Commit
f497b5e1
authored
Aug 19, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move dropdown change from navbar to dropdowns to fix customizer compiling
parent
a9297c7a
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
11 deletions
+23
-11
dist/css/bootstrap.css
dist/css/bootstrap.css
+7
-4
dist/css/bootstrap.min.css
dist/css/bootstrap.min.css
+1
-1
less/dropdowns.less
less/dropdowns.less
+14
-0
less/navbar.less
less/navbar.less
+1
-6
No files found.
dist/css/bootstrap.css
View file @
f497b5e1
...
@@ -3339,6 +3339,13 @@ input[type="button"].btn-block {
...
@@ -3339,6 +3339,13 @@ input[type="button"].btn-block {
margin-bottom
:
1px
;
margin-bottom
:
1px
;
}
}
@media
(
min-width
:
768px
)
{
.navbar-right
.dropdown-menu
{
right
:
0
;
left
:
auto
;
}
}
.btn-default
.caret
{
.btn-default
.caret
{
border-top-color
:
#333333
;
border-top-color
:
#333333
;
}
}
...
@@ -4273,10 +4280,6 @@ textarea.input-group-sm > .input-group-btn > .btn {
...
@@ -4273,10 +4280,6 @@ textarea.input-group-sm > .input-group-btn > .btn {
.navbar-right
{
.navbar-right
{
float
:
right
!important
;
float
:
right
!important
;
}
}
.navbar-right
.dropdown-menu
{
right
:
0
;
left
:
auto
;
}
}
}
.navbar-form
{
.navbar-form
{
...
...
dist/css/bootstrap.min.css
View file @
f497b5e1
This source diff could not be displayed because it is too large. You can
view the blob
instead.
less/dropdowns.less
View file @
f497b5e1
...
@@ -177,3 +177,17 @@
...
@@ -177,3 +177,17 @@
margin-bottom: 1px;
margin-bottom: 1px;
}
}
}
}
// Component alignment
//
// Reiterate per navbar.less and the modified component alignment there.
@media (min-width: @grid-float-breakpoint) {
.navbar-right {
.dropdown-menu {
.pull-right > .dropdown-menu();
}
}
}
less/navbar.less
View file @
f497b5e1
...
@@ -259,12 +259,7 @@
...
@@ -259,12 +259,7 @@
@media (min-width: @grid-float-breakpoint) {
@media (min-width: @grid-float-breakpoint) {
.navbar-left { .pull-left(); }
.navbar-left { .pull-left(); }
.navbar-right {
.navbar-right { .pull-right(); }
.pull-right();
.dropdown-menu {
.pull-right > .dropdown-menu();
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment