[Koha-patches] [PATCH] Fix for Bug 6855 - List bullet showing in wrong place on error message

Owen Leonard oleonard at myacpl.org
Mon Sep 12 21:53:58 CEST 2011


Added some more specific CSS to help Webkit browsers display
the lists bullets correctly.
---
 .../intranet-tmpl/prog/en/css/staff-global.css     |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
index 36cef19..6ce6629 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
@@ -1199,6 +1199,9 @@ div.dialog {
   text-align : center;
 }
 
+.dialog li {
+	list-style-position:inside;
+}
 a.document {
 	background-position : left middle;
 	background-repeat : no-repeat;
-- 
1.7.3



More information about the Koha-patches mailing list