PluginProbe
WP-EMail / 2.64
WP-EMail v2.64
3.0.0 trunk 1.00 2.00b 2.01 2.02 2.03 2.04 2.04a 2.05 2.06 2.07 2.10 2.11 2.20 2.30 2.31 2.40 2.50 2.51 2.52 2.61 2.62 2.63 2.64 All 42 releases
wp-email / email-css.css

email-css.css in WP-EMail 2.64, at email-css.css

41 lines 590 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * WordPress Plugin: WP-EMail
3 * Copyright (c) 2012 Lester "GaMerZ" Chan
4 *
5 * File Written By:
6 * - Lester "GaMerZ" Chan
7 * - http://lesterchan.net
8 *
9 * File Information:
10 * - E-Mail CSS Style
11 * - wp-content/plugins/wp-email/email-css.css
12 */
13
14 .wp-email P {
15 text-align: left;
16 }
17 .wp-email label {
18 font-weight: bold;
19 }
20 .wp-email-loading {
21 display: none;
22 text-align: center;
23 height: 16px;
24 }
25 .wp-email-image {
26 border: 0px;
27 }
28 .TextField {
29 }
30 .Button {
31 }
32 #wp-email-required {
33 font-weight: bold;
34 }
35 #wp-email-button {
36 text-align: center;
37 }
38 #wp-email-popup {
39 padding: 1em 1em 0;
40 }
41