From 9c99281f20f938701f8645aad1d25412ca6538a7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 16 Nov 2010 12:23:06 +0300 Subject: code cleanup --- tt-rss.css | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index 35d1095d3..3a3f23736 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -211,22 +211,6 @@ input.editbox { cursor : pointer; } -#dispSwitch { - font-size : 12px; - font-family : "Lucida Grande", Arial, sans-serif; - text-align : right; - float : right; - margin : 5px 5px 0px 0px; -} - -#dispSwitch a { - color : gray; -} - -#dispSwitch a:hover { - color : #4684ff; -} - .even.Unread.Selected, .even.Unread.Selected td { background-color : #fff7d5; font-weight : bold; @@ -1519,3 +1503,9 @@ img.feedIcon { max-width : 16px; max-height : 16px; } + +div#feedlistLoading { + text-align : center; + padding : 5px; + color : gray; +} -- cgit v1.2.3