Bugzilla – Attachment 40575 Details for
Bug 11405
Inventory tool enhancements [OMNIBUS]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11405 [4] - Allow long labels to be less word-wrapped
Bug-11405-4---Allow-long-labels-to-be-less-word-wr.patch (text/plain), 1.76 KB, created by
Kyle M Hall (khall)
on 2015-06-24 11:28:19 UTC
(
hide
)
Description:
Bug 11405 [4] - Allow long labels to be less word-wrapped
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-06-24 11:28:19 UTC
Size:
1.76 KB
patch
obsolete
>From dc82f7457923666e3bbab66c1771a8d51813e4c1 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 16 Dec 2013 11:07:16 -0500 >Subject: [PATCH] Bug 11405 [4] - Allow long labels to be less word-wrapped > >The labels in the last fieldset of the inventory tool are a bit >"squashed" and are word wrapped to many lines unnecessarily. This patch >adds an additional css style for fieldsets of the class "row". If an >additional class "wide" as added to the fieldset, it will give the >labels more room for display. >--- > .../intranet-tmpl/prog/en/css/staff-global.css | 3 +++ > .../prog/en/modules/tools/inventory.tt | 2 +- > 2 files changed, 4 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 2c4011f..a392574 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >@@ -603,6 +603,9 @@ fieldset.rows fieldset { > .yui-b fieldset.rows label, .yui-b fieldset.rows span.label { > width: 9em; > } >+.yui-b fieldset.rows.wide label, .yui-b fieldset.rows.wide span.label { >+ width: 19em; >+} > > .yui-b fieldset.rows div.hint { > margin-left : 10.5em; >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >index 9498220..a8d0ab1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >@@ -193,7 +193,7 @@ $(document).ready(function(){ > [% END %] > </div> > </fieldset> >- <fieldset class="rows"> >+ <fieldset class="rows wide"> > <ol> > [% END %] > >-- >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 11405
:
23582
|
23583
|
23584
|
23585
|
23586
|
23587
|
24173
|
24174
|
24175
|
24176
|
24177
|
24178
|
25037
|
31250
|
31251
|
31252
|
31253
|
31254
|
31255
|
31256
|
40572
|
40573
|
40574
|
40575
|
40576
|
40577
|
40578
|
47027
|
47028
|
47029
|
47030
|
47031
|
47032
|
47033
|
47035
|
47036
|
47037
|
47038
|
47039
|
47040
|
47041
|
47106