making the height of the wikieditor tabs a bit smaller with the vector expirmental...
authorAdam Miller <adam@users.mediawiki.org>
Tue, 15 Dec 2009 20:00:00 +0000 (20:00 +0000)
committerAdam Miller <adam@users.mediawiki.org>
Tue, 15 Dec 2009 20:00:00 +0000 (20:00 +0000)
skins/vector/experiments/new-tabs.css

index 56dd572..5f88dc3 100644 (file)
 }
 .wikiEditor-ui-tabs {
        border: none;
+       height: 2.15em;
+}
+.wikiEditor-ui-buttons {
+       height: 2.15em;
 }
 .wikiEditor-ui-tabs div {
        border: 1px solid silver;
        margin-right: 1px;
+       height: 2.15em;
 }
 .wikiEditor-ui-tabs div a {
+       line-height: 2.15em;
        background: #FFFFFF url(images/tab-fade.png) repeat-x  0 100%;
 }
 .wikiEditor-ui-tabs div.current a {