PluginProbe ʕ •ᴥ•ʔ
ShareThis Dashboard for Google Analytics / trunk
ShareThis Dashboard for Google Analytics vtrunk
3.3.2 trunk 1.0.7 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.1 2.1.2 2.1.3 2.1.4 2.1.5 2.2.5 2.3.5 2.3.6 2.3.7 2.3.8 2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 3.0.0 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.2.0 3.2.1 3.2.2 3.2.3 3.2.4 3.3.0 3.3.1
googleanalytics / css / ga_old_wp_support.css
googleanalytics / css Last commit date
ga_additional.css 4 years ago ga_modal.css 4 years ago ga_old_wp_support.css 4 years ago googleanalytics.css 2 months ago
ga_old_wp_support.css
21 lines
1 .notice {
2 background: #fff none repeat scroll 0 0;
3 border-left: 4px solid #fff;
4 box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
5 margin: 5px 0 15px;
6 padding: 1px 12px;
7 }
8 .notice-warning {
9 border-left-color: #ffb900;
10 }
11 .notice-success {
12 border-left-color: #46b450;
13 }
14 .notice-error{
15 border-left-color: #dc3232;
16 }
17 .notice p{
18 margin: 0.5em 0;
19 padding: 2px;
20 }
21