aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-04-28 17:24:59 -0700
committerMark Otto <[email protected]>2011-04-28 17:24:59 -0700
commitd61317d7b5bb7a8aa11f7ac3fc60efcd359f1606 (patch)
treed0c6c6f160f5244d55e1a3e026544a73b64324ce /less/forms.less
parente89ba29385d43ffed43b479be566e98ad2eaf1ff (diff)
downloadbootstrap-d61317d7b5bb7a8aa11f7ac3fc60efcd359f1606.tar.xz
bootstrap-d61317d7b5bb7a8aa11f7ac3fc60efcd359f1606.zip
Added main topbar and shit.
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less20
1 files changed, 12 insertions, 8 deletions
diff --git a/less/forms.less b/less/forms.less
index 6447fd39f..59dae9241 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -64,11 +64,9 @@ form {
border: 1px solid #bbb;
.border-radius(3px);
}
- select {
- height: @baseline * 1.5;
- line-height: @baseline * 1.5;
- }
+ select,
input[type=file] {
+ height: @baseline * 1.5;
line-height: @baseline * 1.5;
}
textarea {
@@ -317,7 +315,7 @@ form.form-stacked {
font-weight: bold;
text-align: left;
line-height: 20px;
- padding-top: 1px;
+ padding-top: 0;
}
div.clearfix {
margin-bottom: @baseline / 2;
@@ -325,8 +323,14 @@ form.form-stacked {
margin-left: 0;
}
}
- ul.inputs-list li label {
- font-weight: normal;
- padding-top: 0;
+ ul.inputs-list {
+ margin-bottom: 0;
+ li {
+ padding-top: 0;
+ label {
+ font-weight: normal;
+ padding-top: 0;
+ }
+ }
}
}