calendar styling
This commit is contained in:
@@ -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>
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user