aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/clear
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-03-25 22:03:28 +0000
committerplegall <plg@piwigo.org>2010-03-25 22:03:28 +0000
commitd0f73ea10f26e56461d6b458b2a675e388e30418 (patch)
tree5215fc15a0fb61e90f6b94ee062f3c423b3625f3 /admin/themes/clear
parent5c5681ce0cc7363f700c6ed86d069016718e64bb (diff)
bug 1495: "infos" and "errors" blocks are more visible for the "roma" admin
theme. I have simply used the same CSS rules as for "clear" theme. git-svn-id: http://piwigo.org/svn/trunk@5364 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/clear')
-rw-r--r--admin/themes/clear/icon/errors.pngbin3249 -> 0 bytes
-rw-r--r--admin/themes/clear/icon/note.pngbin1862 -> 0 bytes
-rw-r--r--admin/themes/clear/theme.css6
3 files changed, 5 insertions, 1 deletions
diff --git a/admin/themes/clear/icon/errors.png b/admin/themes/clear/icon/errors.png
deleted file mode 100644
index 3c8a37df5..000000000
--- a/admin/themes/clear/icon/errors.png
+++ /dev/null
Binary files differ
diff --git a/admin/themes/clear/icon/note.png b/admin/themes/clear/icon/note.png
deleted file mode 100644
index 5849f791b..000000000
--- a/admin/themes/clear/icon/note.png
+++ /dev/null
Binary files differ
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css
index f436bbeb2..9a83f9e2e 100644
--- a/admin/themes/clear/theme.css
+++ b/admin/themes/clear/theme.css
@@ -8,12 +8,16 @@ input[type="radio"], input[type="checkbox"] { background-color: transparent; }
INPUT[type="submit"], INPUT[type="reset"] { color:#666; border: 1px solid #777; background-color: #bbb; padding: 1px 15px; }
input.rateButton, legend, h3 { color: #777; }
h2 { color: #777; }
+
.content .infos { color: #0a0; border:0; background: transparent url(icon/infos.png) no-repeat 5px 5px;
-padding:5px 70px 0pt 30px; min-height: 54px; text-align:left; background-color:#c2f5c2;}
+padding:5px 70px 0pt 30px; min-height: 54px; background-color:#c2f5c2;}
+
.content .infos .submit {margin-left:30px;}
.content .infos li, .content .errors li { list-style-type:square; }
+
.content .errors { color: #f22; border:0; background: transparent url(icon/errors.png) no-repeat left top;
padding:5px 60px 0pt 30px; min-height: 54px; text-align:left; font-weight:bold; background-position:5px 5px; background-color: #ffd5dc;}
+
#copyright { color:#777; margin:5px auto 0px 240px; text-align:center;
padding-bottom: 15px; }
.header_notes { background: transparent url(icon/note.png) no-repeat right top;