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, 6 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- IE specific styles for tasks

    1: div.LC_GRADING_criteriatext {
    2: 	height: 5em;
    3: }
    4: .LC_fail, .LC_pass, .LC_neutral {
    5: 	position: static;
    6: }
    7: .LC_fail h4, .LC_pass h4 {
    8: 	position: static;
    9: 	margin:-4em 0 0 -5em;
   10: 	width: 9em;
   11: }
   12: .LC_grade {
   13: 	left: -5em;
   14: 	top: -15em;
   15: 	width: 2em;
   16: 	border: 1px solid;
   17: 	position: static;
   18: }
   19: 
   20: 

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