Skip to content

Commit

Permalink
fixing reply btn style
Browse files Browse the repository at this point in the history
  • Loading branch information
summerblue committed Aug 9, 2016
1 parent 81994ee commit 41dc6f8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/build/assets/css/styles.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/build/rev-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"assets/css/styles.css": "assets/css/styles-80f25c412e.css",
"assets/css/styles.css": "assets/css/styles-6d9e5f2cd8.css",
"assets/js/scripts.js": "assets/js/scripts-acec2654e9.js"
}
5 changes: 5 additions & 0 deletions resources/assets/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1763,4 +1763,9 @@ a.users-label-item {
width: 28px;
height: 28px;
}
}

.reply-post-submit .help-inline {
margin-left: 10px;
font-size: 0.9em;
}
2 changes: 1 addition & 1 deletion resources/views/topics/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class="vote btn btn-primary {{ $currentUser && $topic->votes()->ByWhom(Auth::id(
@endif
</div>

<div class="form-group status-post-submit">
<div class="form-group reply-post-submit">
<input class="btn btn-primary {{ $currentUser ? '' :'disabled'}}" id="reply-create-submit" type="submit" value="{{ lang('Reply') }}">
<span class="help-inline" title="Or Command + Enter">Ctrl+Enter</span>
</div>
Expand Down

0 comments on commit 41dc6f8

Please sign in to comment.