Skip to content

Commit

Permalink
Fix last column popup display in Internet Explorer 11
Browse files Browse the repository at this point in the history
PPRESS-138
  • Loading branch information
htmgarcia committed Jun 26, 2017
1 parent 8e8072c commit e883865
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/modules/calendar/lib/calendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,6 @@ table#pp-calendar-view .day-unit .dashicons {
color: #b7b7b7;
}

/*table#pp-calendar-view .day-unit .dashicons-yes:before {
color: #378137;
}*/

table#pp-calendar-view .day-unit .item-overlay .dashicons:before {
line-height: 37px;
margin-left: 12px;
Expand Down Expand Up @@ -584,7 +580,7 @@ table#pp-calendar-view .day-unit ul li .item-overlay .item-actions span.trash a
@media (min-width: 1024px) {

table#pp-calendar-view tr td.day-unit:last-of-type .item-overlay {
left: unset;
left: auto;
right: 0;
}

Expand Down

0 comments on commit e883865

Please sign in to comment.