Fixes whitespace to the left of 'Open Media Builder' button (CC-5166)

This commit is contained in:
Daniel James 2013-05-22 10:23:42 +01:00
parent 717cda984a
commit 7ec664823d
1 changed files with 4 additions and 1 deletions

View File

@ -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;
}
}