diff options
Diffstat (limited to 'template/default/default-admin.css')
-rw-r--r-- | template/default/default-admin.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/template/default/default-admin.css b/template/default/default-admin.css index a5d661aba..7270c1bb1 100644 --- a/template/default/default-admin.css +++ b/template/default/default-admin.css @@ -76,4 +76,18 @@ border-color:#006699; .commentsAuthor,.commentsTitle,.commentsInfos,.commentsContent { color:#000000; +} +.errors { + text-align:left; + margin:25px; + background-color:#ffe1e1; + border:1px solid red; + color:black; +} +.errors_title { + margin:5px; + font-weight:bold; + font-size:120%; + text-align:center; + color:red; }
\ No newline at end of file |