calendar style: show overflow content on cell hover

This commit is contained in:
Astro 2012-02-27 01:43:18 +01:00
parent 1a30ef8a2b
commit fad4a206b2
1 changed files with 3 additions and 0 deletions

View File

@ -477,6 +477,9 @@ table.calendar tr td ul li {
line-height: 1.3em;
margin-top: 1.5em;
}
table.calendar tr td:hover ul li {
overflow: visible;
}
/* -- MIME Icons -- */
/* Icons from the Tango Project, http://art.gnome.org/themes/icon/1150 */