Bugzilla – Attachment 10060 Details for
Bug 6855
bullet point showing in wrong place on error message
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for Bug 6855 - List bullet showing in wrong place on error message
Fix-for-Bug-6855---List-bullet-showing-in-wrong-pl.patch (text/plain), 1.20 KB, created by
Jared Camins-Esakov
on 2012-06-10 03:16:28 UTC
(
hide
)
Description:
Fix for Bug 6855 - List bullet showing in wrong place on error message
Filename:
MIME Type:
Creator:
Jared Camins-Esakov
Created:
2012-06-10 03:16:28 UTC
Size:
1.20 KB
patch
obsolete
>From fa9bb5ac31e5ea10d0e96df6d06a223d7577f15e Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 12 Sep 2011 15:50:18 -0400 >Subject: [PATCH] Fix for Bug 6855 - List bullet showing in wrong place on error message >Content-Type: text/plain; charset="UTF-8" > >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. >--- > .../intranet-tmpl/prog/en/css/staff-global.css | 9 +++++++++ > 1 files changed, 9 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 e591a73..7f9be81 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >@@ -1274,6 +1274,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; >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 6855
:
5345
|
5346
|
5408
|
5474
|
5615
| 10060 |
10061