X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=tt-rss.css;h=fd7134f326a46f3550df59d5835ad6764c3311dc;hb=17042fc0a28463107153c3038c566841189d9f78;hp=1351d75ae35841cf34babfd37c37dadf6a3079ba;hpb=27f0d7f3f5131f0f1228686b72ead7eb97256f86;p=tt-rss.git diff --git a/tt-rss.css b/tt-rss.css index 1351d75a..fd7134f3 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -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; +}