| 1 |
table#updraftcentral_events_table tbody > tr > td:nth-child(5) { |
| 2 |
text-align: center !important; } |
| 3 |
|
| 4 |
table#updraftcentral_events_table tbody > tr.odd { |
| 5 |
background-color: #F3F5F7; } |
| 6 |
|
| 7 |
table#updraftcentral_events_table thead > tr > td { |
| 8 |
font-weight: 600 !important; } |
| 9 |
|
| 10 |
div#updraftcentral_events_table_filter label, |
| 11 |
div#updraftcentral_events_table_length label, |
| 12 |
div#updraftcentral_events_table_info, |
| 13 |
div#updraftcentral_events_table_paginate a { |
| 14 |
color: #333 !important; |
| 15 |
font-weight: 400 !important; |
| 16 |
font-size: 1rem !important; } |
| 17 |
|
| 18 |
div#updraftcentral_events_table_length label > select { |
| 19 |
margin-left: 5px; |
| 20 |
margin-right: 5px; |
| 21 |
width: 80px !important; |
| 22 |
padding: inherit !important; } |
| 23 |
|
| 24 |
div#updraftcentral_events_table_filter label > input { |
| 25 |
margin-left: 10px; } |
| 26 |
|
| 27 |
.uc-btn-refresh-list { |
| 28 |
float: right; } |
| 29 |
|
| 30 |
div#updraftcentral_events_table_site.dataTables_site { |
| 31 |
float: left; |
| 32 |
margin-left: 20px; } |
| 33 |
|
| 34 |
div#updraftcentral_events_table_site label { |
| 35 |
color: #333 !important; |
| 36 |
font-weight: 400 !important; |
| 37 |
font-size: 1rem !important; |
| 38 |
width: 350px; } |
| 39 |
|
| 40 |
div#updraftcentral_events_table_site label > select { |
| 41 |
margin-left: 10px; |
| 42 |
margin-right: 5px; |
| 43 |
max-width: 225px; } |
| 44 |
|
| 45 |
div#updraftcentral_events_table_length label > select, |
| 46 |
div#updraftcentral_events_table_site label > select { |
| 47 |
padding-left: 5px !important; } |
| 48 |
|