fix extra space on the right side of bold/italic/underline buttons
This commit is contained in:
parent
c5803506b2
commit
485e47ed35
|
@ -16,11 +16,16 @@
|
|||
|
||||
.rt-text-control
|
||||
{
|
||||
width: 16px;
|
||||
margin: 0;
|
||||
margin: 0 4px 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.rt-text-control .toolbarbutton-text
|
||||
{
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.rt-text-control[selected="true"] {
|
||||
background-color: #666666;
|
||||
-moz-border-radius: 6px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user