[svn r11202] WCAG Editor ok for all stylesheet (and IE6)

skala
Patrick Vandermaesen 19 years ago
parent 1546f1067a
commit 1dd837ba67
  1. 75
      main/css/academica/default.css
  2. 71
      main/css/baby/default.css
  3. 71
      main/css/corporativa/default.css
  4. 27
      main/css/default/default.css
  5. 71
      main/css/default_with_tabs/default.css
  6. 24
      main/css/dokeosgrey/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

@ -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

@ -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

@ -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;

@ -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

@ -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;

Loading…
Cancel
Save