aboutsummaryrefslogtreecommitdiff
path: root/lib/forms.less
diff options
context:
space:
mode:
Diffstat (limited to 'lib/forms.less')
-rw-r--r--lib/forms.less11
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/forms.less b/lib/forms.less
index 744649f90..4ee636683 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -87,6 +87,7 @@ input[type=radio] {
line-height: normal;
border: none;
cursor: pointer;
+ .border-radius(0);
}
// Reset the file input to browser defaults
@@ -118,7 +119,6 @@ input[type=file] {
// Chrome on Linux and Mobile Safari need background-color
select {
width: 220px; // default input width + 10px of padding that doesn't get applied
- vertical-align: baseline;
background-color: @white;
}
@@ -162,7 +162,7 @@ input[type=hidden] {
// Move the options list down to align with labels
.controls > .radio:first-child,
.controls > .checkbox:first-child {
- padding-top: 6px; // has to be padding because margin collaspes
+ padding-top: 5px; // has to be padding because margin collaspes
}
// Radios and checkboxes on same line
@@ -376,9 +376,9 @@ select:focus:required:invalid {
}
.help-inline {
- *position: relative; /* IE6-7 */
- *top: -5px; /* IE6-7 */
- display: inline;
+ display: inline-block;
+ margin-bottom: 9px;
+ vertical-align: middle;
padding-left: 5px;
}
@@ -468,6 +468,7 @@ select:focus:required:invalid {
input,
textarea,
select,
+ .help-inline,
.uneditable-input {
display: inline-block;
margin-bottom: 0;