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

Modified Files:
      Tag: MMBase-1_8
        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.3.2.1
retrieving revision 1.3.2.2
diff -u -b -r1.3.2.1 -r1.3.2.2
--- list.css    13 Feb 2008 13:38:30 -0000      1.3.2.1
+++ list.css    14 Oct 2008 12:48:17 -0000      1.3.2.2
@@ -3,7 +3,7 @@
   Editwizard cascading style sheet.
   
   @author Nico Klasens
-  @version  $Id: list.css,v 1.3.2.1 2008/02/13 13:38:30 pierre Exp $
+  @version  $Id: list.css,v 1.3.2.2 2008/10/14 12:48:17 michiel Exp $
 */
 
 @import url("base.css");
@@ -49,6 +49,14 @@
   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