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