|
|
|
|
@ -1362,6 +1362,77 @@ padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;} |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#WCAG-editor { |
|
|
|
|
border: 1px #DCDCDC solid; |
|
|
|
|
background-color: #F0F0F0; |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#WCAG-editor .title { |
|
|
|
|
padding: 2px; |
|
|
|
|
|
|
|
|
|
background-color: #DCDCDC; |
|
|
|
|
|
|
|
|
|
text-align: center; |
|
|
|
|
color: #000000; |
|
|
|
|
font-weight: bold; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#WCAG-editor .body { |
|
|
|
|
padding-top: 5px; |
|
|
|
|
padding-left: 5px; |
|
|
|
|
padding-right: 13px; |
|
|
|
|
padding-bottom: 5px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#WCAG-editor textarea { |
|
|
|
|
margin-left: 0px; |
|
|
|
|
margin-right: 0px; |
|
|
|
|
width: 100%; |
|
|
|
|
height: 180px; |
|
|
|
|
|
|
|
|
|
border: 1px #DCDCDC solid; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#WCAG-editor input { |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* don't work on IE 6 */ |
|
|
|
|
#WCAG-editor input[type="checkbox"], #WCAG-editor input[type="radio"], #WCAG-editor input[type="submit"] { |
|
|
|
|
width: auto; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* only for IE6 */ |
|
|
|
|
#WCAG-editor #submit, #WCAG-editor #visible_teacher, #WCAG-editor #visible_student, #WCAG-editor #visible_guest { |
|
|
|
|
width: auto; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#WCAG-content img { |
|
|
|
|
float: left; |
|
|
|
|
margin-right: 5px; |
|
|
|
|
margin-bottom: 5px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#WCAG-content p { |
|
|
|
|
text-align: justify; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* hack for IE < 7 */ |
|
|
|
|
|
|
|
|
|
#course_description input { |
|
|
|
|
width: auto; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#course_description #imagefile, #course_description #imageLabel, #course_description #link, #course_description #linkLabel { |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.WCAG-form textarea { |
|
|
|
|
width: 100%; |
|
|
|
|
height: 180px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* |
|
|
|
|
------------------------------------------------------------------------------ |
|
|
|
|
OTHERS |
|
|
|
|
|