From 3c9ceeb0cd7c6e424350a5b8b48be6faf53966f8 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Fri, 3 Aug 2012 15:15:48 +0000 Subject: style update --- langs/report.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/langs/report.php b/langs/report.php index 3c6a7fa41..c1c042095 100644 --- a/langs/report.php +++ b/langs/report.php @@ -13,17 +13,17 @@ text-decoration: none; color: inherit; } - .ok { color: darkgreen; background: lightgreen; text-align: center; } + .ok { color: darkgreen; background: lightgreen; } + .ok, .strings, .missing { text-align: center; } + .number { text-align: right; } .strings { background: orange; } - .missing {} .strings, .missing { font-size: 80%; } - .number { text-align: right; } .small { font-size: 80%; } - td, th { vertical-align: top; font-family: Arial; font-size: 80%; padding: 0.2em; } + td, th { vertical-align: top; font-family: Arial; font-size: 80%; padding: 0.3em; } td { vertical-align: middle; } .lv { display: inline-block; -webkit-transform: rotate(-40deg); } - .action { font-size: smaller; display: inline-block; text-align: center; - text-decoration: none; padding: 0.3em; border-radius: 3px; + .action { font-size: smaller; display: block; text-align: center; + text-decoration: none; padding: 0.3em 0.5em; border-radius: 3px; background: rgba(0, 0, 0, 0.1); } .viewpage {} .addlang { color: #333; } -- cgit v1.2.1