workcard formatting
This commit is contained in:
parent
8127553578
commit
7842b995dc
@ -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 {
|
||||||
|
|||||||
@ -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"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user