Merge pull request #96 from Arav-Agarwal/master
Fixed work-card formatting
This commit is contained in:
commit
d2531fd29a
@ -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%;
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user