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:
parent
581cf9cd52
commit
889f20c244
1 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue