Bugzilla – Attachment 70917 Details for
Bug 19474
Convert staff client CSS to SCSS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 19474 (Follow-up) Convert staff client CSS to SCSS
SIGNED-OFF-Bug-19474-Follow-up-Convert-staff-clien.patch (text/plain), 2.27 KB, created by
Claire Gravely
on 2018-01-25 15:22:36 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 19474 (Follow-up) Convert staff client CSS to SCSS
Filename:
MIME Type:
Creator:
Claire Gravely
Created:
2018-01-25 15:22:36 UTC
Size:
2.27 KB
patch
obsolete
>From 566e4e21528bade951e59b20e27be645df93d375 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 5 Jan 2018 19:44:51 +0000 >Subject: [PATCH] [SIGNED-OFF] Bug 19474 (Follow-up) Convert staff client CSS > to SCSS > >This patch brings staff-global.scss up to date with changes which have >been recently committed to staff-global.css, specifically staff client >responsiveness improvements (Bug 19851). > >Signed-off-by: Claire Gravely <claire.gravely@bsz-bw.de> >--- > .../intranet-tmpl/prog/css/src/staff-global.scss | 81 ++++++++++++++++++++++ > 1 file changed, 81 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >index 0bbe2a3..04389ac 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -3871,3 +3871,84 @@ span { > #ill-requests { > width: 100% !important; > } >+ >+ >+#helper { >+ span { >+ display: none; >+ } >+} >+ >+#logged-in-info-full { >+ display: none; >+} >+ >+.loggedin-menu-label { >+ color: #777; >+ font-size: 12px; >+ line-height: 1.42857143; >+ padding: 4px 12px; >+ white-space: nowrap; >+ >+ span { >+ color: #000; >+ font-weight: bold; >+ } >+ >+ &.divider { >+ padding: 0; >+ } >+} >+ >+@media (min-width: 200px) { >+ .navbar-nav > li { >+ float: left; >+ } >+ >+ .navbar-right { >+ float: right !important; >+ margin-right: -15px; >+ } >+ >+ .navbar-nav { >+ float: left; >+ margin: 0; >+ >+ .open { >+ .dropdown-menu { >+ background-color: #fff; >+ border: 1px solid rgba(0, 0, 0, .15); >+ box-shadow: 0 6px 12px rgba(0, 0, 0, .175); >+ float: left; >+ left: auto; >+ position: absolute; >+ right: 0; >+ width: auto; >+ } >+ } >+ } >+} >+ >+@media (min-width: 800px) { >+ #helper { >+ i { >+ display: none; >+ } >+ >+ span { >+ display: inline; >+ } >+ } >+ >+ #logged-in-info-full { >+ display: inline; >+ } >+ >+ #logged-in-info-brief { >+ display: none; >+ } >+ >+ .loggedin-menu-label { >+ display: none; >+ } >+} >-- >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 19474
:
68211
|
69197
|
70315
|
70915
|
70916
|
70917
|
70944
|
70945
|
70946
|
70947
|
71055
|
71056
|
71057
|
71058
|
71059
|
71609
|
71610
|
71611
|
71612
|
71616
|
72444
|
72643
|
72677
|
72684
|
72685
|
72686
|
72776
|
72777
|
72778
|
72788
|
72789
|
72790
|
72791
|
73470
|
73471
|
73472
|
74724
|
74725
|
74757
|
74758
|
76657
|
77189
|
77621