[svn r10925] WCAG Editor style sheet

skala
Patrick Vandermaesen 18 years ago
parent ce67c88317
commit fbff73a565
  1. 2
      main/css/default/default.css
  2. 48
      main/css/dokeosgrey/default.css

@ -1958,7 +1958,6 @@ input.forms {
------------------------------------------------------------------------------
*/
/* modif pvdm-NOCTIS */
#WCAG-editor {
border: 1px #4171B5 solid;
background-color: #E5EDF9;
@ -2005,5 +2004,4 @@ input.forms {
.skip {
display: none;
}
/* end modif pvdm-NOCTIS */

@ -1277,3 +1277,51 @@ padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;}
color: #000;
}
#WCAG-editor {
border: 1px #DCDCDC solid;
background-color: #F0F0F0;
width: 590px;
}
#WCAG-editor .title {
padding: 2px;
background-color: #DCDCDC;
text-align: center;
color: #000000;
font-weight: bold;
}
#WCAG-editor .body {
padding: 3px;
}
#WCAG-editor textarea {
margin-left: 0px;
margin-right: 0px;
width: 581px;
height: 240px;
border: 1px #DCDCDC solid;
}
#WCAG-editor input {
width: 580px;
}
#WCAG-home img {
float: left;
margin-right: 5px;
margin-bottom: 5px;
}
#WCAG-home p {
text-align: justify;
}
.skip {
display: none;
}

Loading…
Cancel
Save