Bug 8398 - Missing image file in staff global css

This patch fixes a regression introduced by the fix for
Bug 6855 (bullet point showing in wrong place on error message)
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6855

The patch removes the re-introduced reference to a
background image which has since been removed. Testers should
check that this patch does not re-introduce Bug 6855.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
I checked the styling of the error messages in Chromium and Firefox.
The logs are no longer complaining about the missing image.
Looks good to me.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
Owen Leonard 2012-07-09 15:48:23 -04:00 committed by Paul Poulain
parent 03a9b2efb1
commit c90b392605

View file

@ -1161,6 +1161,7 @@ td input.approve {
div.dialog {
border: 1px solid #bcbcbc;
text-align : center;
}
div.alert {
@ -1180,13 +1181,8 @@ div.alert strong {
color : #900;
}
div.dialog {
background : #FFC url(../../img/dialog-bg.gif) repeat-x left 0;
text-align : center;
}
.dialog li {
list-style-position:inside;
list-style-position:inside;
}
a.document {