summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-01 05:52:55 +0100
committerAndrew Dolgov <[email protected]>2006-10-01 05:52:55 +0100
commitf4fb82c5438999ad417d344a78e030945145b2fe (patch)
treedc3c42e57737b91eda804ca2fbcd17124c155316
parent23c2a4e7aefa20361b69751677152762ccef5553 (diff)
default theme updates
-rw-r--r--themes/compat/theme.css5
-rw-r--r--tt-rss.css21
2 files changed, 17 insertions, 9 deletions
diff --git a/themes/compat/theme.css b/themes/compat/theme.css
index 11724ee1f..44e39d98f 100644
--- a/themes/compat/theme.css
+++ b/themes/compat/theme.css
@@ -883,6 +883,10 @@ div.headlines_cdm {
right : 0px;
}
+#prefFooter {
+ display : none;
+}
+
#footer {
position : absolute;
bottom : 0px;
@@ -920,6 +924,7 @@ div.return a:hover {
}
#prefContent {
+ position : static;
background-image : url("images/vgrad_light_rev.png");
background-position : top left;
background-repeat : repeat-x;
diff --git a/tt-rss.css b/tt-rss.css
index 3eb4ad8bd..2e581653a 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -498,7 +498,6 @@ div.prefsTab {
padding : 3px 5px 3px 5px;
font-size : small;
position : relative;
- bottom : -1px;
border-collapse : collapse;
-moz-border-radius : 3px;
min-width : 100px;
@@ -515,7 +514,6 @@ div.prefsTabSelected {
background-color : #ecf4ff;
font-size : small;
position : relative;
- bottom : -1px;
border-collapse : collapse;
-moz-border-radius : 3px;
font-weight : bold;
@@ -1164,11 +1162,7 @@ div.headlines_cdm {
height: expression((parseInt(document.documentElement.clientHeight)-40-305-50)+'px');
}
-#prefFooter {
- display : none;
-}
-
-#footer {
+#footer, #prefFooter {
position : absolute;
bottom : 0px;
height : 20px;
@@ -1190,10 +1184,14 @@ div.headlines_cdm {
}
-#footer a {
+#footer a, #prefFooter a {
color : gray;
}
+#footer a:hover, #prefFooter a:hover {
+ color : black;
+}
+
#headlinesContainer {
margin-left : 1px;
background-color : white;
@@ -1236,8 +1234,13 @@ div.return a:hover {
#prefContent {
clear : left;
- bottom : 20px;
+ position : absolute;
+ bottom : 40px;
+ top : 75px;
+ left : 0px;
+ right : 0px;
padding : 1em;
+ overflow : auto;
min-height : 300px;
background-image : url("images/prefs-content.png");
background-position : top left;