]> granicus.if.org Git - transmission/commitdiff
stylesheet changes for IE as suggested by reardon in #4555 comment 5
authorJordan Lee <jordan@transmissionbt.com>
Sun, 16 Oct 2011 02:40:28 +0000 (02:40 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Sun, 16 Oct 2011 02:40:28 +0000 (02:40 +0000)
web/index.html
web/style/transmission/Makefile.am
web/style/transmission/ie7.css [deleted file]
web/style/transmission/ieAll.css [deleted file]

index 2fcdd07bbfe4afdca295d7679beeead20c5985ad..34247657b227cd81b3af9d546409866b3d6f9234 100755 (executable)
@@ -2,6 +2,7 @@
 <html>
        <head>
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+               <meta http-equiv="X-UA-Compatible" content="IE=8,IE=9"><!-- ticket #4555 --> 
                <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
                <meta name="apple-mobile-web-app-capable" content="yes" />
                <link href="./images/favicon.ico" rel="icon" />
                <script type="text/javascript" src="./javascript/jquery/jquery-1.6.4.min.js"></script>
                <script type="text/javascript" src="./javascript/jquery/jqueryui-1.8.16.min.js"></script>
                <link rel="stylesheet" href="./style/jqueryui/jqueryui-1.8.16.css" type="text/css" media="all" />
-
 <!--
                <link media="screen" href="./stylesheets/mobile.css" type= "text/css" rel="stylesheet" />
 -->
                <link media="only screen and (max-device-width: 480px)" href="./style/transmission/mobile.css" type= "text/css" rel="stylesheet" />
                <link media="screen and (min-device-width: 481px)" href="./style/transmission/common.css" type="text/css" rel="stylesheet" />
-               <!--[if IE]>
-                       <link media="screen" href="./style/transmission/common.css" type="text/css" rel="stylesheet" />
-                       <link media="screen" href="./style/transmission/ieAll.css" type="text/css" rel="stylesheet" />
-               <![endif]-->
-               <!--[if IE 7]><link media="screen" href="./style/transmission/ie7.css" type="text/css" rel="stylesheet" /><![endif]-->
                <script type="text/javascript" src="./javascript/jquery/jquery.transmenu.min.js"></script>
                <script type="text/javascript" src="./javascript/jquery/jquery.contextmenu.min.js"></script>
                <script type="text/javascript" src="./javascript/jquery/jquery.form.min.js"></script>
index fa020fc9b6aaf7728510449253333672f73d676f..8647a6fdde67f57e5fd895820fe6883c4865f5d1 100644 (file)
@@ -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 (file)
index 58ed180..0000000
+++ /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 (file)
index 97fecb1..0000000
+++ /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;
-}