From 01eaff122274cc4d10d9c8384aea1e4688706045 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Tue, 15 Dec 2009 20:00:00 +0000 Subject: [PATCH] making the height of the wikieditor tabs a bit smaller with the vector expirmental tabs stylesheet --- skins/vector/experiments/new-tabs.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/skins/vector/experiments/new-tabs.css b/skins/vector/experiments/new-tabs.css index 56dd572558..5f88dc3b88 100644 --- a/skins/vector/experiments/new-tabs.css +++ b/skins/vector/experiments/new-tabs.css @@ -303,12 +303,18 @@ } .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 { -- 2.20.1