diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-08-20 20:50:19 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-08-20 20:50:19 +0000 |
commit | 4af51718416e979c33ee190c0b397407866737e2 (patch) | |
tree | 369fbc91627b9c7bc31c2844deaaa9887e0450d3 /template/default | |
parent | 302caee36fcbabd1d8862fa01449877094fa2f95 (diff) |
new style for .errors and adding the CSS class .errors_title
git-svn-id: http://piwigo.org/svn/trunk@54 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default')
-rw-r--r-- | template/default/admin/admin.vtp | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/template/default/admin/admin.vtp b/template/default/admin/admin.vtp index e29394ca9..5f305527a 100644 --- a/template/default/admin/admin.vtp +++ b/template/default/admin/admin.vtp @@ -89,10 +89,16 @@ .errors { text-align:left; margin:25px; - background-color:red; + background-color:#ffe1e1; + border:1px solid red; + color:black; + } + .errors_title { + margin:5px; font-weight:bold; - border:1px solid black; - color:white; + font-size:120%; + text-align:center; + color:red; } .info { color:darkblue; |