PluginProbe
s2Member – Excellent for All Kinds of Memberships, Content Restriction Paywalls & Member Access Subscriptions / 260917
s2Member – Excellent for All Kinds of Memberships, Content Restriction Paywalls & Member Access Subscriptions v260917
260917 260913 260909 260829 260814 260805 110710 110731 110812 110815 110912 110913 110915 110926 110927 111002 111003 111011 111017 111029 111105 111206 111216 111220 120213 All 189 releases
← All changes | src/includes/s2member.css +25 -0 260805260917 View file →
@@ -41,8 +41,33 @@
41 41 margin : 0 auto 0 auto;
42 42 }
43 43
44 44 /*
45 +260819.0042 PayPal Checkout feedback uses one compact style across standalone buttons and Pro-Forms.
46 +These are basic CSS rules. You can override any of these
47 +through the `/style.css` file for your WordPress theme.
48 +*/
49 +span.ws-plugin--s2member-ppco-error,
50 +span.ws-plugin--s2member-ppco-info
51 +{
52 + border-radius : 2px;
53 + -webkit-box-decoration-break : clone;
54 + box-decoration-break : clone;
55 + color : #000000;
56 + font-size : 14px;
57 + line-height : 1.5;
58 + padding : 2px 4px;
59 +}
60 +span.ws-plugin--s2member-ppco-error
61 +{
62 + background : #FFD5D5;
63 +}
64 +span.ws-plugin--s2member-ppco-info
65 +{
66 + background : #FFFFCC;
67 +}
68 +
69 +/*
45 70 Button processing animation.
46 71 These are basic CSS rules. You can override any of these
47 72 through the `/style.css` file for your WordPress theme.
48 73 */