some css tweaks in njum

This commit is contained in:
noxy
2019-10-10 19:10:43 +00:00
parent 4df2526cd1
commit 7b32d067e1
4 changed files with 24 additions and 4 deletions

View File

@@ -7,10 +7,10 @@
{!! Form::textarea('comment', null, ['placeholder' => 'Write something useful', 'id' => 'cinput', 'class' => 'form-control bg-´dark text-light comment-entry-textarea', 'required' => 'required']) !!}
</div>
<div class="commentButton">
<div id="comment_tools" class="commentform-panel-footer"><button type="submit" class="btn btn-primary btn-sm">Post</button>
<div id="comment_tools" class="commentform-panel-footer"><button type="submit" class="btn btn-dark btn-sm">Post</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>