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 {
|
||||
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%;
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user