fix tokenfield spacing

This commit is contained in:
Felix Niklas 2016-04-18 14:53:28 +02:00
parent 0e6f2278df
commit c06d952d16

View file

@ -1613,7 +1613,6 @@ textarea.form-control {
} }
select.form-control:not([multiple]) { select.form-control:not([multiple]) {
padding-left: 10px;
padding-right: 34px; padding-right: 34px;
word-wrap: normal; word-wrap: normal;
} }
@ -5386,8 +5385,8 @@ footer {
.tokenfield .token { .tokenfield .token {
padding: 0 0 0 10px; padding: 0 0 0 10px;
margin: 0 5px 8px 0; margin: 0 5px 7px 0;
height: 26px; height: 25px;
line-height: 27px; line-height: 27px;
color: white; color: white;
background: hsl(198,19%,72%); background: hsl(198,19%,72%);
@ -5399,17 +5398,22 @@ footer {
.tokenfield .token-input { .tokenfield .token-input {
vertical-align: top; vertical-align: top;
margin: 2px 0 0 5px; padding: 0 10px 7px 0;
height: 25px; margin: 0;
height: 32px;
display: inline-block; display: inline-block;
} }
.tokenfield .token ~ .token-input {
padding: 0 5px 7px 0;
}
.tokenfield .token .token-label { .tokenfield .token .token-label {
padding: 0; padding: 0;
} }
.tokenfield.form-control { .tokenfield.form-control {
padding-top: 8px; padding: 7px 7px 0;
} }
.tokenfield .token .close { .tokenfield .token .close {