@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss +++ a/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 { --