Commit f497b5e1 authored by Mark Otto's avatar Mark Otto

move dropdown change from navbar to dropdowns to fix customizer compiling

parent a9297c7a
......@@ -3339,6 +3339,13 @@ input[type="button"].btn-block {
margin-bottom: 1px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto;
}
}
.btn-default .caret {
border-top-color: #333333;
}
......@@ -4273,10 +4280,6 @@ textarea.input-group-sm > .input-group-btn > .btn {
.navbar-right {
float: right !important;
}
.navbar-right .dropdown-menu {
right: 0;
left: auto;
}
}
.navbar-form {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -177,3 +177,17 @@
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();
}
}
}
......@@ -259,12 +259,7 @@
@media (min-width: @grid-float-breakpoint) {
.navbar-left { .pull-left(); }
.navbar-right {
.pull-right();
.dropdown-menu {
.pull-right > .dropdown-menu();
}
}
.navbar-right { .pull-right(); }
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment