You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

authenticate.css 474B

1234567891011121314151617181920212223242526
  1. form fieldset {
  2. display: flex !important;
  3. flex-direction: column;
  4. }
  5. #password {
  6. margin-right: 0 !important;
  7. border-top-right-radius: 0;
  8. border-bottom-right-radius: 0;
  9. height: 45px;
  10. flex: 1 1 auto;
  11. width: 100% !important;
  12. min-width: 0; /* FF hack for to override default value */
  13. }
  14. input[type='submit'] {
  15. width: 45px;
  16. height: 45px;
  17. margin-left: 0 !important;
  18. border-top-left-radius: 0;
  19. border-bottom-left-radius: 0;
  20. }
  21. fieldset > p {
  22. display: inline-flex;
  23. }