diff options
Diffstat (limited to 'views/default/css.php')
-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 |