summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-04 14:38:18 +0100
committerAndrew Dolgov <[email protected]>2006-10-04 14:38:18 +0100
commit8491624390e250fc5911186202968ad87c4bcbad (patch)
tree262e6e2fd76c29ba258533488b4809f09a7b48c8 /tt-rss.css
parentcbb9982ee0bf39b50e9e4a80bba114e02e8f2970 (diff)
add noscript notices to entry pages
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css15
1 files changed, 8 insertions, 7 deletions
diff --git a/tt-rss.css b/tt-rss.css
index a24a7968c..9e3472128 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;