Bug 56148
This commit is contained in:
parent
d6948d4445
commit
a8cd33fbdf
|
@ -126,10 +126,12 @@ textarea.form-control:focus {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: @scaled-one-px-value-ie;
|
right: @scaled-one-px-value-ie;
|
||||||
right: @scaled-one-px-value;
|
right: @scaled-one-px-value;
|
||||||
|
top: @scaled-one-px-value-ie;
|
||||||
|
top: @scaled-one-px-value;
|
||||||
|
|
||||||
> .btn-toolbar {
|
> .btn-toolbar {
|
||||||
height: 22px;
|
height: 20px;
|
||||||
padding-top: 1px;
|
height: calc(22px - @scaled-one-px-value * 2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue