Bugzilla – Attachment 10729 Details for
Bug 8398
Missing image file in staff global css
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8398 - Missing image file in staff global css
Bug-8398---Missing-image-file-in-staff-global-css.patch (text/plain), 1.38 KB, created by
Owen Leonard
on 2012-07-09 19:52:22 UTC
(
hide
)
Description:
Bug 8398 - Missing image file in staff global css
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-07-09 19:52:22 UTC
Size:
1.38 KB
patch
obsolete
>From b4a0066bf49917a8f7b6801f807b4b1ccf76f93d Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 9 Jul 2012 15:48:23 -0400 >Subject: [PATCH] Bug 8398 - Missing image file in staff global css >Content-Type: text/plain; charset="utf-8" > >This patch fixes a regression introduced by the fix for >Bug 6855 (bullet point showing in wrong place on error message) >http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6855 > >The patch removes the re-introduced reference to a >background image which has since been removed. Testers should >check that this patch does not re-introduce Bug 6855. >--- > .../intranet-tmpl/prog/en/css/staff-global.css | 8 ++------ > 1 file changed, 2 insertions(+), 6 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 0cfcdf7..ad00807 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >@@ -1161,6 +1161,7 @@ td input.approve { > > div.dialog { > border: 1px solid #bcbcbc; >+ text-align : center; > } > > div.alert { >@@ -1180,13 +1181,8 @@ 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; >+ list-style-position:inside; > } > > a.document { >-- >1.7.9.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 8398
:
10729
|
10730