Fixed work-card formatting

This commit is contained in:
Arav-Agarwal 2016-09-12 00:17:31 -04:00
parent a9d787ca83
commit 9ca0b14183
2 changed files with 14 additions and 3 deletions

View File

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

View File

@ -294,7 +294,7 @@
<span class="cWorkCreator">{{creator}}</span>
</div>
<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>
<span>{{confirmationLength}}</span>
<i class="fa fa-thumbs-down" aria-hidden="true"></i>