summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-07-25 06:11:22 +0100
committerAndrew Dolgov <[email protected]>2008-07-25 06:11:22 +0100
commit17042fc0a28463107153c3038c566841189d9f78 (patch)
treee3cc7cf04a62b80f1a00c445783388237c631777 /tt-rss.css
parent27f0d7f3f5131f0f1228686b72ead7eb97256f86 (diff)
restyle resizer
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css16
1 files changed, 15 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 1351d75ae..fd7134f32 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1508,7 +1508,7 @@ div.headlines_cdm {
border-collapse : collapse;
}
-#resize-grabber {
+/*#resize-grabber {
position : absolute;
border-width : 1px;
border-style : dotted;
@@ -1521,6 +1521,16 @@ div.headlines_cdm {
top : 20px;
display : none;
cursor : move;
+}*/
+
+#resize-grabber {
+ height : 5px;
+ border-width : 0px 0px 1px 0px;
+ border-style : solid;
+ border-color : #88b0f0;
+ background : url("images/resize_horiz.png") top left;
+ cursor : move;
+ text-align : center;
}
#footer, #prefFooter {
@@ -1972,3 +1982,7 @@ div#l_progress_i {
background-color : #88b0f0;
height : 10px;
}
+
+#content-insert {
+ background-color : white;
+}