calendar styling
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<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>
|
</body>
|
||||||
|
|
||||||
<script src='js/calendar.js'></script>
|
<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 {
|
.fc th {
|
||||||
border-style: ridge !important;
|
border-style: ridge !important;
|
||||||
border-width: 1px !important;
|
border-width: 1px !important;
|
||||||
padding: 2px 4px 2px 4px !important;
|
padding: 2px 3px 2px 3px !important;
|
||||||
vertical-align: top !important;
|
vertical-align: top !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc td {
|
.fc td {
|
||||||
padding: 4px !important;
|
padding: 3px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-widget-header {
|
.fc-widget-header {
|
||||||
|
|||||||
Reference in New Issue
Block a user