summaryrefslogtreecommitdiff
path: root/tt-rss.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.css
parent1d7bf5a0f3208941c0b02db1049f02d974eb7495 (diff)
use old-style infobox for IE, misc IE fixes
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/tt-rss.css b/tt-rss.css
index dfb3ae41a..eabe3e6f2 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -523,7 +523,7 @@ div.helpResponse {
background-color : #ecf4ff;
}
-#infoBoxTitle {
+#infoBox > #infoBoxTitle {
border-width : 1px 1px 1px 1px;
border-style : solid;
border-color : #88b0f0;
@@ -532,7 +532,8 @@ div.helpResponse {
color : white;
}
-#infoBox {
+
+#infoBoxShadow > #infoBox {
border-width : 1px 1px 1px 1px;
border-style : solid;
border-color : #88b0f0;
@@ -548,7 +549,7 @@ div.helpResponse {
background-color : white;
}
-#infoBoxShadow {
+td > #infoBoxShadow {
background-image : url("images/overlay.png");
left : 0;
top : 0;
@@ -603,7 +604,6 @@ table.main td.prefsTabs {
}
input.prefsTab {
-
background-image : url("images/prefs_tab.png");
background-position : top left;
background-repeat : repeat-x;
@@ -611,7 +611,7 @@ input.prefsTab {
padding : 2px 7px 2px 7px;
margin : 0px 1px 0px 0px;
width : 130px;
- font-size : small;
+ font-size : x-small;
background-color : white;
}
@@ -627,7 +627,7 @@ input.prefsTabSelected {
font-weight : bold;
background-position : top left;
background-repeat : repeat-x;
- font-size : small;
+ font-size : x-small;
}