PluginProbe
MainWP Dashboard: Self-hosted WordPress Management for Agencies / 5.2.1
MainWP Dashboard: Self-hosted WordPress Management for Agencies v5.2.1
6.2 6.1.8 6.1.7 6.1.6 6.1.5 6.1.4 6.1.3 6.1.2 6.1.1 6.1 6.0.12 6.0.11 4.6.0.1 5.0 5.0.1 5.0.2 5.0.3 5.0.3.1 5.0.3.2 5.1 5.1.1 5.2 5.2.1 5.2.2 5.3 All 153 releases
mainwp / modules / logs / ui / css / admin.css

admin.css in MainWP Dashboard: Self-hosted WordPress Management for Agencies 5.2.1, at modules/logs/ui/css/admin.css

28 lines 687 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 #mainwp-module-log-filters-row .ui.calendar,
20 #mainwp-module-log-filters-row .ui.calendar .ui.input{
21 width: 100% !important;
22 }
23
24 @media only screen and (min-width: 1370px) {
25 #widget-recent_events .mainwp-scrolly-overflow {
26 height: calc(100% - 120px) !important;
27 }
28 }