Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 17f70ce

Browse files
committed
Style changes, adjust language on links.
1 parent b4fb33f commit 17f70ce

File tree

3 files changed

+21
-15
lines changed

3 files changed

+21
-15
lines changed

css/obBase.css

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3661,6 +3661,11 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
36613661
text-decoration: none;
36623662
}
36633663

3664+
.popMenu-navBar a [class *= "ion-"]:before {
3665+
/*standardize the icon width*/
3666+
width: 1em;
3667+
}
3668+
36643669
.popMenu-navBar hr {
36653670
width: 100%;
36663671
border: 1px solid rgba(255,255,255,0.08);
@@ -4876,8 +4881,8 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
48764881
bottom: -150px;
48774882
right: 0;
48784883
z-index: 1;
4879-
width: 490px;
4880-
padding: 38px;
4884+
width: 398px;
4885+
padding: 32px;
48814886
opacity: 0;
48824887
background: #141414;
48834888
color: #fff;
@@ -4892,6 +4897,7 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
48924897

48934898
.socialReminder .socialTitle {
48944899
margin-bottom: 20px;
4900+
font-size: 16px;
48954901
}
48964902

48974903
.socialReminder .socialInfoLink {
@@ -4929,8 +4935,8 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
49294935
display: block;
49304936
padding: 10px;
49314937
border-radius: 50%;
4932-
width: 44px;
4933-
height: 44px;
4938+
width: 34px;
4939+
height: 34px;
49344940
text-align: center;
49354941
}
49364942

@@ -4939,7 +4945,7 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
49394945
}
49404946

49414947
.socialReminder .socialIcon:before {
4942-
line-height: 44px;
4948+
line-height: 34px;
49434949
}
49444950

49454951
/*========== utility classes ==========*/

js/languages/en-US.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -737,11 +737,11 @@
737737
"explanationLinkText": "<span class='socialInfoLinkInner'>more</span>",
738738
"explanation": "If you can take a few seconds to post a link to OpenBazaar to social media, you can help OpenBazaar grow. The more buyers and sellers that are active, the stronger the network will be, with a greater variety of better products and services available for purchase.",
739739
"blurb": "OpenBazaar%20is%20a%20decentralized%2C%20P2P%20Bitcoin%20Marketplace.",
740-
"shareTwitter": "Share on Twitter",
741-
"shareFacebook": "Share on Facebook",
742-
"sharePinterest": "Share on Pinterest",
743-
"shareLinkedIn": "Share on LinkedIn",
744-
"shareTumblr": "Share on Tumblr",
740+
"shareTwitter": "Share OB on Twitter",
741+
"shareFacebook": "Share OB on Facebook",
742+
"sharePinterest": "Share OB on Pinterest",
743+
"shareLinkedIn": "Share OB on LinkedIn",
744+
"shareTumblr": "Share OB on Tumblr",
745745
"reminder": "Help Spread the Word About OpenBazaar"
746746
},
747747
"langChangeRestartTitle": "Restart needed for language change",

js/templates/pageNav.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,23 +74,23 @@
7474
<% var shareURL = "https%3A%2F%2Fopenbazaar.org" %>
7575
<a href="https://twitter.com/intent/tweet/?text=<%= polyglot.t('socialReminder.blurb') %>&url=<%= shareURL %>&hashtags=OpenBazaar&related=openbazaar%3AOpenBazaar,News%20about%20OpenBazaar">
7676
<span class="ion-social-twitter fontSize11 marginRight2 textOpacity1"></span>
77-
Twitter
77+
<%= polyglot.t('socialReminder.shareTwitter') %>
7878
</a>
7979
<a href="https://www.facebook.com/sharer/sharer.php?u=<%= shareURL %>">
8080
<span class="ion-social-facebook fontSize11 marginRight2 textOpacity1"></span>
81-
Facebook
81+
<%= polyglot.t('socialReminder.shareFacebook') %>
8282
</a>
8383
<a href=http://pinterest.com/pin/create/button/?url=<%= shareURL %>&description=<%= polyglot.t('socialReminder.blurb') %>">
8484
<span class="ion-social-pinterest fontSize11 marginRight2 textOpacity1"></span>
85-
Pinterest
85+
<%= polyglot.t('socialReminder.sharePinterest') %>
8686
</a>
8787
<a href="https://www.linkedin.com/shareArticle?mini=true&url=<%= shareURL %>&title=<%= polyglot.t('socialReminder.title') %>&summary=<%= polyglot.t('socialReminder.blurb') %>&source=OpenBazaar">
8888
<span class="ion-social-linkedin fontSize11 marginRight2 textOpacity1"></span>
89-
LinkedIn
89+
<%= polyglot.t('socialReminder.shareLinkedIn') %>
9090
</a>
9191
<a href="http://www.tumblr.com/share/link?url=<%= shareURL %>&name=OpenBazaar&description=<%= polyglot.t('socialReminder.blurb') %>">
9292
<span class="ion-social-tumblr fontSize11 marginRight2 textOpacity1"></span>
93-
Tumblr
93+
<%= polyglot.t('socialReminder.shareTumblr') %>
9494
</a>
9595
</div>
9696

0 commit comments

Comments
 (0)