Fixes whitespace to the left of 'Open Media Builder' button (CC-5166)
This commit is contained in:
parent
717cda984a
commit
7ec664823d
|
@ -232,6 +232,9 @@ a.badge:hover {
|
||||||
.btn-small [class^="icon-"] {
|
.btn-small [class^="icon-"] {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
#pl_edit.btn.btn-small {
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
.btn-mini {
|
.btn-mini {
|
||||||
padding: 2px 6px;
|
padding: 2px 6px;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
@ -2710,4 +2713,4 @@ fieldset .btn-toolbar {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue