-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change sidebar icons to Bootstrap Icon
- Loading branch information
Showing
31 changed files
with
219 additions
and
296 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,6 @@ | ||
/* .calendar { width: 100%; } */ | ||
/* .event_form { margin-left: 40px; } */ | ||
/* .calendar_week th, .calendar_month th { font-weight: normal; padding-top: 10px; border-bottom: solid 1px #eee; padding-bottom: 10px; border-right: solid 1px #eee; } */ | ||
.mobile .calendar_month th { max-width: 30px; overflow: hidden; } | ||
.calendar_month td { width: 14%; height: 120px; text-align: left; padding: 10px; border-bottom: solid 1px #eee; vertical-align: top; border-right: solid 1px #eee; } | ||
/* .calendar_week, .calendar_month { padding-bottom: 50px; width: 100%; } */ | ||
/* .calendar_week .today, .calendar_month .today { background-color: #f5f5f5; } */ | ||
.calendar_week .offmonth, .calendar_month .offmonth { color: #ccc; } | ||
/* .month_label { font-size: 120%; padding: 20px; margin-left: 10px; color: #999; } */ | ||
.calendar_week td { width: 14%; height: 600px; text-align: left; padding: 10px; border-bottom: solid 1px #eee; vertical-align: top; border-right: solid 1px #eee; } | ||
.calendar .event_form { margin-top: 20px; width: 20%; } | ||
.calendar .event_form td { padding-top: 5px; } | ||
/* .cal_label { text-align: left; padding-right: 20px; } */ | ||
/* .event_submit { padding-top: 15px !important; } */ | ||
/* .cal_event { position: relative; margin-top: 5px; color: #666; } */ | ||
.event_details { cursor: pointer; z-index: 100; display: none; position: absolute; width: 300px; border: solid 1px #ddd; background-color: #fff; padding: 10px; } | ||
.event_details td { padding: 5px; border: none; height: auto; } | ||
.cal_title { cursor: pointer; } | ||
/* .event_title { border-bottom: solid 1px #eee; font-size: 120%; margin-bottom: 10px; } */ | ||
/* .event_detail { padding: 10px; padding-bottom: 15px; } */ | ||
/* .event_repeat { font-size: 90%; font-style: italic; text-align: right; } */ | ||
.add_vcal { padding-right: 35px; float: right; margin-top: 10px; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.