From: Andrew Dolgov Date: Wed, 4 Oct 2006 13:38:18 +0000 (+0100) Subject: add noscript notices to entry pages X-Git-Tag: 1.2.4~8 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8491624390e250fc5911186202968ad87c4bcbad;p=tt-rss.git add noscript notices to entry pages --- diff --git a/prefs.php b/prefs.php index 16c65e2a..35b639e5 100644 --- a/prefs.php +++ b/prefs.php @@ -120,6 +120,12 @@ window.onload = init;

Loading, please wait...

+
diff --git a/tt-rss.css b/tt-rss.css index a24a7968..9e347212 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -564,19 +564,20 @@ div.notice { font-size : small; } +div.error { + border : 1px solid #ff0000; + background : #ffcccc; + padding : 5px; + margin : 0px 0px 5px 0px; + font-size : small; +} + ul.nomarks { list-style-type : none; margin : 0px; padding : 10px; } -div.bigErrorMsg { - border : 1px solid #c0c0c0; - background : #fff0f0; - padding : 30px; - margin : 20px; -} - div.prefHelp, td.prefHelp { font-size : small; color : gray; diff --git a/tt-rss.php b/tt-rss.php index a71436b9..b99cfad9 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -71,7 +71,17 @@ -
Loading, please wait...
+
+
+

Loading, please wait...

+ +
+