| @@ -286,4 +286,22 @@ | ||
| 286 | 286 | padding-bottom: 5px; |
| 287 | 287 | font-weight: bold; |
| 288 | 288 | text-align: center; |
| 289 | 289 | } |
| 290 | + | |
| 291 | +button.media-modal-close { | |
| 292 | + display: none !important; | |
| 293 | +} | |
| 294 | + | |
| 295 | +.dataTables_scrollBody { | |
| 296 | + overflow: hidden !important; | |
| 297 | +} | |
| 298 | + | |
| 299 | +.dataTables_wrapper { | |
| 300 | + height: 300px; | |
| 301 | + overflow: hidden !important; | |
| 302 | +} | |
| 303 | + | |
| 304 | +/* datatables */ | |
| 305 | +.dt-button { | |
| 306 | + display: none !important; | |
| 307 | +} | |