Return to 11px bold text

This commit is contained in:
Simon Kornblith 2012-01-25 03:26:10 -05:00
parent ef1deb3691
commit 93643b012e

View File

@ -124,29 +124,29 @@
display: none; display: none;
} }
#zotero-view-tabbox > tabs > tab { #zotero-pane[ignoreActiveAttribute] #zotero-view-tabbox > tabs > tab {
-moz-box-orient: vertical; -moz-box-orient: vertical;
-moz-box-align: center; -moz-box-align: center;
-moz-appearance: toolbarbutton; -moz-appearance: toolbarbutton;
-moz-user-focus: none; -moz-user-focus: none;
text-align: center; text-align: center;
margin: 0; margin: 0;
padding: 0 1px; padding: 1px 1px;
height: 22px;
} }
#zotero-view-tabbox > tabs > tab > hbox .tab-text { #zotero-pane[ignoreActiveAttribute] #zotero-view-tabbox > tabs > tab > hbox .tab-text {
font: menu; font-size: 11px;
margin: 2px 6px 2px 8px !important; font-weight: bold;
margin: 2px 4px 2px 6px !important;
text-shadow: 0 1px rgba(255, 255, 255, .4); text-shadow: 0 1px rgba(255, 255, 255, .4);
} }
/* This seems to be necessary to center the tabs. Not sure why. */ /* This seems to be necessary to center the tabs. Not sure why. */
#zotero-view-tabbox > tabs > tab:last-of-type > hbox .tab-text { #zotero-pane[ignoreActiveAttribute] #zotero-view-tabbox > tabs > tab:last-of-type > hbox .tab-text {
margin: 2px 8px 2px 8px !important; margin: 2px 6px 2px 6px !important;
} }
#zotero-view-tabbox > tabs > tab[selected=true] > hbox .tab-text { #zotero-pane[ignoreActiveAttribute]#zotero-view-tabbox > tabs > tab[selected=true] > hbox .tab-text {
color: #FFF !important; color: #FFF !important;
text-shadow: rgba(0, 0, 0, 0.4) 0 1px; text-shadow: rgba(0, 0, 0, 0.4) 0 1px;
} }