PluginProbe
WEBKINDER Integration for Google Analytics and Google Tag Manager / trunk
WEBKINDER Integration for Google Analytics and Google Tag Manager vtrunk
trunk 1.0 1.1 1.10.0 1.10.1 1.11.0 1.11.1 1.11.2 1.11.3 1.11.4 1.11.5 1.11.6 1.2 1.3 1.4 1.5 1.6 1.6.1 1.6.2 1.7.1 1.7.1beta 1.7.2 1.7.3 1.8.0 1.8.1 All 36 releases
wk-google-analytics / css / admin-styles.css

admin-styles.css in WEBKINDER Integration for Google Analytics and Google Tag Manager trunk, at css/admin-styles.css

54 lines 783 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2 * Google Analytics by WEBKINDER
3 * Admin CSS Styles
4 */
5
6 #wk-google-analytics-settings>div {
7 margin-bottom: 15px;
8 }
9
10 #mc_embed_signup .mc-field-group {
11 margin-bottom: 15px;
12 }
13
14 /*====================GRID=================*/
15
16 @media screen and (min-width: 768px) {
17
18 .wk-left-part,
19 .wk-right-part {
20 display: inline-block;
21 }
22
23 .wk-left-part {
24 width: 70%;
25 vertical-align: top;
26 }
27
28 .wk-right-part {
29 width: 25%;
30 vertical-align: top;
31 }
32
33 }
34
35 /*==============MAILCHIMP==================*/
36
37 #mc_embed_signup .mc-field-group label {
38 width: 100px;
39 display: inline-block;
40 }
41
42 #mc_embed_signup .mc-field-group {
43 margin-bottom: 5px;
44 }
45
46 #mc_embed_signup .mc-field-group .asterisk {
47 margin-left: 5px;
48 color: red;
49 }
50
51 #mc_embed_signup_scroll .input-group label {
52 width: 200px;
53 }
54