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

View File

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