Merge pull request #96 from Arav-Agarwal/master

Fixed work-card formatting
This commit is contained in:
ksjdragon 2016-09-12 00:18:56 -04:00 committed by GitHub
commit d2531fd29a
2 changed files with 14 additions and 3 deletions

View File

@ -491,7 +491,13 @@ input, textarea {
} }
.cWorkCreator { .cWorkCreator {
float: right; width: 30%;
display: inline-block;
}
.cWorkDate {
width: 75%;
display: inline-block;
} }
.cWorkCont { .cWorkCont {
@ -505,7 +511,7 @@ input, textarea {
.cWorkName { .cWorkName {
font-weight: 400; font-weight: 400;
font-size: 100%; font-size: 100%;
width: 65%; width: 60%;
margin-top: 0; margin-top: 0;
-webkit-filter: none; -webkit-filter: none;
@ -515,6 +521,11 @@ input, textarea {
white-space: normal; white-space: normal;
} }
.cWorkBottom {
width: 30%;
display: inline-block;
}
#editWork { #editWork {
width: 40%; width: 40%;
height: 70%; height: 70%;

View File

@ -294,7 +294,7 @@
<span class="cWorkCreator">{{creator}}</span> <span class="cWorkCreator">{{creator}}</span>
</div> </div>
<span class="cWorkDate" style="font-weight:{{cardDate}}">{{dueDate}}</span> <span class="cWorkDate" style="font-weight:{{cardDate}}">{{dueDate}}</span>
<div style="float:right"> <div class="cWorkBottom">
<i class="fa fa-thumbs-up" aria-hidden="true"></i> <i class="fa fa-thumbs-up" aria-hidden="true"></i>
<span>{{confirmationLength}}</span> <span>{{confirmationLength}}</span>
<i class="fa fa-thumbs-down" aria-hidden="true"></i> <i class="fa fa-thumbs-down" aria-hidden="true"></i>