Projet

Général

Profil

0001-css-limit-button-width-to-240px-fixes-21546.patch

Benjamin Dauvergne, 11 février 2018 22:25

Télécharger (889 octets)

Voir les différences:

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(-)
src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css
41 41
    height: 100%;
42 42
}
43 43

  
44
div#fc-button-wrapper.small div#fc-button a.button div img {
44
div#fc-button img {
45
    width: 240px;
45 46
    height: 50px;
46 47
}
47 48

  
48
-