diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-05-23 19:41:21 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-05-24 00:11:27 +0200 |
commit | 7e9f0e4beb727b44ec327ffc299b20a2bcf4038a (patch) | |
tree | a2f98ceb28a601ca20170c211bcb0007283f5210 /data/css/style.css | |
parent | 9edf81955c82b34bedaa0f95a8ee021e60b51ed3 (diff) |
upload_history: improve display with small width
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'data/css/style.css')
-rw-r--r-- | data/css/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
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); |