summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-16 12:23:06 +0300
committerAndrew Dolgov <[email protected]>2010-11-16 12:23:06 +0300
commit9c99281f20f938701f8645aad1d25412ca6538a7 (patch)
tree38c32c8f5895fc6e6041635a88d07834ff021d6e /tt-rss.css
parent102cfe73c6662ab632ff8f81f924a3c642747b29 (diff)
code cleanup
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css22
1 files changed, 6 insertions, 16 deletions
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;
+}