summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-05-07 08:37:22 -0700
committerAnika Henke <anika@selfthinker.org>2012-05-07 08:37:22 -0700
commitde9737a55b1b338d88f9700d454a5111637b9c9c (patch)
tree492804d80b28f8e32785b3648d9e03e77804b50f
parentf774b92a94947b3eabd64919b6b4ba74f9c4b5fd (diff)
parentefa78c8638547cab77a37006e7f86aed792a1609 (diff)
downloadrpg-de9737a55b1b338d88f9700d454a5111637b9c9c.tar.gz
rpg-de9737a55b1b338d88f9700d454a5111637b9c9c.tar.bz2
Merge pull request #99 from timroes/master
Changed style of notification messages
-rw-r--r--lib/styles/screen.css18
1 files changed, 10 insertions, 8 deletions
diff --git a/lib/styles/screen.css b/lib/styles/screen.css
index 101ed3529..8ada48932 100644
--- a/lib/styles/screen.css
+++ b/lib/styles/screen.css
@@ -10,36 +10,38 @@ div.success,
div.notify {
color: #000;
background-repeat: no-repeat;
- background-position: .5em 0;
- border-bottom: 1px solid;
+ background-position: 8px 50%;
+ border: 1px solid;
font-size: 90%;
- margin: 0;
- padding-left: 3em;
+ margin: 0 0 0.5em;
+ padding: 0.4em;
+ padding-left: 32px;
overflow: hidden;
+ border-radius: 5px;
}
div.error {
background-color: #fcc;
background-image: url(../images/error.png);
- border-bottom-color: #faa;
+ border-color: #ebb;
}
div.info {
background-color: #ccf;
background-image: url(../images/info.png);
- border-bottom-color: #aaf;
+ border-color: #bbe;
}
div.success {
background-color: #cfc;
background-image: url(../images/success.png);
- border-bottom-color: #afa;
+ border-color: #beb;
}
div.notify {
background-color: #ffc;
background-image: url(../images/notify.png);
- border-bottom-color: #ffa;
+ border-color: #eeb;
}
/* modal windows */