| 12345678910111213141516171819202122232425262728293031323334 |
- #accountModify {
- position: relative;
- }
- #accountModify > dl {
- margin-bottom: 1.5rem;
- }
- #accountModify > dl dt {
- font-size: 17px;
- margin-bottom: 10px;
- }
- #accountModify > dl dd {
- font-size: 13px;
- }
- #accountModify form {
- margin-bottom: 0;
- }
- #accountModify form table {
- border: none;
- }
- #accountModify form table tbody tr th hr {
- margin: 0.6rem 0;
- }
- #accountModify form table tbody tr td {
- text-align: left;
- }
- #accountModify form table tbody tr td #btnChangeEmail {
- text-decoration: none;
- }
- #accountModify form table tbody tr td #btnChangeEmail:hover, #accountModify form table tbody tr td #btnChangeEmail:focus {
- text-decoration: underline;
- }
- #accountModify form table tbody tr td hr {
- margin: 0.3rem 0;
- }
|