From 551242f8292dd257969d52089332f6ddb8bd70b2 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Thu, 27 Oct 2005 20:36:16 +0200 Subject: nicer style for notification messages darcs-hash:20051027183616-7ad00-785a9ce88a5afbfe7bda40dd937db51f82266e39.gz --- lib/styles/style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'lib/styles') diff --git a/lib/styles/style.css b/lib/styles/style.css index ff9bdf3ce..fe9c09038 100644 --- a/lib/styles/style.css +++ b/lib/styles/style.css @@ -1,21 +1,24 @@ div.clearer {clear: both; line-height: 0; height: 0;} div.error{ - background: #ff6666 url(../images/error.png) 0.5em 0px no-repeat; + background: #fcc url(../images/error.png) 0.5em 0px no-repeat; + border-bottom: 1px solid #faa; font-size: 90%; margin: 0px; padding-left: 3em; } div.info{ - background: #ffff66 url(../images/info.png) 0.5em 0px no-repeat; + background: #ccf url(../images/info.png) 0.5em 0px no-repeat; + border-bottom: 1px solid #aaf; font-size: 90%; margin: 0; padding-left: 3em; } div.success{ - background: #66ff66 url(../images/thumbup.gif) 0.5em 0px no-repeat; + background: #cfc url(../images/success.png) 0.5em 0px no-repeat; + border-bottom: 1px solid #afa; font-size: 90%; margin: 0; padding-left: 3em; -- cgit v1.2.3