Commit 08ce3ef9 authored by Mark Otto's avatar Mark Otto

run grunt dist for #8967

parent dfd6c235
...@@ -2016,7 +2016,9 @@ input[type="button"].btn-block { ...@@ -2016,7 +2016,9 @@ input[type="button"].btn-block {
margin-bottom: 0; margin-bottom: 0;
} }
.form-horizontal .control-label { .form-horizontal .control-label,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
padding-top: 9px; padding-top: 9px;
} }
...@@ -2070,6 +2072,10 @@ input[type="button"].btn-block { ...@@ -2070,6 +2072,10 @@ input[type="button"].btn-block {
content: ""; content: "";
} }
.dropdown {
position: relative;
}
.dropdown-menu { .dropdown-menu {
position: absolute; position: absolute;
top: 100%; top: 100%;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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