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 617B

123456789101112131415161718192021222324252627282930313233
  1. form fieldset {
  2. display: flex !important;
  3. flex-direction: column;
  4. }
  5. form fieldset > p {
  6. position: relative;
  7. }
  8. #password {
  9. margin: 5px 0;
  10. padding-right: 45px;
  11. height: 45px;
  12. box-sizing: border-box;
  13. flex: 1 1 auto;
  14. width: 100% !important;
  15. min-width: 0; /* FF hack for to override default value */
  16. }
  17. input[type='submit'],
  18. input[type='submit'].icon-confirm {
  19. position: absolute;
  20. top: 0px;
  21. right: -5px;
  22. width: 45px !important;
  23. height: 45px;
  24. background-color: transparent !important;
  25. }
  26. .warning > .warning {
  27. /* Do not use a top margin for warning messages in the warning container. */
  28. margin-top: 0;
  29. }