From d0f73ea10f26e56461d6b458b2a675e388e30418 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 25 Mar 2010 22:03:28 +0000 Subject: 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 --- admin/themes/default/default-colors.css | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'admin/themes/default/default-colors.css') 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 -- cgit v1.2.3