[java-idp-plugin-webauthn] branch main updated: Fix CSS

Phil Smart philip.smart at jisc.ac.uk
Fri May 31 15:38:16 UTC 2024


This is an automated email from the git hooks/post-receive script.

philsmart pushed a commit to branch main
in repository java-idp-plugin-webauthn.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-webauthn.git;a=commit;h=f802f022ee2046626e3a3dce54252b95bd4ea81c

The following commit(s) were added to refs/heads/main by this push:
     new f802f02  Fix CSS
f802f02 is described below

commit f802f022ee2046626e3a3dce54252b95bd4ea81c
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri May 31 16:38:14 2024 +0100

    Fix CSS
---
 .../net/shibboleth/idp/plugin/authn/webauthn/css/webauthn.css       | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/css/webauthn.css b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/css/webauthn.css
index e9e2433..48d6dfe 100644
--- a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/css/webauthn.css
+++ b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/css/webauthn.css
@@ -25,7 +25,7 @@ tr:hover {
 
 
 /* Style the button that is used to open and close the collapsible content */
-.collapsible {
+.collapsible-debug {
     background-color: #eee;
     color: #444;
     cursor: pointer;
@@ -88,7 +88,5 @@ tr:hover {
 }
 
 .authenticator-logo {
-    display: inline;
-    margin-right: auto;
-    margin-left: auto;
+    vertical-align: middle;
 }
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list