Fix text position

This commit is contained in:
Simon Kornblith 2012-01-25 03:18:17 -05:00
parent bd74c29bce
commit ef1deb3691

View file

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