workcard formatting
This commit is contained in:
parent
8127553578
commit
7842b995dc
@ -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 {
|
||||
|
||||
@ -10,8 +10,8 @@ var calWorkOpen = null;
|
||||
var calWorkDate = null;
|
||||
|
||||
var openValues = {
|
||||
"menu": "-250px",
|
||||
"options": "-280px",
|
||||
"menu": "-270px",
|
||||
"options": "-300px",
|
||||
"requests": "-235px"
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user