]> git.wh0rd.org - tt-rss.git/commitdiff
misc resize handle tweaks
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 25 Jul 2008 05:28:35 +0000 (06:28 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 25 Jul 2008 05:28:35 +0000 (06:28 +0100)
themes/3pane/theme.css
tt-rss.css

index 2df6ecd6d6e85ab5c76909c05d688ddde9a78300..584e9bab973153580782767fb9afb00f7ae76bc5 100644 (file)
@@ -42,5 +42,10 @@ span.headlineInnerTitle {
 }
 
 #content-insert {
-       margin-left : 5px;
+       position : absolute;
+       left : 6px;
+       right : 0px;
+       bottom : 0px;
+       top : 0px; 
+
 }
index fd7134f326a46f3550df59d5835ad6764c3311dc..43a76229b85ac572271ca5e4c24c33f3b0f7419b 100644 (file)
@@ -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; 
 }