aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-13 14:56:58 -0700
committerMark Otto <[email protected]>2013-08-13 14:56:58 -0700
commit8d2948c0d6d5b9f753e917aa36fe43549e696e97 (patch)
tree11be6c356a7f48c01062a9f5d937f63503956bbd /dist/css/bootstrap.css
parent3da3f7e4741aa0bc316b0c70ecee31df2783739b (diff)
downloadbootstrap-8d2948c0d6d5b9f753e917aa36fe43549e696e97.tar.xz
bootstrap-8d2948c0d6d5b9f753e917aa36fe43549e696e97.zip
grunt dist on prev forms change
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css56
1 files changed, 28 insertions, 28 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index d02822ff4..4b32229bc 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -1705,16 +1705,16 @@ textarea.form-control {
}
.input-sm {
- height: 45px;
- padding: 10px 16px;
- font-size: 18px;
- line-height: 1.33;
- border-radius: 6px;
+ height: 30px;
+ padding: 5px 10px;
+ font-size: 12px;
+ line-height: 1.5;
+ border-radius: 3px;
}
select.input-sm {
- height: 45px;
- line-height: 45px;
+ height: 30px;
+ line-height: 30px;
}
textarea.input-sm {
@@ -1722,16 +1722,16 @@ textarea.input-sm {
}
.input-lg {
- height: 30px;
- padding: 5px 10px;
- font-size: 12px;
- line-height: 1.5;
- border-radius: 3px;
+ height: 45px;
+ padding: 10px 16px;
+ font-size: 18px;
+ line-height: 1.33;
+ border-radius: 6px;
}
select.input-lg {
- height: 30px;
- line-height: 30px;
+ height: 45px;
+ line-height: 45px;
}
textarea.input-lg {
@@ -2260,18 +2260,18 @@ input[type="button"].btn-block {
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
- height: 30px;
- padding: 5px 10px;
- font-size: 12px;
- line-height: 1.5;
- border-radius: 3px;
+ height: 45px;
+ padding: 10px 16px;
+ font-size: 18px;
+ line-height: 1.33;
+ border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
- height: 30px;
- line-height: 30px;
+ height: 45px;
+ line-height: 45px;
}
textarea.input-group-lg > .form-control,
@@ -2283,18 +2283,18 @@ textarea.input-group-lg > .input-group-btn > .btn {
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
- height: 45px;
- padding: 10px 16px;
- font-size: 18px;
- line-height: 1.33;
- border-radius: 6px;
+ height: 30px;
+ padding: 5px 10px;
+ font-size: 12px;
+ line-height: 1.5;
+ border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
- height: 45px;
- line-height: 45px;
+ height: 30px;
+ line-height: 30px;
}
textarea.input-group-sm > .form-control,