Commit cddca18f authored by Mark Otto's avatar Mark Otto
Browse files

Fixes #6174: Caret alignment in small and mini buttons

parent 9d985978
6 merge requests!6821Typeahead updater,!6666Patch 1,!6610Add outline for input[type="image"],!65463.0.0 wip - fixed the issue in which the test pid isn't killed if a test fails,!6503control markup changes added,!6345Input classes addition
Showing with 9 additions and 4 deletions
+9 -4
......@@ -3744,8 +3744,6 @@ input[type="submit"].btn.btn-mini {
margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
margin-top: 6px;
}
......@@ -3756,6 +3754,11 @@ input[type="submit"].btn.btn-mini {
border-left-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
margin-top: 8px;
}
.dropup .btn-large .caret {
border-bottom-width: 5px;
}
......
......@@ -164,8 +164,6 @@
margin-left: 0;
}
// Carets in other button sizes
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
margin-top: 6px;
}
......@@ -174,6 +172,10 @@
border-right-width: 5px;
border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
margin-top: 8px;
}
// Upside down carets for .dropup
.dropup .btn-large .caret {
border-bottom-width: 5px;
......
Supports Markdown
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