From 0adad283500d22dcd2ce5c32d969dbcbb699e7f5 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Mon, 10 Sep 2012 14:59:22 +0000 Subject: reformat figures display on top --- style.css | 15 +++++++++++++-- test_index.php | 12 +++++++----- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index f35f4ee..5ad45fe 100644 --- a/style.css +++ b/style.css @@ -60,9 +60,20 @@ a.package { color: #202020; text-decoration: none; } #score-box { width: 100px; height: 100px; background: #faa; } #score-meter { width: 100px; background: #afa; } -.figure { font-size: 120%%; font-weight: bold; } +.figures { display: table; margin: 0; padding: 0; } +.figures li { display: table-cell; margin: 0; padding: 0 2em; border-right: 1px solid #a0a0a0; background: #f0f0f0; border-bottom: 1px solid #a0a0a0; vertical-align: top; } +.figure { font-size: 160%; font-weight: bold; } +.action-btn { + text-decoration: none; + background: #40a040; + color: #fafafa; + padding: 0.5em; + font-weight: bold; + border-radius: 5px; + font-size: 80%; +} -#submitted-packages { width: 960px; } +#asubmitted-packages { width: 960px; } tr.build-files-list td { font-size: 85%; padding: 1em 0 2em 0.5em; color: #222; } tr.build-files-list td ul { padding: 0 0 0 2em; } diff --git a/test_index.php b/test_index.php index e8fb722..e83ddce 100644 --- a/test_index.php +++ b/test_index.php @@ -96,7 +96,7 @@ if (!is_null($g_user) || isset($_GET['package'])) { echo '« Back to full list'; } -echo '