Bugzilla – Attachment 116350 Details for
Bug 25405
Make separation of Shibboleth and Local login clearer in modal login on OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25405: clean up some CSS
Bug-25405-clean-up-some-CSS.patch (text/plain), 1.24 KB, created by
Lucas Gass (lukeg)
on 2021-02-05 01:09:12 UTC
(
hide
)
Description:
Bug 25405: clean up some CSS
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2021-02-05 01:09:12 UTC
Size:
1.24 KB
patch
obsolete
>From 3bd57275bdf51de8d9e2ede9928ce87528e4951e Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 5 Feb 2021 01:07:12 +0000 >Subject: [PATCH] Bug 25405: clean up some CSS > >--- > koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 18 ++++++++---------- > 1 file changed, 8 insertions(+), 10 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >index 62e836c213..60d964dbf8 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >@@ -1816,8 +1816,7 @@ nav { > } > > #external_login { >- box-shadow: 0 0 0 1px #dbdbdb; >- padding: 7px; >+ padding: 1em; > } > > #shibboleth_login_button { >@@ -1827,18 +1826,17 @@ nav { > border-radius: 4px; > } > >- #external_login { >- box-shadow: 0 0 0 1px #dbdbdb; >- padding: 1em; >+ #shibboleth_login_button:hover { >+ background-color: #f0f0f0; > } > >- #external_login a:hover { >- text-decoration: none; >- } >+ #shibboleth_login_button a { >+ display: inline-block; >+ width: 100%; >+ } > >- #shibboleth_login_button:hover { >+ #shibboleth_login_button a:hover { > text-decoration: none; >- background-color: #f0f0f0; > } > > .shibboleth_login_name { >-- >2.11.0
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 25405
:
104464
|
104465
|
104516
|
104520
|
104522
|
104542
|
114754
|
116346
|
116348
|
116349
|
116350
|
116351