From efae7595c4bbb47c4f86e9b142120bb3e5bc887e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 17 Nov 2007 10:59:19 +0100 Subject: [PATCH] tweak hello/prefs/logout linkbar (refs #163) --- prefs.php | 6 +++--- themes/graycube/theme.css | 8 ++++++++ tt-rss.css | 14 ++++++++++++++ tt-rss.php | 13 +++++++++---- 4 files changed, 34 insertions(+), 7 deletions(-) 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;