PluginProbe ʕ •ᴥ•ʔ
MonsterInsights – Google Analytics Dashboard for WordPress (Website Stats Made Easy) / 10.1.3
MonsterInsights – Google Analytics Dashboard for WordPress (Website Stats Made Easy) v10.1.3
10.2.2 10.2.1 10.2.0 10.1.3 trunk 10.0.0 10.0.1 10.0.2 10.0.3 10.1.1 10.1.2 8.1.0 8.10.0 8.10.1 8.11.0 8.12.0 8.12.1 8.13.0 8.13.1 8.14.0 8.14.1 8.15 8.16 8.17 8.18 8.19.0 8.2.0 8.20.0 8.20.1 8.21.0 8.22.0 8.23.0 8.23.1 8.24.0 8.25.0 8.26.0 8.27.0 8.28.0 8.3.0 8.3.1 8.3.2 8.3.3 8.3.4 8.4.0 8.5.0 8.5.1 8.5.2 8.5.3 8.6.0 8.7.0 8.8.0 8.8.1 8.8.2 8.9.0 8.9.1 9.0.0 9.0.1 9.1.0 9.1.1 9.10.0 9.10.1 9.11.0 9.11.1 9.2.0 9.2.1 9.2.2 9.2.3 9.2.4 9.3.0 9.3.1 9.4.0 9.4.1 9.5.1 9.5.2 9.5.3 9.6.0 9.6.1 9.7.0 9.8.0 9.9.0
google-analytics-for-wordpress / assets / css / admin-common.css
google-analytics-for-wordpress / assets / css Last commit date
frontend 7 months ago images 3 years ago admin-common.css 6 months ago admin-common.min.css 6 months ago admin-metabox-sitenotes.css 3 years ago admin-metabox-sitenotes.min.css 3 years ago admin-metabox.css 3 years ago admin-metabox.min.css 3 years ago admin-widget-settings.css 3 years ago admin-widget-settings.min.css 3 years ago frontend.css 1 year ago frontend.min.css 1 year ago index.php 3 years ago
admin-common.css
97 lines
1 .monsterinsights-wooedd-upsell-left {
2 width: 50%;
3 display: table-cell;
4 float: left;
5 }
6
7 .monsterinsights-wooedd-upsell-right {
8 width: 50%;
9 display: table-cell;
10 float: left;
11 }
12
13 .monsterinsights-wooedd-upsell-image {
14 width: 100%;
15 height: auto;
16 padding: 20px;
17 }
18
19 .monsterinsights-wooedd-upsell-image-small {
20 display: none;
21 }
22
23 .monsterinsights-wooedd-upsell-row {
24 display: table;
25 }
26
27 .monsterinsights-wooedd-upsell-left p {
28 margin: 1em 0;
29 font-size: 16px;
30 }
31
32 @media (max-width: 900px) {
33 .monsterinsights-wooedd-upsell-left {
34 width: 100%;
35 }
36
37 .monsterinsights-wooedd-upsell-right {
38 display: none;
39 }
40
41 .monsterinsights-wooedd-upsell-image-small {
42 display: block;
43 }
44
45 .monsterinsights-wooedd-upsell-image-large {
46 display: none;
47 }
48 }
49
50 #wpadminbar .monsterinsights-menu-notification-indicator,
51 .monsterinsights-menu-notification-indicator {
52 min-width: 8px;
53 height: 18px;
54 border-radius: 9px;
55 background: #ca4a1f;
56 display: inline-block;
57 margin-left: 8px;
58 font-size: 11px;
59 font-weight: 400;
60 color: #fff;
61 text-align: center;
62 line-height: 1.6;
63 padding: 0 5px;
64 }
65
66 #adminmenu .monsterinsights-menu-notification-indicator.update-plugins {
67 margin-left: 8px;
68 }
69
70 @media (max-width: 782px) {
71 #wpadminbar .monsterinsights-menu-notification-indicator {
72 margin: 0 0 10px -13px;
73 z-index: 10;
74 position: relative;
75 }
76 }
77
78 .monsterinsights-submenu-highlight {
79 background: #1da867;
80 }
81
82 .monsterinsights-submenu-highlight a span {
83 color: #fff;
84 font-weight: 600;
85 }
86
87 .monsterinsights-menu-new-indicator{
88 color:#f18200;
89 vertical-align:super;
90 font-size:9px
91 }
92
93 .monsterinsights-sidebar-label--tight,
94 .monsterinsights-sidebar-label--tight + .monsterinsights-menu-new-indicator {
95 flex: 1;
96 }
97