From b0ddf52a04a346e3d1827ca4e253eb4ca82e33c9 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Fri, 3 Aug 2012 14:17:34 +0000 Subject: report ui refinements --- langs/report.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/langs/report.php b/langs/report.php index bbef279b5..dbba72252 100644 --- a/langs/report.php +++ b/langs/report.php @@ -19,12 +19,14 @@ .strings, .missing { font-size: 80%; } .number { text-align: right; } .small { font-size: 80%; } - td, th { vertical-align: top; font-family: Arial; font-size: 80%; } + td, th { vertical-align: top; font-family: Arial; font-size: 80%; padding: 0.2em; } td { vertical-align: middle; } .lv { display: inline-block; -webkit-transform: rotate(-40deg); } - .action { font-size: smaller; display: block; padding: 0.3em; border-radius: 3px; } - .viewpage { background: green; } - .addlang { background: #eee; color: #333; } + .action { font-size: smaller; display: inline-block; text-align: center; + text-decoration: none; padding: 0.3em; border-radius: 3px; + background: rgba(0, 0, 0, 0.5); } + .viewpage {} + .addlang { color: #333; } -- cgit v1.2.1