From bb8069de42da5362ef39b0e56962ed7a20c1ccf7 Mon Sep 17 00:00:00 2001 From: Max Pozdeev Date: Sat, 24 Jul 2010 16:49:27 +0400 Subject: [PATCH] - fixed opera 10.60 issue with incorrect tabs look --- src/themes/default/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/default/style.css b/src/themes/default/style.css index 806c252..b9c690c 100644 --- a/src/themes/default/style.css +++ b/src/themes/default/style.css @@ -27,7 +27,7 @@ a { color:#0000ff; } .mtt-tabs { list-style:none; padding:0; margin:0; } .mtt-tabs li { margin:1px 3px 0 0; float:left; max-width:199px; border-left:1px solid #ededed; background:#fbfbfb url(images/tab_hover.gif) no-repeat top right; } .mtt-tabs a { position:relative; margin:0; font-size:9pt; font-weight:bold; text-decoration:none; text-align:center; white-space:nowrap; color:#444444; display:block; height:21px; padding:6px 6px 0px 2px; outline:none; vertical-align:top; } -.mtt-tabs a span { display:block; min-width:75px; cursor:pointer; padding:0; overflow:hidden; } +.mtt-tabs a span { display:inline-block; min-width:75px; cursor:pointer; padding:0; overflow:hidden; } .mtt-tabs .list-action { display:none; float:left; position:absolute; top:6px; right:5px; width:15px; height:15px; background:#fff url(images/icons.gif) 0 0 no-repeat; } .mtt-tabs .list-action:hover, .mtt-tabs .list-action.mtt-menu-button-active { background-position:-16px 0; cursor:pointer; } .mtt-tabs li.mtt-tabs-selected span { margin-right:16px; }