From 106ddfdcc30f97a3143d2afc1f4a2b0a5eeccb76 Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Sun, 16 Oct 2011 02:40:28 +0000 Subject: [PATCH] stylesheet changes for IE as suggested by reardon in #4555 comment 5 --- web/index.html | 7 +--- web/style/transmission/Makefile.am | 2 - web/style/transmission/ie7.css | 63 ------------------------------ web/style/transmission/ieAll.css | 10 ----- 4 files changed, 1 insertion(+), 81 deletions(-) delete mode 100644 web/style/transmission/ie7.css delete mode 100644 web/style/transmission/ieAll.css diff --git a/web/index.html b/web/index.html index 2fcdd07bb..34247657b 100755 --- a/web/index.html +++ b/web/index.html @@ -2,6 +2,7 @@ + @@ -10,17 +11,11 @@ - - - diff --git a/web/style/transmission/Makefile.am b/web/style/transmission/Makefile.am index fa020fc9b..8647a6fdd 100644 --- a/web/style/transmission/Makefile.am +++ b/web/style/transmission/Makefile.am @@ -3,8 +3,6 @@ SUBDIRS = images datadir = ${datarootdir}/${PACKAGE_NAME}/${subdir} dist_data_DATA = \ common.css \ - ie7.css \ - ieAll.css \ mobile.css diff --git a/web/style/transmission/ie7.css b/web/style/transmission/ie7.css deleted file mode 100644 index 58ed180d0..000000000 --- a/web/style/transmission/ie7.css +++ /dev/null @@ -1,63 +0,0 @@ -div.torrent_global_menu ul li { - width: 87px; -} -div#torrent_container { - overflow-x: hidden; -} -div#torrent_container ul li { - padding-right: 40px; -} -li.torrent .torrent_progress_bar.incomplete{ - margin-right: 0 !important; -} -li.torrent a div { - right: -5px; - top: 2px; -} - -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; -} -.dialog_container{ - z-index: 4 -} diff --git a/web/style/transmission/ieAll.css b/web/style/transmission/ieAll.css deleted file mode 100644 index 97fecb195..000000000 --- a/web/style/transmission/ieAll.css +++ /dev/null @@ -1,10 +0,0 @@ -div#torrent_filter_bar input#torrent_search { - background: #FFF url('transmission/images/filter_icon.png') top left no-repeat; - border: 1px solid #5D80A1; - margin-top: 3px; - padding: 1px 10px 1px 18px; - width: 76px; -} -div#torrent_filter_bar input#torrent_search.blur { - border-color: #CCC; -} -- 2.40.0