Merge "Fix alignment of group addons in panel controls"

This commit is contained in:
Jenkins 2016-04-21 03:35:22 +00:00 committed by Gerrit Code Review
commit 8c59d69528
1 changed files with 26 additions and 0 deletions

View File

@ -62,6 +62,16 @@ table.default-cols {
@extend .pull-right;
width: 50%;
.input-group-addon:first-child {
position: relative;
left: 2px;
* {
position: relative;
left: -1px;
}
}
}
> .form-inline {
@ -71,6 +81,22 @@ table.default-cols {
@extend .input-group-sm;
min-width: 250px;
.input-group-addon:first-child {
position: relative;
left: 2px;
width: 1px;
* {
position: relative;
left: -1px;
}
& + input {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
}
}
.btn-group {