Partial small fixes
This commit is contained in:
parent
fce7a7f078
commit
a9c10ee990
@ -1050,6 +1050,10 @@ textarea.clickModify {
|
||||
box-shadow: inset 0 0 0 99999px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
.fc-content {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.fc-slats, .fc-content-skeleton {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
@ -122,7 +122,7 @@
|
||||
<img src="{{work 'avatar'}}" style="width:{{screen '3' '140'}};height:{{screen '3' '140'}}">
|
||||
</div>
|
||||
<div style="display:inline-block;margin-left:0.3vw">
|
||||
<span>{{work 'creator'}}</span>
|
||||
<span>{{work 'creatorname'}}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -216,7 +216,7 @@
|
||||
<div class="cWorkCont">
|
||||
<div class="cWorkTop">
|
||||
<h3 class="cWorkName">{{name}}</h3>
|
||||
<span class="cWorkCreator">{{creator}}</span>
|
||||
<span class="cWorkCreator">{{creatorname}}</span>
|
||||
</div>
|
||||
<div class="cWorkBottom">
|
||||
<span class="cWorkDate" style="font-weight:{{cardDate}}">{{dueDate}}</span>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<i class="fa fa-angle-down" aria-hidden="true"></i>
|
||||
</div>
|
||||
<div id="gradeCont">
|
||||
<input class="mSelect" id="grade" form="grade" onfocus="this.blur()" placeholder="Grade" readonly>
|
||||
<input class="mSelect" id="grade" form="grade" onfocus="this.blur()" placeholder="Graduation Year" readonly>
|
||||
<i class="fa fa-angle-down" aria-hidden="true"></i>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="formDiv">
|
||||
<p class="opTitle">**Grade:</p>
|
||||
<p class="opTitle">**Graduation Year:</p>
|
||||
<input id="grade" class="basicInfoField clickModify dropdown" type="text" form="grade" placeholder="Click here to edit..." readonly>
|
||||
<div class="optionHolder">
|
||||
{{#each selectOptions 'grade'}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user