Bugzilla – Attachment 43574 Details for
Bug 14190
Scale search boxes in staff head
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14190: Scale search boxes in staff head
Bug-14190-Scale-search-boxes-in-staff-head.patch (text/plain), 1.59 KB, created by
Marc Véron
on 2015-10-18 14:58:36 UTC
(
hide
)
Description:
Bug 14190: Scale search boxes in staff head
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2015-10-18 14:58:36 UTC
Size:
1.59 KB
patch
obsolete
>From 6531adc2291d9788e8b135db24e4fae0e065040a Mon Sep 17 00:00:00 2001 >From: Eivin Giske Skaaren <eivin@sysmystic.com> >Date: Sun, 18 Oct 2015 14:21:01 +0000 >Subject: [PATCH] Bug 14190: Scale search boxes in staff head >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >In this simple patch the width gets controlled by CSS and it becomes >easy to set it in just one place. > >The exact width may need to be discussed but I thought 30em made it look ok on my screen. >With this patch we get the wider search boxes with a very small change and another bug may >be created if needed to do a bigger refactor and remove stuff not needed in the html and >perhaps do this in a modern/responsive way. (Preferrably a UX/GUI developer will do this) > >To test: > >Apply the patch and reload the staff client. Now the search box is a bit wider and the border >etc has changed with it. > >Some places with more than one search box like "Serials" will not be affected. > >Signed-off-by: Marc Véron <veron@veron.ch> >--- > koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 4 ++++ > 1 file changed, 4 insertions(+) > >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 23066ea..c78a130 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >@@ -382,6 +382,10 @@ div#header_search div.residentsearch { > padding : 0 0 .2em 0; > } > >+.head-searchbox { >+ width: 30em; >+} >+ > div#reserves,div#checkouts { > border : 1px solid #B9D8D9; > padding : 1em; >-- >1.7.10.4
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 14190
:
43572
|
43574
|
43945