admin.scss 659 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. table {
  2. width: 100%;
  3. tr {
  4. th, 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. }
  12. thead {
  13. tr {
  14. th {
  15. background-color: #f7f7f7 !important;
  16. }
  17. th, td {
  18. text-align: center;
  19. }
  20. }
  21. }
  22. tbody.striped:hover tr td {
  23. background-color: #f1f1f1 !important;
  24. }
  25. }
  26. #fAdminWrite, #fAdminEdit {
  27. div.row {
  28. > label > span {
  29. color: #ff0000;
  30. }
  31. }
  32. }