Update to Bootstrap 2.3.0
This commit is contained in:
7
assets/css/less/bootstrap/forms.less
Executable file → Normal file
7
assets/css/less/bootstrap/forms.less
Executable file → Normal file
@@ -422,7 +422,9 @@ select:focus:invalid {
|
||||
// Allow us to put symbols and text within the input field for a cleaner look
|
||||
.input-append,
|
||||
.input-prepend {
|
||||
margin-bottom: 5px;
|
||||
display: inline-block;
|
||||
margin-bottom: @baseLineHeight / 2;
|
||||
vertical-align: middle;
|
||||
font-size: 0; // white space collapse hack
|
||||
white-space: nowrap; // Prevent span and input from separating
|
||||
|
||||
@@ -430,7 +432,8 @@ select:focus:invalid {
|
||||
input,
|
||||
select,
|
||||
.uneditable-input,
|
||||
.dropdown-menu {
|
||||
.dropdown-menu,
|
||||
.popover {
|
||||
font-size: @baseFontSize;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user