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

Modified Files:
        base.css tabs.css 
Log Message:
new layout


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.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- base.css    9 Jan 2009 09:01:30 -0000       1.17
+++ base.css    9 Jan 2009 10:11:40 -0000       1.18
@@ -1,163 +1,152 @@
 @import url(tabs.css);
 
-div.student span.col,
-div.student span.head {
-  overflow: hidden;
-  display: block;
-  float: left;
-
+div.student span.col,div.student span.head {
+       overflow:hidden;
+       display:block;
+       float:left;
 }
+
 div.student span.head {
-  text-align: center;
-  font-weight: bold;
+       text-align:center;
+       font-weight:bold;
 }
+
 div.student span.head.closed {
-  color: #aaa;
+       color:#aaa;
 }
+
 div.student span.problem {
-  width: 35%;
+       width:35%;
 }
+
 div.student span.delete {
-  width: 5%;
+       width:5%;
 }
-div.student span.col input,
-div.student span.col select {
-  width: 80%;
-  background-color: #fff;
+
+div.student span.col input,div.student span.col select {
+       width:80%;
+       background-color:#fff;
 }
+
 div.student span.col div.extra {
-  display: none;
+       display:none;
 }
 
 div.student div.inter {
-  clear: left;
-  width: 100%;
-  font-weight: bold;
-  text-align: center;
-  background-color: #999;
-  color: white;
+       clear:left;
+       width:100%;
+       font-weight:bold;
+       text-align:center;
+       background-color:#999;
+       color:white;
 }
 
 div.student ol {
-  margin-left: 0px;
-  padding-left: 0px;
+       margin-left:0;
+       padding-left:0;
+       margin-top:0;
 }
-div.student div.problems {
-  
 
+div.student div.problems {
 }
 
-div.goals, div.problems {
-       display: block;
-       clear: left;
-       padding-top: 10px;
+div.goals,div.problems {
+       display:block;
+       clear:left;
+       padding-top:5px;;
 }
 
-div.student div.problems li, div.student div.goals li {
-  width: 100%;
-  display: block;
-  float: left;
-  clear: left;
-  list-style-type: none;
-  border: solid 1px white;
+div.student div.problems li,div.student div.goals li {
+       width:100%;
+       display:block;
+       float:left;
+       clear:left;
+       list-style-type:none;
+       border:solid 1px white;
 }
 
 div.student a.create {
-  float: left;
-  clear: left;
+       float:left;
+       clear:left;
 }
 
-
 div.problems.stage3 .list .mm_check_error {
-  display: none;
-
+       display:none;
 }
+
 div.problems.stage3 h4 {
-  float: left;
-  display: block;
-  margin-right: 15px;
+       float:left;
+       display:block;
+       margin-right:15px;
   font-size:1em;
-  font-weight: bold;
-  
-
+       font-weight:bold;
 }
-div.problems.stage3 .list ol li input,
-div.problems.stage3 .list ol li select {
-  float: left;
-  display: block;
-  margin-right: 10px;
+
+div.problems.stage3 .list ol li input,div.problems.stage3 .list ol li select {
+       float:left;
+       display:block;
+       margin-right:10px;
 }
 
-div.problems .mm_f_name, div.goals .mm_f_name {
-       width: 475px;
+div.problems .mm_f_name,div.goals .mm_f_name {
+       width:475px;
 }
 
 div.problems.stage3 .mm_f_name {
-  width: 250px;
-}
-div.problems.stage3 .mm_f_type {
-  width: 100px;
-}
-div.problems.stage3 .mm_dt_didactor_assessment_troubles {
-  width: 100px;
+       width:250px;
 }
 
-.learnblockNames, .learnblockProblemItems  {
-       
-       
+div.problems.stage3 .mm_f_type {
+       width:100px;
 }  
-h2.problemTypes {
 
+div.problems.stage3 .mm_dt_didactor_assessment_troubles {
+       width:100px;
 }
 
-
-
 .learnblockItems {
-       width: 65px;
-       
+       width:65px;
 }
 
 .problemName {
-       width: 220px;
-}
-
-.learnblockProblemItems {
+       width:220px;
 }
 
-.problemItem .learnblockNames {
-
+.learnblockItemsTitle {
+       font-weight:bold;
 }
 
-
 .problemItem {
-       border-bottom: solid 2px white;
+       border-bottom:solid 2px white;
 }
 
-
+.problemTypeSpacer {
+       height:30px;
+}
 
 h4.learnblockItems {
-       font-weight: bold;
+       font-weight:bold;
 }
 
+h2.problemTypes {
+       margin:0;
+}
 
 .closelesson input.formbutton {
-       widht: 200px !important;
+       widht:200px!important;
 }
 
 .mm_dt_didactor_assessment_troubles {
-       float: left;
-       width: 100px;
-       margin-right: 10px;
-       font-size: 1.0em;
-       
-       
+       float:left;
+       width:100px;
+       margin-right:10px;
+       font-size:1em;
 }
 
 .mm_dt_didactor_assessment_troubles select {
-               margin-bottom: 30px;
+       margin-bottom:30px;
 }
 
 .problemImpact {
-       margin-bottom: 30px;
+       margin-bottom:30px;
 }
-


Index: tabs.css
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/assessment/templates/assessment/css/tabs.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- tabs.css    9 Jan 2009 09:01:30 -0000       1.2
+++ tabs.css    9 Jan 2009 10:11:40 -0000       1.3
@@ -4,10 +4,11 @@
 
 ul.tabs {
   list-style-type : none;
-  padding-bottom : 0px;
-  height: 24px;
+  padding-bottom: 0px;
+  height: 21px;
   border-bottom : 1px solid #9EA0A1;
   margin-left : 0;
+  width: 500px;
 }
 
 ul.tabs li {
@@ -16,7 +17,8 @@
   background: #f2f6ff;
   /*margin : 2px 2px 0 2px !important;   For all browsers but IE */
   /* _margin : 4px 2px 0 2px;  For IE  */
-  border : 1px solid #9EA0A1;
+  border: 1px solid #9EA0A1;
+  
 }
 
 
@@ -25,6 +27,7 @@
   background-color: #fff;
   font-weight: bold;
 
+
 }
 
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to