diff options
author | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-11 18:03:42 +0000 |
---|---|---|
committer | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-11 18:03:42 +0000 |
commit | 90e40c96f7cb5e77837ea1d924fc6a7e23b31725 (patch) | |
tree | 8d11ae95a472336724c1bd6fb7b71df4a1458c2a /views | |
parent | 1d8f2122fa238d17dd03d5b1a795b3f743b6bc02 (diff) | |
download | elgg-90e40c96f7cb5e77837ea1d924fc6a7e23b31725.tar.gz elgg-90e40c96f7cb5e77837ea1d924fc6a7e23b31725.tar.bz2 |
css tweak
git-svn-id: https://code.elgg.org/elgg/trunk@172 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r-- | views/default/css.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/views/default/css.php b/views/default/css.php index 9b5fa6126..82d742eaf 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -82,4 +82,12 @@ body { border-top:1px solid #555;
margin:20px 0 0 0;
padding:10px;
+}
+
+.messages {
+ border:1px solid #D3322A;
+ background:#F7DAD8;
+ color:#000;
+ padding:3px 50px;
+ margin:20px 20px 10px 20px;
}
\ No newline at end of file |