| 1 |
.DUI-panel { |
| 2 |
background-color: white; |
| 3 |
margin-right: 10px; |
| 4 |
margin-bottom: 10px; |
| 5 |
border: 1px solid #d2d2d2; |
| 6 |
} |
| 7 |
@media only screen and (min-width: 1400px) { |
| 8 |
.DUI-panel--TOP10 { |
| 9 |
max-width:49%; |
| 10 |
width:49%; |
| 11 |
float:left; |
| 12 |
} |
| 13 |
} |
| 14 |
|
| 15 |
@media only screen and (min-width: 1024px) { |
| 16 |
.show-desktop { display: block; } |
| 17 |
} |
| 18 |
@media only screen and (max-width: 1023px) { |
| 19 |
.show-desktop { display: none; } |
| 20 |
} |
| 21 |
|
| 22 |
|
| 23 |
.DUI-panel__headline { |
| 24 |
padding: 6px 10px 6px 10px; |
| 25 |
border-bottom: 1px solid #e0e0e0; |
| 26 |
font-weight: bold; |
| 27 |
} |
| 28 |
.DUI-panel__headline-actions { |
| 29 |
float: right; |
| 30 |
} |
| 31 |
.DUI-panel__content { |
| 32 |
padding: 6px; |
| 33 |
} |
| 34 |
.DUI-panel__content--title { |
| 35 |
padding: 20px; |
| 36 |
} |
| 37 |
|
| 38 |
|
| 39 |
.DUI-table { |
| 40 |
_border: 1px solid #aaa; |
| 41 |
font-size: 1.0em; |
| 42 |
color: black; |
| 43 |
} |
| 44 |
.DUI-table td { overflow-wrap: anywhere; } |
| 45 |
.DUI-table thead th { border-bottom: 1px solid #eee; white-space: nowrap; } |
| 46 |
.DUI-table tbody tr:nth-child(odd) { background-color: white; } |
| 47 |
.DUI-table tbody tr:nth-child(even) { background-color: white; } |
| 48 |
.DUI-table tbody tr:hover { background-color: #eee; } |
| 49 |
.DUI-table__col--number { text-align: right; white-space: nowrap; } |
| 50 |
.DUI-table__col--grow { width: 100%; } |