diff --git a/functions.js b/functions.js index cc8a5fbdf..d79490a41 100644 --- a/functions.js +++ b/functions.js @@ -57,13 +57,15 @@ function p_notify(msg) { if (!n || !nb) return; + if (msg == "") msg = " "; + nb.innerHTML = msg; - if (msg.length == 0) { +/* if (msg.length == 0) { n.style.display = "none"; } else { n.style.display = "block"; - } + } */ } @@ -74,13 +76,15 @@ function notify(msg) { if (!n || !nb) return; + if (msg == "") msg = " "; + nb.innerHTML = msg; - if (msg.length == 0) { +/* if (msg.length == 0) { n.style.display = "none"; } else { n.style.display = "block"; - } + } */ } diff --git a/images/ttrss_logo.png b/images/ttrss_logo.png index e52780f20..02e566d61 100644 Binary files a/images/ttrss_logo.png and b/images/ttrss_logo.png differ diff --git a/images/ttrss_logo.svg b/images/ttrss_logo.svg index e8bfd1d85..e8aed3abd 100644 --- a/images/ttrss_logo.svg +++ b/images/ttrss_logo.svg @@ -16,8 +16,8 @@ sodipodi:docbase="/naboo/home/fox/public_html/testbox/tt-rss/images" sodipodi:docname="ttrss_logo.svg" inkscape:export-filename="/naboo/home/fox/public_html/testbox/tt-rss/images/ttrss_logo.png" - inkscape:export-xdpi="150.00000" - inkscape:export-ydpi="150.00000"> + inkscape:export-xdpi="139.35001" + inkscape:export-ydpi="139.35001"> - - logo + + + + +
+ logo + +
+
- - - - - -
-
+ + + diff --git a/tt-rss.css b/tt-rss.css index 5e87a353c..388b2e44b 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -10,7 +10,7 @@ body { table.main td.header { padding : 10px 10px 10px 50px; - height : 80px; + height : 70px; font-size : 24pt; font-weight : bold; background-image : url("images/vgrad_light_rev2.png"); @@ -210,11 +210,15 @@ a:hover { } #notify { - font-weight : bold; font-size : 10pt; - display : none; - width : 350px; + text-align : right; color : gray; + border-style : solid; + border-width : 0px 0px 1px 1px; + border-color : #c0c0c0; + background-color : white; + padding : 3px; + width : 350px; } #dispSwitch { diff --git a/tt-rss.php b/tt-rss.php index 96261bb66..7dbe92236 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -31,11 +31,18 @@ - +
- @@ -43,7 +50,7 @@
- logo + + + + +
+ logo + +
+
- +