summaryrefslogtreecommitdiff
path: root/tt-rss-ie.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-18 14:30:35 +0100
committerAndrew Dolgov <[email protected]>2006-05-18 14:30:35 +0100
commitf9e621d06fde24fd6e753e274bcc2023d7b83631 (patch)
tree738b529266595e1029b9762682bb504fa7b011f9 /tt-rss-ie.css
parent1d7bf5a0f3208941c0b02db1049f02d974eb7495 (diff)
use old-style infobox for IE, misc IE fixes
Diffstat (limited to 'tt-rss-ie.css')
-rw-r--r--tt-rss-ie.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/tt-rss-ie.css b/tt-rss-ie.css
index 1d6a4bead..71d72961e 100644
--- a/tt-rss-ie.css
+++ b/tt-rss-ie.css
@@ -7,3 +7,38 @@ li.feedCatHolder {
margin : 0px;
padding : 0px;
}
+
+#infoBoxTitle {
+ border-width : 1px 1px 1px 1px;
+ border-style : solid;
+ border-color : #88b0f0;
+ background-color : #88b0f0;
+ padding : 2px;
+ color : white;
+}
+
+#infoBox {
+ border-width : 1px 1px 1px 1px;
+ border-style : solid;
+ border-color : #88b0f0;
+ font-size : small;
+ position : relative;
+ bottom : 2px;
+ right : 2px;
+ 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/shadow.png");
+ left : 30%;
+ top : 30%;
+ width : 30%;
+ z-index : 3;
+ position : absolute;
+ display : none;
+}
+