diff --git a/web/stylesheets/ie6.css b/web/stylesheets/ie6.css index 6c6b62817..e3bc390e6 100644 --- a/web/stylesheets/ie6.css +++ b/web/stylesheets/ie6.css @@ -14,3 +14,76 @@ div#torrent_container { div#torrent_inspector { position: absolute; } +ul.torrent_list { + width: 98%; +} +ul.torrent_list li.even { + background-color: #EDF3FE !important; + zoom: 1.0; +} + +ul.torrent_list li.selected { + background-color: #3879D7 !important; + color: #FFF; + zoom: 1.0; +} +div.torrent_footer ul#settings_menu li#button:active, +div.torrent_footer ul#settings_menu li#button:hover { + background-position: -32px -75px; +} +.trans_menu li.main li { + width: 100%; +} +.trans_menu li.active { + background-image: none !important; +} +.trans_menu li.hover { + z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */ + background-color: #24e; + color: #fff; + text-shadow: none; + margin-bottom: 0px; + margin-top: 0px; +} + +div.torrent_footer ul#settings_menu li#button:active, +div.torrent_footer ul#settings_menu li#button:hover { + background-position: -32px -75px; +} +.trans_menu li.main li { + width: auto; +} +.trans_menu li.active { + background-image: none !important; +} +.trans_menu .innerBox li.hover { + z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */ + background-color: #24e !important; + color: #fff !important; + text-shadow: none; +} +.trans_menu ul { + width: 210px; +} +.trans_menu li.separator { + line-height: 0px; + height: 1px !important; + font-size: 0px; + width: auto; +} +.trans_menu li, .trans_menu li.active { + position: relative; + width: auto; + zoom: 1.0; +} +.trans_menu li span.arrow { + position: absolute; + right: 3px; top: 0px; +} +.trans_menu ul ul { + margin-left: 0px !important; +} +.trans_menu li .innerBox .outerbox { + top: auto !important; + bottom: 0px !important; +} \ No newline at end of file diff --git a/web/stylesheets/ie7.css b/web/stylesheets/ie7.css index 87ff7d7bb..8b6ea697d 100644 --- a/web/stylesheets/ie7.css +++ b/web/stylesheets/ie7.css @@ -11,3 +11,47 @@ li.torrent a div { right: -2px; top: -12px; } + +div.torrent_footer ul#settings_menu li#button:active, +div.torrent_footer ul#settings_menu li#button:hover { + background-position: -32px -75px; +} +.trans_menu li.main li { + width: auto; +} +.trans_menu li.active { + background-image: none !important; +} +.trans_menu .innerBox li.hover { + z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */ + background-color: #24e !important; + color: #fff !important; + text-shadow: none; + margin-bottom: 0px; + margin-top: 0px; +} +.trans_menu ul { + width: 210px; +} +.trans_menu li.separator { + line-height: 0px; + height: 1px !important; + font-size: 0px; + width: auto; +} +.trans_menu li, .trans_menu li.active { + position: relative; + width: auto; + zoom: 1.0; +} +.trans_menu li span.arrow { + position: absolute; + right: 3px; top: 0px; +} +.trans_menu ul ul { + margin-left: 0px !important; +} +.trans_menu li .innerBox .outerbox { + top: auto !important; + bottom: 0px !important; +} \ No newline at end of file