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.

newuserdialog.css 574B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /** Styles for the new-user-dialog box */
  2. #newuserdialog {
  3. display: none;
  4. }
  5. #newuserdialog h3 {
  6. color: #333;
  7. font-size: normal;
  8. margin-top: 0;
  9. margin-bottom: 0;
  10. }
  11. #newuserdialog p.hint {
  12. margin-top: 0.5em;
  13. margin-bottom: 1em;
  14. font-style: italic;
  15. }
  16. #newuserdialog table td.title {
  17. color: #666;
  18. text-align: right;
  19. padding-right: 1em;
  20. white-space: nowrap;
  21. }
  22. #newuserdialog table td input,
  23. #newuserdialog table td textarea {
  24. width: 20em;
  25. }
  26. #newuserdialog .formbuttons {
  27. margin-top: 1.5em;
  28. text-align: center;
  29. }
  30. .ui-dialog-titlebar-close {
  31. display: none;
  32. }