From 5c14b9f5ce64c82fdb8f3038fe9be640362a82db Mon Sep 17 00:00:00 2001 From: rvelices Date: Sat, 27 Sep 2008 01:32:31 +0000 Subject: - admin remove references to unexisting css (print.css and fix-thumbnailsie56...) - fix .errors and .infos rules background-image url pointing to non existent image - remove unused plugin_xxxx.gif from public theme git-svn-id: http://piwigo.org/svn/trunk@2607 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/default-colors.css | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'admin/template/goto/default-colors.css') diff --git a/admin/template/goto/default-colors.css b/admin/template/goto/default-colors.css index 277454a11..b67d4f5e0 100644 --- a/admin/template/goto/default-colors.css +++ b/admin/template/goto/default-colors.css @@ -1,10 +1,5 @@ /* $Id$ */ -/* others */ - -#imageToolBar * { - background: inherit; -} /* So that non-links are slightly greyed out */ .content .navigationBar { @@ -33,12 +28,6 @@ INPUT.radio, INPUT.checkbox { border: none; /* <= IE6 needs this */ } -/* rate buttons displayed like links */ -INPUT.rateButton, INPUT.rateButtonSelected, INPUT.rateButtonStarFull, INPUT.rateButtonStarEmpty { - color:inherit; - background-color:transparent; /* Konqueror doesn't accept transparent here */ -} - .errors { /* Errors display */ color: red; background-color: #ffe1e1; @@ -46,7 +35,7 @@ INPUT.rateButton, INPUT.rateButtonSelected, INPUT.rateButtonStarFull, INPUT.rate text-align: left; margin: 5px; border: 1px solid red; - background-image: url(icon/admin/errors.png); + background-image: url(icon/errors.png); background-repeat: no-repeat; background-position: top right; padding: 10px 50px 10px 10px; @@ -59,7 +48,7 @@ INPUT.rateButton, INPUT.rateButtonSelected, INPUT.rateButtonStarFull, INPUT.rate text-align: left; color: #002000; background-color: #98fb98; /* palegreen */ - background-image: url(icon/admin/infos.png); + background-image: url(icon/infos.png); background-repeat: no-repeat; background-position: top right; margin: 5px; -- cgit v1.2.3