styling for version reviews page

This commit is contained in:
Jake Potrebic 2020-10-27 09:32:50 -07:00
parent 15108e1170
commit f0d6f62929
No known key found for this signature in database
GPG Key ID: 7C58557EC9C421F8

View File

@ -62,16 +62,23 @@
<#if headerData.isCurrentUser(mostRecentUnfinishedReview.userId)> <#if headerData.isCurrentUser(mostRecentUnfinishedReview.userId)>
<div class="row"> <div class="row">
<div class="col-md-12"> <div class="col-md-12">
<div class="input-group" style="width: 100%; <div class="input-group" style="width: 100%; margin-top: 1em; border-radius: 4px 4px 0 0;">
margin-top: 1em;"> <div class="input-group-prepend">
<textarea type="text" class="form-control textarea-addmessage" placeholder="Message" autocomplete="off"></textarea> <span class="input-group-text">Review Message</span>
<div class="input-group-addon btn btn-review-addmessage-submit btn-primary"><i class="fas fa-clipboard"></i> <@spring.message "review.addmessage" /></div> </div>
<textarea type="text" class="form-control textarea-addmessage" autocomplete="off" aria-label="Review Message"></textarea>
<div class="input-group-append">
<button class="btn btn-review-addmessage-submit btn-primary">
<i class="fas fa-clipboard"></i>
<@spring.message "review.addmessage" />
</button>
</div>
</div> </div>
</div> </div>
</div> </div>
</#if> </#if>
</#if> </#if>
<div class="row version-description"> <div class="row version-description mt-2">
<div class="col-md-12"> <div class="col-md-12">
<h2><@spring.message "review.log" /></h2> <h2><@spring.message "review.log" /></h2>
</div> </div>