From 367ce13ce3212e6b97f306ce00a550ae141c501f Mon Sep 17 00:00:00 2001 From: Alice Harris Date: Thu, 11 Sep 2014 17:28:54 +1000 Subject: [PATCH] improve formatting and text in chat area before use has agreed to accept guidelines --- public/css/game-pane.styl | 6 ++++-- views/options/social/chat-box.jade | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/public/css/game-pane.styl b/public/css/game-pane.styl index 9bf398514d..66d2b3f8d1 100644 --- a/public/css/game-pane.styl +++ b/public/css/game-pane.styl @@ -13,8 +13,10 @@ margin-bottom: 0.618em line-height: 1.618em -.guidelines-not-accepted - border: 1px solid black +.guidelines-not-accepted p + border: 1px solid #ccc + padding: 1em; + margin-bottom: 0.5em; .chat-controls > div diff --git a/views/options/social/chat-box.jade b/views/options/social/chat-box.jade index b729dbcad5..a4224b92b8 100644 --- a/views/options/social/chat-box.jade +++ b/views/options/social/chat-box.jade @@ -1,5 +1,5 @@ div.chat-form.guidelines-not-accepted(ng-if='!user.flags.communityGuidelinesAccepted') - p If you would like to post messages in the Tavern or any party or guild chat, please read our + p If you would like to post messages in the Tavern or any party or guild chat, please first read our |  a(target='_blank', href='/static/community-guidelines')=env.t('communityGuidelines') | and then click the button below to indicate that you accept them.