| 1 |
/* Logs style */ |
| 2 |
.mainwp-logs-menu { |
| 3 |
display: none !important; |
| 4 |
} |
| 5 |
|
| 6 |
.mainwp_page_SettingsDashboardInsights .mainwp-logs-menu { |
| 7 |
display: inline !important; |
| 8 |
} |
| 9 |
|
| 10 |
#mainwp-module-log-settings-wrapper .log-settings-hidden-field, |
| 11 |
#mainwp-second-level-navigation #SettingsDashboardInsights { |
| 12 |
display: none !important; |
| 13 |
} |
| 14 |
|
| 15 |
#mainwp-module-log-filters-row .mainwp_datepicker { |
| 16 |
display: inline-block; |
| 17 |
} |
| 18 |
|
| 19 |
@media only screen and (min-width: 1370px) { |
| 20 |
#widget-recent_events .mainwp-scrolly-overflow { |
| 21 |
height: calc(100% - 120px) !important; |
| 22 |
} |
| 23 |
} |