From f3169d7ecc54462e7536bef380eba1f26fe837df Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 19 May 2008 17:13:22 +0100 Subject: add vertical resize grip --- tt-rss.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'tt-rss.css') 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; -- cgit v1.2.3-54-g00ecf