commit ef1deb36910b84666261f7e508c9b7bb9757a37e
parent bd74c29bce2a000e7b771edb16737d5a6c2a6deb
Author: Simon Kornblith <simon@simonster.com>
Date: Wed, 25 Jan 2012 03:18:17 -0500
Fix text position
Diffstat:
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/chrome/content/zotero-platform/mac/overlay.css b/chrome/content/zotero-platform/mac/overlay.css
@@ -137,10 +137,15 @@
#zotero-view-tabbox > tabs > tab > hbox .tab-text {
font: menu;
- margin: 2px 6px 2px 7px !important;
+ margin: 2px 6px 2px 8px !important;
text-shadow: 0 1px rgba(255, 255, 255, .4);
}
+/* This seems to be necessary to center the tabs. Not sure why. */
+#zotero-view-tabbox > tabs > tab:last-of-type > hbox .tab-text {
+ margin: 2px 8px 2px 8px !important;
+}
+
#zotero-view-tabbox > tabs > tab[selected=true] > hbox .tab-text {
color: #FFF !important;
text-shadow: rgba(0, 0, 0, 0.4) 0 1px;