aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default
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/default
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/default')
-rw-r--r--admin/themes/default/default-colors.css26
-rw-r--r--admin/themes/default/default-layout.css20
-rw-r--r--admin/themes/default/icon/errors.pngbin1224 -> 3249 bytes
-rw-r--r--admin/themes/default/icon/note.pngbin1332 -> 1862 bytes
4 files changed, 19 insertions, 27 deletions
diff --git a/admin/themes/default/default-colors.css b/admin/themes/default/default-colors.css
index 1fc682602..e855752d8 100644
--- a/admin/themes/default/default-colors.css
+++ b/admin/themes/default/default-colors.css
@@ -27,32 +27,6 @@ INPUT.radio, INPUT.checkbox {
border: none; /* <= IE6 needs this */
}
-.errors { /* Errors display */
- color: #f33;
- background-color: transparent;
- font-weight: bold;
- text-align: left;
- margin: 5px;
- border: 1px solid #666;
- background-image: url(icon/errors.png);
- background-repeat: no-repeat;
- background-position: top right;
- padding: 10px 50px 10px 10px;
-}
-
-/**
- * Informations box in administration
- */
-.infos {
- text-align: left;
- color: #f70;
- background-color: transparent;
- background-image: url(icon/infos.png);
- background-repeat: no-repeat;
- background-position: top right;
- margin: 5px;
- padding: 10px 50px 10px 10px;
-}
/**
* Header message like upgrade or adviser mode
diff --git a/admin/themes/default/default-layout.css b/admin/themes/default/default-layout.css
index 68cba396e..a4939889c 100644
--- a/admin/themes/default/default-layout.css
+++ b/admin/themes/default/default-layout.css
@@ -768,4 +768,22 @@ h2:lang(en) { text-transform:capitalize; }
#helpContent LI, #ftpPage LI {margin-top:10px;}
#helpContent P.nextStepLink {text-align:center; font-weight:bold; margin-bottom:20px;}
-#configContent FIELDSET {border:none;} \ No newline at end of file
+#configContent FIELDSET {border:none;}
+
+/**
+ * Informations box in administration
+ */
+.infos {
+ text-align: left;
+ margin: 5px;
+ padding: 10px 50px 10px 10px;
+ font-weight:bold;
+}
+
+.errors { /* Errors display */
+ text-align: left;
+ margin: 5px;
+ font-weight:bold;
+}
+
+.content .infos li, .content .errors li { list-style-type:square; }
diff --git a/admin/themes/default/icon/errors.png b/admin/themes/default/icon/errors.png
index e26d8c6e5..3c8a37df5 100644
--- a/admin/themes/default/icon/errors.png
+++ b/admin/themes/default/icon/errors.png
Binary files differ
diff --git a/admin/themes/default/icon/note.png b/admin/themes/default/icon/note.png
index 9ef1af537..5849f791b 100644
--- a/admin/themes/default/icon/note.png
+++ b/admin/themes/default/icon/note.png
Binary files differ