summaryrefslogtreecommitdiff
path: root/lib/styles
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2005-10-27 20:36:16 +0200
committerAndreas Gohr <andi@splitbrain.org>2005-10-27 20:36:16 +0200
commit551242f8292dd257969d52089332f6ddb8bd70b2 (patch)
treef7200e6e8dc8ca62228cbfb65a10b4ee611349ad /lib/styles
parentae41559b2c2f5d236ca660f8714ea92fce2b0ecd (diff)
downloadrpg-551242f8292dd257969d52089332f6ddb8bd70b2.tar.gz
rpg-551242f8292dd257969d52089332f6ddb8bd70b2.tar.bz2
nicer style for notification messages
darcs-hash:20051027183616-7ad00-785a9ce88a5afbfe7bda40dd937db51f82266e39.gz
Diffstat (limited to 'lib/styles')
-rw-r--r--lib/styles/style.css9
1 files changed, 6 insertions, 3 deletions
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;