summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-09 16:48:23 +0100
committerAndrew Dolgov <[email protected]>2007-08-09 16:48:23 +0100
commit22d1f3db53d40b5c05e74f46c03828b143bfb2c1 (patch)
tree2a38aca748f0ec2d6726cd1aa6c500782de70c2f /tt-rss.css
parent49aa6de96422b2ffecf06e51e19e2ceb8cd005ec (diff)
limit the amount of tags shown in CDM
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 39ae0bdc8..7cdbaf0b3 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -849,6 +849,22 @@ td.hlFeed {
background-color : white;
} */
+div.cdmAllTags {
+ width : 75%;
+ float : left;
+ background-color : white;
+ border : 1px solid #c0c0c0;
+ display : none;
+ z-index : 3;
+ top : auto;
+ left : auto;
+ position : absolute;
+}
+
+span.cdmAllTagsCtr:hover div {
+ display : block;
+}
+
div.cdmArticle {
border-color : #a0a0a0;
border-width : 0px 0px 1px 0px;