From 7e9f0e4beb727b44ec327ffc299b20a2bcf4038a Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 23 May 2013 19:41:21 +0200 Subject: upload_history: improve display with small width Signed-off-by: Florian Pritz --- application/views/file/upload_history.php | 2 +- data/css/style.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/application/views/file/upload_history.php b/application/views/file/upload_history.php index 7dc7d28cc..8e030d360 100644 --- a/application/views/file/upload_history.php +++ b/application/views/file/upload_history.php @@ -16,7 +16,7 @@ ]" value="" class="delete-history"> /"> - + diff --git a/data/css/style.css b/data/css/style.css index 1808836d8..010bce212 100644 --- a/data/css/style.css +++ b/data/css/style.css @@ -52,6 +52,11 @@ body { white-space: nowrap; } +.wrap { + word-break: break-word; + word-wrap: normal; +} + code, pre, textarea { font-family: "Dejavu sans mono", Monaco, monospace; } @@ -289,6 +294,7 @@ code, pre, textarea { /* tables */ table.tablesorter thead tr th, table.tablesorter tfoot tr th { background-color: #e6EEEE; + padding-right: 20px; } table.tablesorter thead tr .header { background-image: url(../img/bg.gif); -- cgit v1.2.3-24-g4f1b