workcard formatting

This commit is contained in:
Kenneth Jao 2016-09-12 09:18:58 -04:00
parent 8127553578
commit 7842b995dc
2 changed files with 12 additions and 5 deletions

View File

@ -491,8 +491,9 @@ input, textarea {
} }
.cWorkCreator { .cWorkCreator {
width: 30%; width: 39%;
display: inline-block; display: inline-block;
text-align: right;
} }
.cWorkDate { .cWorkDate {
@ -801,9 +802,15 @@ input, textarea {
#calendar { #calendar {
width: 90%; width: 90%;
height: 100%; height: 94vh;
margin: auto; margin: auto;
padding-top: 2%; padding-top: 5%;
position: absolute;
top: 6vh;
right: 0;
bottom: 0;
left: 0;
} }
#fullcalendar { #fullcalendar {

View File

@ -10,8 +10,8 @@ var calWorkOpen = null;
var calWorkDate = null; var calWorkDate = null;
var openValues = { var openValues = {
"menu": "-250px", "menu": "-270px",
"options": "-280px", "options": "-300px",
"requests": "-235px" "requests": "-235px"
}; };