diff --git a/main/css/default/default.css b/main/css/default/default.css index a043f3de8d..4d9a919946 100644 --- a/main/css/default/default.css +++ b/main/css/default/default.css @@ -1958,3 +1958,52 @@ input.forms { ------------------------------------------------------------------------------ */ +/* modif pvdm-NOCTIS */ +#WCAG-editor { + border: 1px #4171B5 solid; + background-color: #E5EDF9; + width: 590px; +} + +#WCAG-editor .title { + padding: 2px; + + background-color: #4171B5; + + text-align: center; + color: #ffffff; + font-weight: bold; +} + +#WCAG-editor .body { + padding: 3px; +} + +#WCAG-editor textarea { + margin-left: 0px; + margin-right: 0px; + width: 581px; + height: 240px; + + border: 1px #7F9DB9 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; +} +/* end modif pvdm-NOCTIS */ +