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-"] {
|
||||
margin-top: 0;
|
||||
}
|
||||
#pl_edit.btn.btn-small {
|
||||
margin-left: 10px;
|
||||
}
|
||||
.btn-mini {
|
||||
padding: 2px 6px;
|
||||
font-size: 11px;
|
||||
|
@ -2710,4 +2713,4 @@ fieldset .btn-toolbar {
|
|||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue