| 1234567891011121314151617181920212223242526272829303132333435363738 |
- table {
- width: 100%;
- tr {
- th, td {
- -ms-word-wrap: inherit;
- word-wrap: inherit;
- overflow-wrap: break-word;
- text-align: center;
- vertical-align: middle;
- }
- }
- thead {
- tr {
- th {
- background-color: #f7f7f7 !important;
- }
- th, td {
-
- text-align: center;
- }
- }
- }
- tbody.striped:hover tr td {
- background-color: #f1f1f1 !important;
- }
- }
- #fAdminWrite, #fAdminEdit {
- div.row {
- > label > span {
- color: #ff0000;
- }
- }
- }
|