Fix for Bug 6855 - List bullet showing in wrong place on error message origin/new/bug_6855
authorOwen Leonard <oleonard@myacpl.org>
Mon, 12 Sep 2011 19:50:18 +0000 (15:50 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Sun, 10 Jun 2012 12:02:44 +0000 (14:02 +0200)
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>
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css

index 96c8b7e..c19eb95 100644 (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;