issue 622, white-space:normal in grid td, thanks mweissen

This commit is contained in:
Massimo Di Pierro
2012-02-01 11:42:59 -06:00
parent 6f19a5a5a1
commit c502acf332
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
Version 1.99.4 (2012-02-01 11:39:16) stable
Version 1.99.4 (2012-02-01 11:42:36) stable
+2 -1
View File
@@ -30,6 +30,7 @@ small { font-size: 0.8em; }
textarea { width: 600px; }
code { font-family: Courier;}
input[type=text], input[type=password], select { width: 300px; }
ul { list-style-type: none; margin: 0px; padding: 0px; }
/** end **/
/* Sticky footer begin */
@@ -193,7 +194,7 @@ div.error {
.web2py_paginator { border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.web2py_grid a { text-decoration:none;}
.web2py_grid table { width: 100% }
.web2py_grid td { white-space:nowrap; }
.web2py_grid td { white-space:normal; }
.web2py_grid tbody td {
padding: 2px 5px 2px 5px;
line-height: 13.5px;
+1 -1
View File
@@ -194,7 +194,7 @@ div.error {
.web2py_paginator { border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.web2py_grid a { text-decoration:none;}
.web2py_grid table { width: 100% }
.web2py_grid td { white-space:nowrap; }
.web2py_grid td { white-space:normal; }
.web2py_grid tbody td {
padding: 2px 5px 2px 5px;
line-height: 13.5px;