]> git.wh0rd.org - tt-rss.git/commitdiff
fix infobox overlay override for gecko and opera
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 1 Oct 2006 13:54:57 +0000 (14:54 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 1 Oct 2006 13:54:57 +0000 (14:54 +0100)
gecko.css
opera.css

index a0270327dd77926772a52d742d3db61ad92837e8..b364060518afa7b1894d6f0757de5ad6e2a67125 100644 (file)
--- a/gecko.css
+++ b/gecko.css
@@ -1,18 +1,11 @@
 #infoBox {     
-       border-width : 1px 1px 1px 1px;
-       border-style : solid;
-       border-color : #88b0f0;
        font-size : small;
        position : relative;
        top : 30%;
        left : 30%;
        width : 30%;
        padding-bottom : 5px;   
-       background-image : url("images/prefs-content.png");
-       background-position : top left;
-       background-repeat : repeat-x;
-       background-color : white;
-}
+} 
 
 #infoBoxShadow {
        background-image : url("images/overlay.png");
index 058036f80453bea347cef2e11ee8d23d89d2531f..502d800fa8335711013cefdc88a1391fdc331c8d 100644 (file)
--- a/opera.css
+++ b/opera.css
@@ -5,22 +5,6 @@ table.main td.headlines {
        border-color : #c0c0c0;
 }
 
-#infoBox {     
-       border-width : 1px 1px 1px 1px;
-       border-style : solid;
-       border-color : #88b0f0;
-       font-size : small;
-       position : relative;
-       top : 30%;
-       left : 30%;
-       width : 30%;
-       padding-bottom : 5px;   
-       background-image : url("images/prefs-content.png");
-       background-position : top left;
-       background-repeat : repeat-x;
-       background-color : white;
-}
-
 #infoBoxShadow {
        background-image : url("images/overlay.png");
        left : 0;
@@ -30,31 +14,14 @@ table.main td.headlines {
        z-index : 3;
        position : absolute;
        display : none;
-} 
-/* #infoBox {  
-       border-width : 1px 1px 1px 1px;
-       border-style : solid;
-       border-color : #88b0f0;
+}
+
+#infoBox {     
        font-size : small;
        position : relative;
        top : 30%;
        left : 30%;
        width : 30%;
        padding-bottom : 5px;   
-       background-image : url("images/prefs-content.png");
-       background-position : top left;
-       background-repeat : repeat-x;
-       background-color : white;
-}
-
-#infoBoxShadow {
-       background-image : url("images/overlay.png");
-       left : 0;
-       top : 0;
-       height : 100%;
-       width : 100%;
-       z-index : 3;
-       position : absolute;
-       display : none;
-} */
+}