summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/sharedaddy/sharing.css')
-rw-r--r--plugins/jetpack/modules/sharedaddy/sharing.css77
1 files changed, 10 insertions, 67 deletions
diff --git a/plugins/jetpack/modules/sharedaddy/sharing.css b/plugins/jetpack/modules/sharedaddy/sharing.css
index 111386d2..d96cdd5d 100644
--- a/plugins/jetpack/modules/sharedaddy/sharing.css
+++ b/plugins/jetpack/modules/sharedaddy/sharing.css
@@ -74,6 +74,16 @@ body.highlander-dark h3.sd-title:before {
font-size: 12px;
}
+/* Sharing email errors */
+.sd-content .share-email-error .share-email-error-title {
+ margin: 0.5em 0;
+}
+.sd-content .share-email-error .share-email-error-text {
+ font-family: "Open Sans", sans-serif;
+ font-size: 12px;
+ margin: 0.5em 0;
+}
+
/* Buttons */
.sd-social-icon .sd-content ul li a.sd-button,
@@ -683,79 +693,12 @@ body .sd-social-icon .sd-content li.share-custom a span {
}
-/**
- * Sharing Email Dialog
- */
-
-#sharing_email {
- width: 342px;
- position: absolute;
- z-index: 1001;
- border: 1px solid #ccc;
- padding: 15px;
- background: #fff;
- box-shadow: 0px 5px 20px rgba(0,0,0,.2);
- text-align: left;
-}
-
-div.sharedaddy.sharedaddy-dark #sharing_email {
- border-color: #fff;
-}
-
-#sharing_email .errors {
- color: #fff;
- background-color: #771a09;
- font-size: 12px;
- padding: 5px 8px;
- line-height: 1;
- margin: 10px 0 0 0;
-}
-
-#sharing_email label {
- font-size: 12px;
- color: #333;
- font-weight: bold;
- display: block;
- padding: 0 0 4px 0;
- text-align: left;
- text-shadow: none;
-}
-
-#sharing_email form {
- margin: 0;
-}
-
-#sharing_email input[type="text"], #sharing_email input[type="email"] {
- width: 100%;
- box-sizing: border-box;
- -moz-box-sizing:border-box;
- -webkit-box-sizing:border-box;
- border: 1px solid #ccc;
- margin-bottom: 1em;
- background: #fff;
- font-size: 12px;
- color: #333;
- max-width: none;
- padding: 1px 3px;
-}
#jetpack-source_f_name {
display: none!important;
position: absolute !important;
left: -9000px;
}
-#sharing_email .sharing_cancel {
- padding: 0 0 0 1em;
- font-size: 12px;
- text-shadow: none;
-}
-
-#sharing_email .recaptcha {
- width: 312px;
- height: 123px;
- margin: 0 0 1em 0;
-}
-
.sd-content .share-customize-link {
margin-top: 0em;
line-height: 11px;