summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-12-02 16:43:05 +0300
committerAndrew Dolgov <[email protected]>2010-12-02 20:15:30 +0300
commit2b25b79d41314239e534e09c5a10a0f6bd332f8e (patch)
tree812be127ca83521925458452be3833822d6b97fe /tt-rss.css
parent45244c40a7ef7d8d8539789f24aa069c53158a27 (diff)
rework main layout a little bit
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css37
1 files changed, 33 insertions, 4 deletions
diff --git a/tt-rss.css b/tt-rss.css
index a5662fede..8d4c52f71 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1043,7 +1043,21 @@ div.return a:hover {
overflow : auto;
} */
-div.topLinks img {
+#header .logo {
+ float : right;
+ margin-left : 10px;
+ border : 1px solid #88b0f0;
+}
+
+#header a {
+ color : #4684ff;
+}
+
+#header a:hover {
+ color : black;
+}
+
+#header img {
vertical-align : middle;
cursor : pointer;
}
@@ -1089,6 +1103,7 @@ div.autocomplete ul li {
float : right;
}
+/*
div.topLinks {
float : right;
color : gray;
@@ -1102,9 +1117,9 @@ div.topLinks a {
div.topLinks a:hover {
color : black;
-}
+} */
-div.topLinks a.feedback {
+#header a.feedback {
color : #009900;
}
@@ -1489,6 +1504,12 @@ div.fatalError textarea {
padding : 0px;
}
+#header-wrap {
+ border-width : 0px;
+ margin : 0px;
+ padding : 0px;
+}
+
#content-wrap {
padding : 0px;
border-width : 0px;
@@ -1500,6 +1521,7 @@ div.fatalError textarea {
border-color : #88b0f0;
border-left-width : 0px;
border-bottom-width : 0px;
+ border-top-width : 0px;
}
#headlines-wrap-inner {
@@ -1541,8 +1563,15 @@ div.fatalError textarea {
}
#header {
- padding : 4px 8px 0px 8px;
border-width : 0px;
+ text-align : right;
+ color : gray;
+ padding : 5px 5px 0px 0px;
+ margin : 0px;
+ position : absolute;
+ right : 0px;
+ top : 0px;
+ z-index : 5;
}
#footer {