Bugzilla – Attachment 3013 Details for
Bug 5575
3.4 BibLibre circ & members omnibus
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
CSS correction
0001-bug_5575-Restoring-an-important-CSS-property.patch (text/plain), 1.02 KB, created by
Owen Leonard
on 2011-01-20 19:38:09 UTC
(
hide
)
Description:
CSS correction
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2011-01-20 19:38:09 UTC
Size:
1.02 KB
patch
obsolete
>From 51b72e5ef6bc93267fbe73e8db1c2279ea68548c Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 20 Jan 2011 14:33:34 -0500 >Subject: [PATCH] [bug_5575] Restoring an important CSS property >Content-Type: text/plain; charset="utf-8" > >Removing "float left" from fieldset.rows label breaks the >layout of all entry forms. Was it removed because it >conflicted with another CSS change? >--- > .../intranet-tmpl/prog/en/css/staff-global.css | 3 ++- > 1 files changed, 2 insertions(+), 1 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 cfa2c5f..cf09cd5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >@@ -575,7 +575,8 @@ fieldset.rows legend { > font-size : 110%; > } > >-fieldset.rows label, fieldset.rows span.label { >+fieldset.rows label, fieldset.rows span.label { >+ float: left; > font-weight : bold; > width: 6em; > margin-right: 1em; >-- >1.7.3 >
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 5575
:
3011
|
3012
| 3013 |
3037
|
3039
|
3041