Skip to content

Commit

Permalink
fix calendar height css
Browse files Browse the repository at this point in the history
  • Loading branch information
dxue2012 committed Dec 3, 2015
1 parent b175d99 commit 8ad3b9d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion course_selection/static/less/calendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
.fc-time-grid-event .fc-title {
font-weight: bold;
}
.fc-slats td {
.fc-time-grid .fc-slats td {
height: 2.6vh;
}
.fc-time-grid .fc-slats .fc-minor td {
Expand Down
12 changes: 7 additions & 5 deletions course_selection/static/less/calendar.less
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,14 @@

}

.fc-slats td {
height: 2.6vh;
}
.fc-time-grid .fc-slats {
td {
height: 2.6vh;
}

.fc-time-grid .fc-slats .fc-minor td {
border-top-style: none;
.fc-minor td {
border-top-style: none;
}
}

.fc-axis {
Expand Down
2 changes: 1 addition & 1 deletion course_selection/static/less/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ md-tabs-canvas {
.fc-time-grid-event .fc-title {
font-weight: bold;
}
.fc-slats td {
.fc-time-grid .fc-slats td {
height: 2.6vh;
}
.fc-time-grid .fc-slats .fc-minor td {
Expand Down

0 comments on commit 8ad3b9d

Please sign in to comment.