]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
add vertical resize grip
[tt-rss.git] / tt-rss.css
index 32517c511c29841d74542ff377f001e2b6a9ccb8..fa255a4268abfa1286be0a502c44acb4e0502a2e 100644 (file)
@@ -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;