From fbff73a5655a8e3d55b55226ab96c31f73c18088 Mon Sep 17 00:00:00 2001 From: Patrick Vandermaesen Date: Fri, 26 Jan 2007 14:57:49 +0100 Subject: [PATCH] [svn r10925] WCAG Editor style sheet --- main/css/default/default.css | 2 -- main/css/dokeosgrey/default.css | 48 +++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 2 deletions(-) diff --git a/main/css/default/default.css b/main/css/default/default.css index 4d9a919946..6f4fdc03af 100644 --- a/main/css/default/default.css +++ b/main/css/default/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 */ diff --git a/main/css/dokeosgrey/default.css b/main/css/dokeosgrey/default.css index b0acb1f99a..e0a14c2222 100644 --- a/main/css/dokeosgrey/default.css +++ b/main/css/dokeosgrey/default.css @@ -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; +} + +