summaryrefslogtreecommitdiff
path: root/theme/default/display.css
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-09-16 15:56:20 -0400
committerEvan Prodromou <evan@prodromou.name>2008-09-16 15:56:20 -0400
commita1a8e520d9e08ffaa9f323616b1221e95a077927 (patch)
tree6b9318780280f1d282a3d722aff7afd6bfaedc0b /theme/default/display.css
parent7416e50daa6f792f73e47141fa7ac3bfc843b1e0 (diff)
fixup CSS for messages
darcs-hash:20080916195620-84dde-ebb6079fd08ba464ea0c11b792564f0bed27f09e.gz
Diffstat (limited to 'theme/default/display.css')
-rw-r--r--theme/default/display.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/theme/default/display.css b/theme/default/display.css
index 502543e4b..22255b299 100644
--- a/theme/default/display.css
+++ b/theme/default/display.css
@@ -637,3 +637,36 @@ input#favor, input.favor {
/* ===== End Forms Styling ===== */
+/* ----- messages ----- */
+
+#messages {
+ clear: both;
+ margin: 0 auto;
+ padding: 0;
+ list-style-type: none;
+ width: 540px;
+ border-top: 1px solid #dec5b5;
+ /*border: 1px solid #F00;*/
+ }
+#messages a:hover {
+ text-decoration: underline;
+ }
+.message_single {
+ clear: both;
+ display: block;
+ margin: 0;
+ padding: 5px 5px 5px 0;
+ min-height: 48px;
+ font-family: Georgia, "Times New Roman", Times, serif;
+ font-size: 13px;
+ line-height: 16px;
+ border-bottom: 1px solid #dec5b5;
+ }
+.message_single:hover {
+ background-color: #f7ebcc;
+ }
+.message_single p {
+ display: inline;
+ margin: 0;
+ padding: 0;
+ }