Project

General

Profile

Defect #33913 » fix_login_form_height.diff

Bernhard Rohloff, 2020-08-27 08:26

View differences:

public/stylesheets/responsive.css (Arbeitskopie)
658 658

  
659 659
  /* page /login */
660 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
    width: 100%;
669
    height: auto;
670
  }
671

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