From c502acf332f20f089f4604e4c0ccd9e3712228f7 Mon Sep 17 00:00:00 2001 From: Massimo Di Pierro Date: Wed, 1 Feb 2012 11:42:59 -0600 Subject: [PATCH] issue 622, white-space:normal in grid td, thanks mweissen --- VERSION | 2 +- applications/examples/static/css/web2py.css | 3 ++- applications/welcome/static/css/web2py.css | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 88408871..3fb93737 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.4 (2012-02-01 11:39:16) stable +Version 1.99.4 (2012-02-01 11:42:36) stable diff --git a/applications/examples/static/css/web2py.css b/applications/examples/static/css/web2py.css index 63a8fcfd..ab9beaf2 100644 --- a/applications/examples/static/css/web2py.css +++ b/applications/examples/static/css/web2py.css @@ -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; diff --git a/applications/welcome/static/css/web2py.css b/applications/welcome/static/css/web2py.css index 934e623c..ab9beaf2 100644 --- a/applications/welcome/static/css/web2py.css +++ b/applications/welcome/static/css/web2py.css @@ -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;