Update of /var/cvs/applications/editwizard/templates/style/layout
In directory james.mmbase.org:/tmp/cvs-serv26477/style/layout

Modified Files:
        list.css 
Log Message:
IMHO completely arbitrary 'nobr' tags where added in list.xsl. Moved that to 
CSS s that it is at least easy to escape it


See also: 
http://cvs.mmbase.org/viewcvs/applications/editwizard/templates/style/layout


Index: list.css
===================================================================
RCS file: /var/cvs/applications/editwizard/templates/style/layout/list.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- list.css    13 Feb 2008 13:38:05 -0000      1.4
+++ list.css    14 Oct 2008 12:51:19 -0000      1.5
@@ -3,7 +3,7 @@
   Editwizard cascading style sheet.
   
   @author Nico Klasens
-  @version  $Id: list.css,v 1.4 2008/02/13 13:38:05 pierre Exp $
+  @version  $Id: list.css,v 1.5 2008/10/14 12:51:19 michiel Exp $
 */
 
 @import url("base.css");
@@ -49,6 +49,13 @@
   width: 1%;
 }
 
+td.field {
+  white-space: nowrap;
+}
+
+td.field.pos1 {
+  white-space: normal;
+}
 
 .itemrow {
   cursor: pointer;
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to