PluginProbe
WP-EMail / 2.50
WP-EMail v2.50
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.50, at email-css.css

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