shithub: werc

Download patch

ref: 5f4aff6f3179a941a923dc7b770b4357dadb5e8c
parent: ecfd825d0afbebc8c4538be97c5bdfe42ffbb7ba
author: uriel <uriel@engel.se.cat-v.org>
date: Fri Jan 30 11:13:39 EST 2009

Styles for new notification boxes.

--- a/pub/style/style.css
+++ b/pub/style/style.css
@@ -334,6 +334,18 @@
 .doNotDisplay { display: none; }
 
 
+.notify_errors,
+.notify_notes,
+.notify_success { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
+ 
+.notify_errors { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
+.notify_notes { background: #FFF6BF; color: #514721; border-color: #FFD324; }
+.notify_success { background: #E6EFC2; color: #264409; border-color: #C6D880; }
+.notify_errors a { color: #8a1f11; }
+.notify_notes a { color: #514721; }
+.notify_success a { color: #264409; }
+
+
 /* # Page/Handler specific # */
 h1.dir-list-head, ul.dir-list {
   text-transform: capitalize;