From 17541d406f84e401dd313745fad7ef9ee1a2aa93 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Sun, 11 Feb 2018 22:24:38 +0100 Subject: [PATCH] css: limit button width to 240px (fixes #21546) Also the CSS rule is simplified. --- src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css b/src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css index 45cdfa4..823b299 100644 --- a/src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css +++ b/src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css @@ -41,7 +41,8 @@ div#fc-button a.button div { height: 100%; } -div#fc-button-wrapper.small div#fc-button a.button div img { +div#fc-button img { + width: 240px; height: 50px; } -- 2.14.2