diff --git a/main/css/academica/default.css b/main/css/academica/default.css index 8c7ee7dde7..36ea2a680a 100644 --- a/main/css/academica/default.css +++ b/main/css/academica/default.css @@ -1385,6 +1385,81 @@ div.system_announcement { 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: 98%; +} + +/* 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: 98%; +} + +.WCAG-form textarea { + width: 100%; + height: 180px; +} + +.skip { + display: none; +} + /* ------------------------------------------------------------------------------ OTHERS diff --git a/main/css/baby/default.css b/main/css/baby/default.css index ba0f441302..03abf145ec 100644 --- a/main/css/baby/default.css +++ b/main/css/baby/default.css @@ -1406,6 +1406,77 @@ div.system_announcement { 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: 98%; +} + +/* 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: 98%; +} + +.WCAG-form textarea { + width: 100%; + height: 180px; +} + /* ------------------------------------------------------------------------------ OTHERS diff --git a/main/css/corporativa/default.css b/main/css/corporativa/default.css index 4781aa7fdc..7f05a0dc0e 100644 --- a/main/css/corporativa/default.css +++ b/main/css/corporativa/default.css @@ -1336,6 +1336,77 @@ div.system_announcement { 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: 98%; +} + +/* 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: 98%; +} + +.WCAG-form textarea { + width: 100%; + height: 180px; +} + /* ------------------------------------------------------------------------------ OTHERS diff --git a/main/css/default/default.css b/main/css/default/default.css index 22f11bd09c..7f87e82ef5 100644 --- a/main/css/default/default.css +++ b/main/css/default/default.css @@ -1988,24 +1988,43 @@ input.forms { border: 1px #7F9DB9 solid; } -#WCAG-editor #course_description textarea { - height: 360px; +/* don't work on IE < 7 */ +#WCAG-editor input[type="checkbox"], #WCAG-editor input[type="radio"], #WCAG-editor input[type="submit"] { + width: auto; } +/* don't apply on IE < 7 */ #WCAG-editor input { width: 100%; } -#WCAG-home img { +/* only for IE < 7 */ +#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-home p { +#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; diff --git a/main/css/default_with_tabs/default.css b/main/css/default_with_tabs/default.css index 854f04acf2..5814d94fd0 100644 --- a/main/css/default_with_tabs/default.css +++ b/main/css/default_with_tabs/default.css @@ -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 diff --git a/main/css/dokeosgrey/default.css b/main/css/dokeosgrey/default.css index c7576e499b..30642c0102 100644 --- a/main/css/dokeosgrey/default.css +++ b/main/css/dokeosgrey/default.css @@ -1313,16 +1313,36 @@ padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;} width: 100%; } -#WCAG-home img { +/* 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-home p { +#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;