aboutsummaryrefslogtreecommitdiffstats
path: root/web/css.css
diff options
context:
space:
mode:
authormatthew <matthew>2007-01-26 22:48:30 +0000
committermatthew <matthew>2007-01-26 22:48:30 +0000
commitbbee4b335ef186cb4254831c22fca4517f8b4c85 (patch)
tree6a301f02afdbd58c5109b55ae75b77ca9bead5c9 /web/css.css
parent6557402a99d07c540381071320c82b7eea7c517b (diff)
Better alert handling, validation, checking; nicer front end, advertise
RSS/alerts upon confirmation.
Diffstat (limited to 'web/css.css')
-rw-r--r--web/css.css15
1 files changed, 14 insertions, 1 deletions
diff --git a/web/css.css b/web/css.css
index 2b1f93e08..98b2efe57 100644
--- a/web/css.css
+++ b/web/css.css
@@ -254,10 +254,23 @@ ol#current img {
font-weight: bolder;
}
-#comments div em {
+#updates div em {
border-bottom: dotted 1px #5e552b;
}
+#email_alert_box {
+ display:none;
+ position: absolute;
+ padding: 3px;
+ font-size:83%;
+ border:solid 1px #7399C3;
+ background-color: #eeeeff;
+ color: #000000;
+}
+#email_alert_box p {
+ margin: 0;
+}
+
#rss_items {
width:62%;
float:left;