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.

publicshareauth.css 534B

12345678910111213141516171819202122232425262728
  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. box-sizing: border-box;
  11. flex: 1 1 auto;
  12. width: 100% !important;
  13. min-width: 0; /* FF hack for to override default value */
  14. }
  15. input[type='submit'],
  16. input[type='submit'].icon-confirm {
  17. width: 45px;
  18. height: 45px;
  19. margin-left: 0 !important;
  20. border-top-left-radius: 0;
  21. border-bottom-left-radius: 0;
  22. }
  23. fieldset > p {
  24. display: inline-flex;
  25. }