Skip to content

Commit

Permalink
Merge pull request #7954 from RocketChat/otr-buttons
Browse files Browse the repository at this point in the history
[FIX] OTR buttons padding
  • Loading branch information
rodrigok authored Aug 30, 2017
2 parents eda9805 + b5db1ac commit 7cc1889
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/rocketchat-otr/client/views/otrFlexTab.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ <h2>{{_ "Off_the_record_conversation"}}</h2>
<ul class="list clearfix">
{{#if userIsOnline}}
{{#if established}}
<button class="button refresh"><span>{{_ "Refresh_keys"}}</span></button>
<button class="button end"><span>{{_ "End_OTR"}}</span></button>
<div class="buttons-group">
<button class="button refresh"><span>{{_ "Refresh_keys"}}</span></button>
</div>
<div class="buttons-group">
<button class="button end"><span>{{_ "End_OTR"}}</span></button>
</div>
{{else}} {{#if establishing}}
{{_ "Please_wait_while_OTR_is_being_established"}}
{{else}}
Expand Down

0 comments on commit 7cc1889

Please sign in to comment.