view plugins/calendar/skins/larry/print.iehacks.css @ 41:d2414df68d78

Updated by Alex S Grebenschikov (www.poralix.com) to make it compatible with RoundCube 1.3.0
author Charlie Root
date Fri, 24 Jan 2025 14:20:15 -0500
parents f6fe4b6ae66a
children
line wrap: on
line source

/* CSS hacks for IE 7 */

#calendar {
	top: 5em;
}

.calwidth {
	width: 172mm;
}

.fc-header-title h2 {
	font-size: 16px;
}

#calendarlist li {
	float: none;
	padding: 0;
	margin-left: 1em;
}

@media print {
	#calendar {
		top: 0;
	}
}