From edc3671839d0f8cd4fff653bd804b82fbb9d2daa Mon Sep 17 00:00:00 2001 From: David Jay Date: Mon, 13 Feb 2017 19:32:39 -0500 Subject: [PATCH] Updating load-more-comments style. --- client/coral-embed-stream/style/default.css | 8 +++++++- client/coral-framework/translations.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/client/coral-embed-stream/style/default.css b/client/coral-embed-stream/style/default.css index fd075be43..b2385616e 100644 --- a/client/coral-embed-stream/style/default.css +++ b/client/coral-embed-stream/style/default.css @@ -307,7 +307,13 @@ hr { /* Load More */ -.coral-load-more { +button.coral-load-more { width: 100%; text-align: center; + color: #FFF; + background-color: #2376D8; +} + +button.coral-load-more:hover { + background-color: #4399FF; } diff --git a/client/coral-framework/translations.json b/client/coral-framework/translations.json index 79dad077f..cc67f7707 100644 --- a/client/coral-framework/translations.json +++ b/client/coral-framework/translations.json @@ -3,7 +3,7 @@ "successUpdateSettings": "The changes you have made have been applied to the comment stream on this article", "successNameUpdate": "Your username has been updated", "contentNotAvailable": "This content is not available", - "loadMore": "Load More", + "loadMore": "View more", "bannedAccountMsg": "Your account is currently suspended. This means that you cannot Like, Flag, or write comments. Please contact moderator@fakeurl.com for more information", "editName": { "msg": "Your account is currently suspended because your username has been deemed inappropriate. To restore your account, please enter a new username. You may contact moderator@fakeurl.com for more information.",