summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-01 06:18:29 +0100
committerAndrew Dolgov <[email protected]>2006-10-01 06:18:29 +0100
commit6a244e6ef8d8510929a7cf431c08944e1161c191 (patch)
tree81a8fcf8f2b6338d5f398ccfc549a71327f566d3
parentf4fb82c5438999ad417d344a78e030945145b2fe (diff)
theme updates
-rw-r--r--themes/compat/theme.css2
-rw-r--r--themes/graycube/theme.css1
-rw-r--r--tt-rss.css12
3 files changed, 9 insertions, 6 deletions
diff --git a/themes/compat/theme.css b/themes/compat/theme.css
index 44e39d98f..7fcf0fad2 100644
--- a/themes/compat/theme.css
+++ b/themes/compat/theme.css
@@ -912,7 +912,9 @@ div.headlines_cdm {
/* preferences layout */
#prefHeader {
+ position : static;
color : gray;
+ margin : 10px;
}
div.return a {
diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css
index 0a003bda9..57320e1cc 100644
--- a/themes/graycube/theme.css
+++ b/themes/graycube/theme.css
@@ -339,6 +339,7 @@ div.headlines_cdm {
div.firstTab {
width : 20px;
+ float : left;
}
div.prefsTab {
diff --git a/tt-rss.css b/tt-rss.css
index 2e581653a..d7dff96e0 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -480,13 +480,13 @@ input.extSearch {
width : 100%;
}
-div.prefsTab:hover {
- cursor : pointer;
-}
-
div.firstTab {
- float : left;
width : 10px;
+ float : left;
+}
+
+div.prefsTab:hover {
+ cursor : pointer;
}
div.prefsTab {
@@ -1213,9 +1213,9 @@ div.headlines_cdm {
/* preferences layout */
#prefHeader {
- margin : 10px;
color : #4684ff;
font-size : small;
+ margin : 10px;
}
div.return {