From: Andrew Dolgov Date: Fri, 25 Jul 2008 05:28:35 +0000 (+0100) Subject: misc resize handle tweaks X-Git-Tag: 1.2.26~57 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=abaf02111e4dac9f1e36cc63d2aa324deae05f96 misc resize handle tweaks --- diff --git a/themes/3pane/theme.css b/themes/3pane/theme.css index 2df6ecd6..584e9bab 100644 --- a/themes/3pane/theme.css +++ b/themes/3pane/theme.css @@ -42,5 +42,10 @@ span.headlineInnerTitle { } #content-insert { - margin-left : 5px; + position : absolute; + left : 6px; + right : 0px; + bottom : 0px; + top : 0px; + } diff --git a/tt-rss.css b/tt-rss.css index fd7134f3..43a76229 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1985,4 +1985,10 @@ div#l_progress_i { #content-insert { background-color : white; + overflow : auto; + position : absolute; + left : 0px; + right : 0px; + bottom : 0px; + top : 6px; }