email-css.css in WP-EMail 2.64, at email-css.css
| 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 |