summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-09 16:53:21 +0100
committerAndrew Dolgov <[email protected]>2007-08-09 16:53:21 +0100
commitd735ebd2d9389805a253c9618ea76c091c0b48bb (patch)
tree4f0e4a9e44f180612386ecffeb4a835875b9d51e /tt-rss.css
parent22d1f3db53d40b5c05e74f46c03828b143bfb2c1 (diff)
tag limit in CDM: fix
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 7cdbaf0b3..ba27bb424 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -850,7 +850,6 @@ td.hlFeed {
} */
div.cdmAllTags {
- width : 75%;
float : left;
background-color : white;
border : 1px solid #c0c0c0;
@@ -858,7 +857,9 @@ div.cdmAllTags {
z-index : 3;
top : auto;
left : auto;
+ right : auto;
position : absolute;
+ padding : 10px;
}
span.cdmAllTagsCtr:hover div {