From: Andrew Dolgov Date: Thu, 2 Dec 2010 13:43:05 +0000 (+0300) Subject: rework main layout a little bit X-Git-Tag: 1.5.0~9 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=2b25b79d41314239e534e09c5a10a0f6bd332f8e;hp=45244c40a7ef7d8d8539789f24aa069c53158a27;p=tt-rss.git rework main layout a little bit --- diff --git a/images/logo.png b/images/logo.png new file mode 100644 index 00000000..dfd973b3 Binary files /dev/null and b/images/logo.png differ diff --git a/tt-rss.css b/tt-rss.css index a5662fed..8d4c52f7 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 { diff --git a/tt-rss.php b/tt-rss.php index 2801226b..9510d0df 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -63,21 +63,9 @@ - - -
 
- - - - -
- -