From: Andrew Dolgov Date: Sun, 1 Oct 2006 05:18:29 +0000 (+0100) Subject: theme updates X-Git-Tag: 1.2.4~44 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=6a244e6ef8d8510929a7cf431c08944e1161c191;p=tt-rss.git theme updates --- diff --git a/themes/compat/theme.css b/themes/compat/theme.css index 44e39d98..7fcf0fad 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 0a003bda..57320e1c 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 2e581653..d7dff96e 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 {