Skip to content
Snippets Groups Projects
Commit 4d820789 authored by Karen Stevenson's avatar Karen Stevenson
Browse files

#292164 Keep calendar date selector description from floating out of block in IE.

parent 99e892a6
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ Views Calendar 5.x
Version 5.2 dev
===============
- #292164 Keep calendar date selector description from floating out of block in IE.
- #298929 Fix code so that calendar legend doesn't display empty div when empty.
- Make some fixes to the calendar legend to be sure text added for accessibility stays invisible in all themes.
- Rework html of Year view so month titles will match block view month title for easier css themeing.
......
......@@ -175,13 +175,13 @@ table td.mini a {
}
table .mini-day-on a {
text-decoration:underline;
}
}
.calendar-calendar .mini .title {
font-size:.8em;
}
}
.mini .calendar-calendar .week {
font-size:.7em;
}
}
.mini-row {
width:100%;
border:none;
......@@ -236,7 +236,9 @@ table.calendar-legend tr.even .stripe {
margin:0;
float:right;
}
.calendar-date-select .description {
float:none;
}
.calendar-label {
font-weight:bold;
display:block;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment