File:  [LON-CAPA] / loncom / homework / task_ie.css
Revision 1.1: download - view: text, annotated - select for diffs
Mon Nov 6 16:54:46 2006 UTC (17 years, 5 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- IE specific styles for tasks

div.LC_GRADING_criteriatext {
	height: 5em;
}
.LC_fail, .LC_pass, .LC_neutral {
	position: static;
}
.LC_fail h4, .LC_pass h4 {
	position: static;
	margin:-4em 0 0 -5em;
	width: 9em;
}
.LC_grade {
	left: -5em;
	top: -15em;
	width: 2em;
	border: 1px solid;
	position: static;
}



FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>