From 485e47ed355c4d3df7ae780bc7f3e146393d7ba0 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Tue, 28 Aug 2007 19:45:33 +0000 Subject: [PATCH] fix extra space on the right side of bold/italic/underline buttons --- chrome/skin/default/zotero/bindings/styled-textbox.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/chrome/skin/default/zotero/bindings/styled-textbox.css b/chrome/skin/default/zotero/bindings/styled-textbox.css index 10e433419..9f46a5182 100644 --- a/chrome/skin/default/zotero/bindings/styled-textbox.css +++ b/chrome/skin/default/zotero/bindings/styled-textbox.css @@ -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;