From a8f10190db700c95c15b46ff21271074b6de3906 Mon Sep 17 00:00:00 2001 From: Max Pozdeev Date: Sun, 25 Oct 2009 21:57:03 +0300 Subject: [PATCH] - fix for last commit --- src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.css b/src/style.css index f9fcc3a..57128ab 100644 --- a/src/style.css +++ b/src/style.css @@ -32,6 +32,7 @@ a { color:#0000ff; } .mtt-htabs { clear:both; padding:8px; border-bottom:2px solid #DEDEDE; background:url(images/corner_right.gif) no-repeat top right #ededed; } #loading { float:left; padding-top:5px; background-color:#ffffff; display:none; padding-right:6px;} .mtt-tabs ul li.mtt-tabs-button { min-width:21px; width:21px; } +.mtt-tabs ul li.mtt-tabs-button a { padding:6px 0px 0px 0px; } .mtt-tabs ul li.mtt-tabs-button a img { border:none;} .mtt-tabs ul li.mtt-tabs-button:hover a img { opacity:0.5; } #page_tasks.readonly li.mtt-tabs-button { display:none; }