Skip to content

Commit

Permalink
Input group sizes: Properly position .form-control-feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
hnrch02 committed Mar 1, 2015
1 parent 1ba2630 commit fd35779
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions less/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ output {
background-color: @input-bg-disabled;
opacity: 1; // iOS fix for unreadable disabled content; see https://github.com/twbs/bootstrap/issues/11655
}

&[disabled],
fieldset[disabled] & {
cursor: @cursor-disabled;
Expand Down Expand Up @@ -376,12 +376,14 @@ input[type="checkbox"] {
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback {
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback {
width: @input-height-large;
height: @input-height-large;
line-height: @input-height-large;
}
.input-sm + .form-control-feedback {
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback {
width: @input-height-small;
height: @input-height-small;
line-height: @input-height-small;
Expand Down

0 comments on commit fd35779

Please sign in to comment.