modify.css 724 B

12345678910111213141516171819202122232425262728293031323334
  1. #accountModify {
  2. position: relative;
  3. }
  4. #accountModify > dl {
  5. margin-bottom: 1.5rem;
  6. }
  7. #accountModify > dl dt {
  8. font-size: 17px;
  9. margin-bottom: 10px;
  10. }
  11. #accountModify > dl dd {
  12. font-size: 13px;
  13. }
  14. #accountModify form {
  15. margin-bottom: 0;
  16. }
  17. #accountModify form table {
  18. border: none;
  19. }
  20. #accountModify form table tbody tr th hr {
  21. margin: 0.6rem 0;
  22. }
  23. #accountModify form table tbody tr td {
  24. text-align: left;
  25. }
  26. #accountModify form table tbody tr td #btnChangeEmail {
  27. text-decoration: none;
  28. }
  29. #accountModify form table tbody tr td #btnChangeEmail:hover, #accountModify form table tbody tr td #btnChangeEmail:focus {
  30. text-decoration: underline;
  31. }
  32. #accountModify form table tbody tr td hr {
  33. margin: 0.3rem 0;
  34. }