Project

General

Profile

Defect #33913 » fix_login_form_height-v2.patch

Go MAEDA, 2020-09-05 08:46

View differences:

public/stylesheets/responsive.css
656 656
    F) PAGE SPECIFIC STYLES
657 657
  \*----------------------------------------*/
658 658

  
659
  /* page /login */
660

  
661
  #login-form table {
662
    width: 100%;
663
  }
664

  
665
  #login-form input#username,
666
  #login-form input#password,
667
  #login-form input#openid_url,
668
  #login-form input#twofa_code {
669
    width: 100%;
670
    height: auto;
671
  }
672

  
673 659
  /* some themes add a margin to login page, remove it on mobile */
674 660
  .action-login #main {
675 661
    margin: 0;
(4-4/4)