2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

fixes #4591 properly: remove -1px left margin on .input-append .add-on

This commit is contained in:
Mark Otto
2012-08-22 20:32:47 -07:00
parent 4775bc910c
commit ac4420237c
2 changed files with 9 additions and 2 deletions
+5 -1
View File
@@ -1512,7 +1512,6 @@ select:focus:required:invalid:focus {
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
margin-left: -1px;
vertical-align: top;
-webkit-border-radius: 0;
-moz-border-radius: 0;
@@ -1545,6 +1544,11 @@ select:focus:required:invalid:focus {
border-radius: 3px 0 0 3px;
}
.input-append .add-on,
.input-append .btn {
margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
-webkit-border-radius: 0 3px 3px 0;