diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-01-31 21:00:23 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-01-31 21:00:23 +0000 |
commit | f27029ba306e37ff5a5e7f777ec18d95c29edc40 (patch) | |
tree | 3df39c111812b0612eba54568a4cfc55b35941df | |
parent | 3d239673aef4640c95b080942cf7e72d93e548eb (diff) |
reassign admin CSS for errors
git-svn-id: http://piwigo.org/svn/branches/release-1_3@340 68402e56-0260-453c-a942-63ccdbb3a9ee
-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 |