From 6a244e6ef8d8510929a7cf431c08944e1161c191 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 1 Oct 2006 06:18:29 +0100 Subject: theme updates --- themes/compat/theme.css | 2 ++ themes/graycube/theme.css | 1 + tt-rss.css | 12 ++++++------ 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 { -- cgit v1.2.3