diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-08-03 15:15:48 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-08-03 15:15:48 +0000 |
commit | 3c9ceeb0cd7c6e424350a5b8b48be6faf53966f8 (patch) | |
tree | 1c65dc355475d01ea8e64d78af2729eb518e7bcf | |
parent | 934f625d25250c9529985f6fb610e5c14201af24 (diff) | |
download | www-3c9ceeb0cd7c6e424350a5b8b48be6faf53966f8.tar www-3c9ceeb0cd7c6e424350a5b8b48be6faf53966f8.tar.gz www-3c9ceeb0cd7c6e424350a5b8b48be6faf53966f8.tar.bz2 www-3c9ceeb0cd7c6e424350a5b8b48be6faf53966f8.tar.xz www-3c9ceeb0cd7c6e424350a5b8b48be6faf53966f8.zip |
style update
-rw-r--r-- | langs/report.php | 12 |
1 files 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; } |