From 4a94c47e386e5818c2fe9f662277487da4c32ed7 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 3 Dec 2009 10:13:14 +0100 Subject: Improve the score table display some more by grouping score entries by exercise sheet. --- war/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'war') diff --git a/war/style.css b/war/style.css index a7822e3..6830118 100644 --- a/war/style.css +++ b/war/style.css @@ -33,3 +33,14 @@ table.score-table { table.score-table td { padding: 5px 5px 5px 5px; } + +.score-group { + border: 1px solid gray; + padding: 2px 2px 2px 2px; + margin-left: 5px; margin-right: 5px; + background-color: #eee; +} +.score-entry { + min-width: 2em; + display: inline-block; +} -- cgit v1.2.3