summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 32517c511..fa255a426 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1490,6 +1490,21 @@ div.headlines_cdm {
/* height: expression((parseInt(document.documentElement.clientHeight)-40-305-50)+'px'); */
}
+#resize-grabber {
+ position : absolute;
+ border-width : 1px;
+ border-style : dotted;
+ border-color : #88b0f0;
+ background-color : white;
+ width : 10px;
+ height : 10px;
+ z-index : 20;
+ right : 10px;
+ top : 20px;
+ display : none;
+ cursor : move;
+}
+
#footer, #prefFooter {
position : absolute;
bottom : 0px;