Browse Source

[svn r10925] WCAG Editor style sheet

Patrick Vandermaesen 18 years ago
parent
commit
fbff73a565
2 changed files with 48 additions and 2 deletions
  1. 0 2
      main/css/default/default.css
  2. 48 0
      main/css/dokeosgrey/default.css

+ 0 - 2
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 */
 

+ 48 - 0
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;
+}
+
+