From: Andrew Dolgov Date: Sat, 17 Nov 2007 09:59:19 +0000 (+0100) Subject: tweak hello/prefs/logout linkbar (refs #163) X-Git-Tag: 1.2.17~23 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=efae7595c4bbb47c4f86e9b142120bb3e5bc887e tweak hello/prefs/logout linkbar (refs #163) --- diff --git a/prefs.php b/prefs.php index d1d98ea1..0544a870 100644 --- a/prefs.php +++ b/prefs.php @@ -87,9 +87,9 @@ window.onload = init;
-
- - () + Tiny Tiny RSS diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css index cca6095a..fd9b24e3 100644 --- a/themes/graycube/theme.css +++ b/themes/graycube/theme.css @@ -458,3 +458,11 @@ ul.headlineDropdownMenu ul li:hover { .insensitive a:hover { color : black; } + +div.topLinks a { + color : black; +} + +div.topLinks a:hover { + color : gray; +} diff --git a/tt-rss.css b/tt-rss.css index 267e112d..f1580b03 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1697,3 +1697,17 @@ div.autocomplete ul li { #feedOpToolbar { float : right; } + +div.topLinks { + float : right; + margin-right : 5px; + color : gray; +} + +div.topLinks a { + color : #4684ff; +} + +div.topLinks a:hover { + color : black; +} diff --git a/tt-rss.php b/tt-rss.php index 34f11d1f..5ef24050 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -103,11 +103,16 @@ window.onload = init;