mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
* fixed tabs menu image position in IE7
This commit is contained in:
parent
ec1a86a587
commit
f82c99d854
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ a { color:#0000ff; }
|
|||
.mtt-tabs li:hover a { color: #888888; }
|
||||
.mtt-tabs li.mtt-tabs-button { width:21px; min-width:21px; }
|
||||
.mtt-tabs li.mtt-tabs-button a { padding:6px 0px 0px 0px; }
|
||||
.mtt-tabs li.mtt-tabs-button a span { width:21px; min-width:21px; display:block; background:url(images/arrdown.gif) no-repeat bottom; height:12px; }
|
||||
.mtt-tabs li.mtt-tabs-button a span { width:21px; min-width:21px; display:block; background:url(images/arrdown.gif) no-repeat center 4px; height:12px; }
|
||||
.mtt-tabs li.mtt-tabs-button:hover a span { opacity:0.5; }
|
||||
.mtt-tabs.mtt-tabs-only-one li { display:none; }
|
||||
.mtt-tabs.mtt-tabs-only-one li.mtt-tabs-selected, .mtt-tabs.mtt-tabs-only-one li.mtt-tabs-button { display:block; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue