diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2008-05-19 17:13:22 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2008-05-19 17:13:22 +0100 |
| commit | f3169d7ecc54462e7536bef380eba1f26fe837df (patch) | |
| tree | 26ce2e301985ffee0bbedb03c7c1a0555118dc28 /tt-rss.css | |
| parent | 08827aafd72ccc84d8856e3a7a07abd7d93fad33 (diff) | |
add vertical resize grip
Diffstat (limited to 'tt-rss.css')
| -rw-r--r-- | tt-rss.css | 15 |
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; |