Skip to content

Commit

Permalink
ct-form-control fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbedair committed Jun 6, 2014
1 parent 72ba780 commit 86bdac8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/assets/css/bootstrap-yii.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,17 @@
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
min-width: 250px;
}

.input-group .ct-form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.input-group .ct-form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .ct-form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.clearfix {
*zoom: 1;
}
Expand Down

0 comments on commit 86bdac8

Please sign in to comment.