loginLog.css 496 B

1234567891011121314151617181920212223
  1. #accountLoginLog {
  2. box-sizing: border-box;
  3. }
  4. #accountLoginLog table {
  5. margin-bottom: 0;
  6. min-width: 580px;
  7. }
  8. #accountLoginLog table caption {
  9. caption-side: top;
  10. color: #bbbbbb;
  11. }
  12. #accountLoginLog table tr th, #accountLoginLog table tr td {
  13. text-align: center;
  14. }
  15. #accountLoginLog table thead tr th {
  16. background: #133a46;
  17. }
  18. #accountLoginLog table tbody tr td {
  19. text-align: center;
  20. vertical-align: middle;
  21. border: none;
  22. font-size: 13px;
  23. }/*# sourceMappingURL=loginLog.css.map */