manager.css
54 lines
| 1 | .ui-state-highlight { |
| 2 | border: 1px dotted red!important; |
| 3 | background-color: #F4E449!important; |
| 4 | } |
| 5 | #tblSortable tbody tr:hover { |
| 6 | cursor: move!important; |
| 7 | } |
| 8 | #tblSortable tbody tr a:hover { |
| 9 | cursor: hand!important; |
| 10 | } |
| 11 | |
| 12 | .starrr {display:inline-block} |
| 13 | .starrr i{font-size:16px;padding:0 1px;cursor:pointer;color:#2ea2cc;} |
| 14 | |
| 15 | .widefat th { |
| 16 | font-weight: bold!important; |
| 17 | } |
| 18 | table input { |
| 19 | font-size: 13px; |
| 20 | } |
| 21 | .widefat thead td, .widefat thead th { |
| 22 | border-bottom: 0px!important; |
| 23 | } |
| 24 | |
| 25 | .tcmp-grid { |
| 26 | margin-left: auto; |
| 27 | margin-right: auto; |
| 28 | border-spacing: 10px; |
| 29 | max-width: 1120px; |
| 30 | } |
| 31 | .tcmp-grid td, .tcmp-grid td p { |
| 32 | font-size:16px; |
| 33 | vertical-align: top; |
| 34 | } |
| 35 | .tcmp-grid td ul { |
| 36 | list-style-type: disc; |
| 37 | margin-left: 30px!important; |
| 38 | } |
| 39 | .tcmp-grid td { |
| 40 | padding: 20px!important; |
| 41 | } |
| 42 | .tcmp-headline { |
| 43 | font-size:40px; |
| 44 | font-weight:bold; |
| 45 | text-align:center; |
| 46 | margin: 10px!important; |
| 47 | } |
| 48 | .tcmp-subheadline { |
| 49 | font-size:25px!important; |
| 50 | font-weight:bold; |
| 51 | text-align:left; |
| 52 | margin: 0px!important; |
| 53 | } |
| 54 |