]> git.wh0rd.org - tt-rss.git/blobdiff - themes/3pane/theme.css
misc resize handle tweaks
[tt-rss.git] / themes / 3pane / theme.css
index 0f2cada937e6160aa9833eed1df9d6dc5ff76f2e..584e9bab973153580782767fb9afb00f7ae76bc5 100644 (file)
@@ -12,6 +12,7 @@ div.headlines_normal {
        right : 0px;
        top : 85px;
        left : auto;
+       border-width : 1px 0px 0px 1px;
 }
 
 div.postHeader div.postDate {
@@ -26,4 +27,25 @@ div.postHeader div.postDateRTL {
        float : none;
 }
 
+span.headlineInnerTitle {
+       display : none;
+}
+
+#resize-grabber {
+       height : 100%;
+       width : 5px;
+       border-width : 0px 1px 0px 0px;
+       cursor : move;
+       text-align : center;
+       float : left;
+       background : url("images/resize_vert.png") top left;
+}
 
+#content-insert {
+       position : absolute;
+       left : 6px;
+       right : 0px;
+       bottom : 0px;
+       top : 0px; 
+
+}