Fix for Bug 6855 - List bullet showing in wrong place on error message

Added some more specific CSS to help Webkit browsers display
the lists bullets correctly.

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Rebased 9 June 2012. Signing off as well, since the rebase and test
were trivial.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
Owen Leonard 2011-09-12 15:50:18 -04:00 committed by Paul Poulain
parent 581cf9cd52
commit 889f20c244

View file

@ -1275,6 +1275,15 @@ 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;
}
a.document {
background-position : left middle;
background-repeat : no-repeat;