Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less17
1 files changed, 3 insertions, 14 deletions
diff --git a/less/forms.less b/less/forms.less
index 5480419a25..883bf1cf21 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -270,22 +270,15 @@ input[type="tel"],
input[type="color"],
.uneditable-input {
&.input-large {
- padding: @padding-large-input;
+ padding: @padding-large;
font-size: @font-size-large;
border-radius: @border-radius-large;
- min-height: @input-height-large;
}
&.input-small {
+ min-height: @input-height-small;
padding: @padding-small;
font-size: @font-size-small;
border-radius: @border-radius-small;
- min-height: @input-height-small;
- }
- &.input-mini {
- padding: @padding-mini;
- font-size: @font-size-mini;
- border-radius: @border-radius-small;
- min-height: @input-height-small;
}
}
@@ -480,7 +473,7 @@ select:focus:invalid {
font-size: @font-size-small;
}
&.input-large {
- padding: @padding-large-input;
+ padding: @padding-large;
font-size: @font-size-large;
}
}
@@ -492,11 +485,9 @@ select:focus:invalid {
.border-left-radius(@border-radius-base);
&.input-small {
.border-left-radius(@border-radius-small);
- .border-right-radius(0);
}
&.input-large {
.border-left-radius(@border-radius-large);
- .border-right-radius(0);
}
}
.input-group-addon:first-child {
@@ -508,11 +499,9 @@ select:focus:invalid {
.border-right-radius(@border-radius-base);
&.input-small {
.border-right-radius(@border-radius-small);
- .border-left-radius(0);
}
&.input-large {
.border-right-radius(@border-radius-large);
- .border-left-radius(0);
}
}
.input-group-addon:last-child {