Annotation of loncom/homework/task_ie.css, revision 1.2
1.1 albertel 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:
1.2 ! albertel 21: @media screen {
! 22: /* Don't do this at home */
! 23: * html
! 24: {
! 25: overflow-x: hidden;
! 26: overflow-y: hidden;
! 27: padding-right: .2em;
! 28: }
! 29: * html body
! 30: {
! 31: overflow-y: auto;
! 32: height: 100%;
! 33: font-size: 90%;
! 34: }
! 35: * html div.LC_GRADING_maincontrols, * html ul.LC_GRADING_handininfo
! 36: {
! 37: position: absolute;
! 38: }
! 39: * html ul.LC_GRADING_handininfo {
! 40: overflow-y: hidden;
! 41: }
! 42: /* All done. */
! 43:
! 44: }
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>