mirror of
https://github.com/transmission/transmission
synced 2025-03-03 18:25:35 +00:00
(trunk web) safari looking filter for all IEs
This commit is contained in:
parent
4193f2b201
commit
3618c6da01
2 changed files with 14 additions and 1 deletions
|
@ -11,7 +11,10 @@
|
|||
<script type="text/javascript" src="./javascript/jquery/jquery.min.js"></script>
|
||||
<link media="only screen and (max-device-width: 480px)" href="./stylesheets/iphone.css" type= "text/css" rel="stylesheet" />
|
||||
<link media="screen and (min-device-width: 481px)" href="./stylesheets/common.css" type="text/css" rel="stylesheet" />
|
||||
<!--[if IE]><link media="screen" href="./stylesheets/common.css" type="text/css" rel="stylesheet" /><![endif]-->
|
||||
<!--[if IE]>
|
||||
<link media="screen" href="./stylesheets/common.css" type="text/css" rel="stylesheet" />
|
||||
<link media="screen" href="./stylesheets/ieAll.css" type="text/css" rel="stylesheet" />
|
||||
<![endif]-->
|
||||
<!--[if IE 6]><link media="screen" href="./stylesheets/ie6.css" type="text/css" rel="stylesheet" /><![endif]-->
|
||||
<!--[if IE 7]><link media="screen" href="./stylesheets/ie7.css" type="text/css" rel="stylesheet" /><![endif]-->
|
||||
<script type="text/javascript" src="./javascript/jquery/jquery.transmenu.min.js"></script>
|
||||
|
|
10
web/stylesheets/ieAll.css
Normal file
10
web/stylesheets/ieAll.css
Normal file
|
@ -0,0 +1,10 @@
|
|||
div#torrent_filter_bar input#torrent_search {
|
||||
background: #FFF url('../images/graphics/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;
|
||||
}
|
Loading…
Reference in a new issue