Bugzilla – Attachment 49335 Details for
Bug 16109
Toolbars wrapping on narrower browsers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16109: Preventing toolbars from wrapping on staff client
Bug-16109-Preventing-toolbars-from-wrapping-on-sta.patch (text/plain), 1.04 KB, created by
Mark Tompsett
on 2016-03-20 17:12:45 UTC
(
hide
)
Description:
Bug 16109: Preventing toolbars from wrapping on staff client
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2016-03-20 17:12:45 UTC
Size:
1.04 KB
patch
obsolete
>From 8dc77b412ca637ebcd82078c00ab81f1f4f84eab Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Sat, 19 Mar 2016 03:28:24 +0000 >Subject: [PATCH] Bug 16109: Preventing toolbars from wrapping on staff client > >To test: > >1) Go to a members detail page >2) Notice wrapping of toolbar when making your browser window smaller >3) Apply patch >4) Confirm toolbar no longer wraps > >Sponsored-by: Catalyst IT > >NOTE: CSS files for intranet seem not to be less'd. > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >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 e6116ce..9e42b85 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >@@ -237,7 +237,8 @@ table.indexes td { > vertical-align : middle; > } > >-td.actions { >+td.actions, >+#toolbar { > white-space: nowrap; > } > >-- >2.1.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 16109
:
49326
|
49327
| 49335