]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
restyle resizer
[tt-rss.git] / tt-rss.css
index 1351d75ae35841cf34babfd37c37dadf6a3079ba..fd7134f326a46f3550df59d5835ad6764c3311dc 100644 (file)
@@ -1508,7 +1508,7 @@ div.headlines_cdm {
        border-collapse : collapse;
 }
 
-#resize-grabber {
+/*#resize-grabber {
        position : absolute;
        border-width : 1px;
        border-style : dotted;
@@ -1521,6 +1521,16 @@ div.headlines_cdm {
        top : 20px;
        display : none;
        cursor : move;
+}*/
+
+#resize-grabber {
+       height : 5px;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #88b0f0;
+       background : url("images/resize_horiz.png") top left;
+       cursor : move;
+       text-align : center;
 }
 
 #footer, #prefFooter {
@@ -1972,3 +1982,7 @@ div#l_progress_i {
        background-color : #88b0f0;
        height : 10px;
 }
+
+#content-insert {
+       background-color : white;
+}