admin.css 478 B

1234567891011121314151617181920212223
  1. table {
  2. width: 100%;
  3. }
  4. table tr th, table tr td {
  5. -ms-word-wrap: inherit;
  6. word-wrap: inherit;
  7. overflow-wrap: break-word;
  8. text-align: center;
  9. vertical-align: middle;
  10. }
  11. table thead tr th {
  12. background-color: #f7f7f7 !important;
  13. }
  14. table thead tr th, table thead tr td {
  15. text-align: center;
  16. }
  17. table tbody.striped:hover tr td {
  18. background-color: #f1f1f1 !important;
  19. }
  20. #fAdminWrite div.row > label > span, #fAdminEdit div.row > label > span {
  21. color: #ff0000;
  22. }