From 6897bb00979238b80d6aa3ad3741d1856ea81c6a Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 23 Oct 2012 19:08:29 +0200 Subject: Implement word-wrap for package statistics Word-wrap labels in the package statistics box, just as we wrap package names in the "Recent Updates" box. Addresses FS#32160. Signed-off-by: Lukas Fleischer --- web/html/css/aur.css | 4 ++++ web/template/stats/general_stats_table.php | 16 ++++++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) (limited to 'web') diff --git a/web/html/css/aur.css b/web/html/css/aur.css index dada258..bae8e21 100644 --- a/web/html/css/aur.css +++ b/web/html/css/aur.css @@ -10,3 +10,7 @@ #pkg-updates td.pkg-new { padding: 0 .5em; } + +#pkg-stats td.stat-desc { + white-space: normal; +} diff --git a/web/template/stats/general_stats_table.php b/web/template/stats/general_stats_table.php index 6a92c3b..5b59832 100644 --- a/web/template/stats/general_stats_table.php +++ b/web/template/stats/general_stats_table.php @@ -2,35 +2,35 @@ - + - + - + - + - + - + - + - +
-- cgit v1.2.3-54-g00ecf