calendar styling

This commit is contained in:
Sriram Hariharan
2018-08-12 17:32:43 -05:00
parent 247145a0cc
commit ae88f8013c
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
</head>
<body>
<div id='calendar' style=" width: 65%; margin-left:auto; margin-right:auto;"></div>
<div id='calendar' style=" width: 67%; margin-left:auto; margin-right:auto;"></div>
</body>
<script src='js/calendar.js'></script>

View File

@@ -72,12 +72,12 @@ Colors: Use the following - https://www.google.com/design/spec/style/color.html#
.fc th {
border-style: ridge !important;
border-width: 1px !important;
padding: 2px 4px 2px 4px !important;
padding: 2px 3px 2px 3px !important;
vertical-align: top !important;
}
.fc td {
padding: 4px !important;
padding: 3px !important;
}
.fc-widget-header {