Update of 
/var/cvs/contributions/didactor2/src/assessment/templates/assessment/css
In directory james.mmbase.org:/tmp/cvs-serv19705/css

Modified Files:
        base.css tabs.css 
Log Message:
changed to table, couldn't get the layout right


See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/assessment/templates/assessment/css


Index: base.css
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/assessment/templates/assessment/css/base.css,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- base.css    8 Jan 2009 17:44:37 -0000       1.16
+++ base.css    9 Jan 2009 09:01:30 -0000       1.17
@@ -46,6 +46,13 @@
   
 
 }
+
+div.goals, div.problems {
+       display: block;
+       clear: left;
+       padding-top: 10px;
+}
+
 div.student div.problems li, div.student div.goals li {
   width: 100%;
   display: block;
@@ -96,37 +103,34 @@
 }
 
 .learnblockNames, .learnblockProblemItems  {
-       margin-left: 200px;
 
        
 }  
 h2.problemTypes {
-               clear: both;
-               margin-top: 10px;
-               margin-bottom: 10px;
+
 }
 
 
 
 .learnblockItems {
-       float: left;
        width: 65px;
+       
+}
+
+.problemName {
+       width: 220px;
 }
 
 .learnblockProblemItems {
-       margin-top: -1.8em;
-       margin-bottom: 5px;
 }
 
 .problemItem .learnblockNames {
-       display: inline;
-       margin-left: 50px;
+
 }
 
 
 .problemItem {
-       padding: 3px;
-       border:1px solid white;
+       border-bottom: solid 2px white;
 }
 
 
@@ -135,9 +139,6 @@
        font-weight: bold;
 }
 
-.problemItem {
-       clear: both;
-}
 
 .closelesson input.formbutton {
        widht: 200px !important;


Index: tabs.css
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/assessment/templates/assessment/css/tabs.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- tabs.css    7 Jan 2009 17:05:48 -0000       1.1
+++ tabs.css    9 Jan 2009 09:01:30 -0000       1.2
@@ -14,8 +14,8 @@
   float : left;
   height : 21px;
   background: #f2f6ff;
-  margin : 2px 2px 0 2px !important;  /* For all browsers but IE */
-  margin : 4px 2px 0 2px;  /* For IE  */
+  /*margin : 2px 2px 0 2px !important;   For all browsers but IE */
+  /* _margin : 4px 2px 0 2px;  For IE  */
   border : 1px solid #9EA0A1;
 }
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to