]> git.wh0rd.org - tt-rss.git/commitdiff
add special stylesheet for ie7
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 29 Apr 2007 05:41:06 +0000 (06:41 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 29 Apr 2007 05:41:06 +0000 (06:41 +0100)
ie6.css
ie7.css [new file with mode: 0644]
prefs.php
tt-rss.php

diff --git a/ie6.css b/ie6.css
index 7510b2d73e28429d7eea5a8dffbb63948d345613..378d6e032239f9a13e8dbb415957722c83f98e4a 100644 (file)
--- a/ie6.css
+++ b/ie6.css
@@ -8,12 +8,12 @@ li.feedCatHolder {
        padding : 0px;
 }
 
-/*
+
 #infoBoxTitle {
        display : none;
-} */
+}
+
 
-/*
 #headlinesInnerContainer {
        position : normal;
 }
@@ -24,4 +24,4 @@ div.headlines_normal {
 
 div.headlines_cdm {
        overflow : auto;
-} */
+}
diff --git a/ie7.css b/ie7.css
new file mode 100644 (file)
index 0000000..540049f
--- /dev/null
+++ b/ie7.css
@@ -0,0 +1,10 @@
+ul.feedCatList {
+       position : relative;
+       top: -1em;
+}
+
+li.feedCatHolder {
+       margin : 0px;
+       padding : 0px;
+}
+
index 6586de50a7560752463915a932863171eeb968c0..e53ebcdd3a5422226e6218db18576e53ff23397c 100644 (file)
--- a/prefs.php
+++ b/prefs.php
 
        <div id="infoBoxShadow"><div id="infoBox">BAH</div></div>
 
-       <!--[if gte IE 5.5000]>
+       <!--[if lt IE 7]>
                <script type="text/javascript" src="pngfix.js"></script>
-               <link rel="stylesheet" type="text/css" href="tt-rss-ie.css">
+               <link rel="stylesheet" type="text/css" href="ie6.css">
        <![endif]-->
+
+       <!--[if IE 7]>          
+               <link rel="stylesheet" type="text/css" href="ie7.css">
+       <![endif]-->
+
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 
        <script type="text/javascript">
index c9e2555df9cd6426894e7a8adef97f4991c3fa32..d80c7877149795cf130c98034d60133d7e139e8c 100644 (file)
                <link rel="stylesheet" type="text/css" href="<?php echo $user_css_url ?>"/> 
        <?php } ?>
 
-       <!--[if gte IE 5.5000]>         
+       <!--[if lt IE 7]>               
                <script type="text/javascript" src="pngfix.js"></script>
-               <link rel="stylesheet" type="text/css" href="tt-rss-ie.css">
+               <link rel="stylesheet" type="text/css" href="ie6.css">
+       <![endif]-->
+
+       <!--[if IE 7]>          
+               <link rel="stylesheet" type="text/css" href="ie7.css">
        <![endif]-->
 
        <link rel="shortcut icon" type="image/png" href="images/favicon.png">