Bugzilla – Attachment 48211 Details for
Bug 15600
System preferences broken toolbar looks broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15600 - System preferences broken toolbar looks broken
Bug-15600---System-preferences-broken-toolbar-look.patch (text/plain), 1.75 KB, created by
Owen Leonard
on 2016-02-18 15:16:30 UTC
(
hide
)
Description:
Bug 15600 - System preferences broken toolbar looks broken
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2016-02-18 15:16:30 UTC
Size:
1.75 KB
patch
obsolete
>From 016e0d4b43f54d46bfc7947e3ed7eaf992287c35 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 18 Feb 2016 10:06:41 -0500 >Subject: [PATCH] Bug 15600 - System preferences broken toolbar looks broken >Content-Type: text/plain; charset="utf-8" > >This patch reverts some deletions made to staff-global.css in Bug 11559. >The deletions broke the appearance of the floating toolbar in system >preferences. > >To test, apply the patch and clear your browser cache if necessary. > >- Go to Administration -> System preferences and view a tab with enough > content to allow you to scroll and test the appearance of the floating > toolbar. Confirm that it looks correct. >- Open the advanced cataloging editor and confirm that its toolbar looks > correct. >- Open the normal cataloging editor and confirm that the floating > toolbar looks correct and works correctly. >--- > koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 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 b35e6be..f276bf3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >@@ -422,10 +422,11 @@ dd { > font-weight : normal; > } > >+div#toolbar, > .btn-toolbar { >- background-color : #EDF4F6; >- padding: 5px 5px 5px 5px; >- border-radius: 5px 5px 0 0; >+ background-color : #EDF4F6; >+ padding: 5px 5px 5px 5px; >+ border-radius: 5px 5px 0 0; > border: 1px solid #E6F0F2; > } > >@@ -2425,6 +2426,8 @@ video { > background-position:-48px -166px; > } > >+#toolbar .btn, >+#toolbar .dropdown-menu, > .btn-toolbar .btn, > .btn-toolbar .dropdown-menu { > font-size: 13px; >-- >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 15600
:
46896
|
46897
|
46952
|
46960
|
46961
|
46962
|
48211
|
48241
|
48242
|
48264