Styling and bugfixes

This commit is contained in:
Sriram Hariharan
2019-01-12 01:56:11 -06:00
parent 8e747290a8
commit 910f64038b
4 changed files with 16 additions and 9 deletions

View File

@@ -43,6 +43,7 @@ Colors: Use the following - https://www.google.com/design/spec/style/color.html#
opacity: 0;
border: none;
}
/* Styling for each event from Schedule */
.fc-time-grid-event.fc-v-event.fc-event {
@@ -54,7 +55,10 @@ Colors: Use the following - https://www.google.com/design/spec/style/color.html#
opacity: 1;
}
.html2canvas-container { width: 3000px !important; height: 3000px !important; }
.html2canvas-container {
width: 3000px !important;
height: 3000px !important;
}
.fc-time-grid-event.fc-v-event.fc-event:hover {
@@ -329,6 +333,7 @@ body a:visited {
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}
.cardcontainer {
padding: 2px 16px;
display: block;