fix extra space on the right side of bold/italic/underline buttons

This commit is contained in:
Simon Kornblith 2007-08-28 19:45:33 +00:00
parent c5803506b2
commit 485e47ed35

View File

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