From: Florian Forster Date: Mon, 21 Jun 2010 08:41:59 +0000 (+0200) Subject: share/style.css: Add some basic styles for the table layout. X-Git-Tag: v4.0.0~216 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=203ada258a6e4144a89f6920e8754074d41ca550;p=collection4.git share/style.css: Add some basic styles for the table layout. --- diff --git a/share/style.css b/share/style.css index aafe97c..d5b1161 100644 --- a/share/style.css +++ b/share/style.css @@ -3,11 +3,42 @@ body font-family: sans-serif; } +#layout-table +{ + width: 100%; +} + +#layout-top-left, +#layout-middle-left, +#layout-bottom-left +{ + width: 10%; + min-width: 250px; +} + +#layout-top-center, +#layout-middle-center, +#layout-bottom-center +{ +} + +#layout-top-right, +#layout-middle-right, +#layout-bottom-right +{ + width: 10%; + min-width: 300px; +} + +#layout-middle td +{ + vertical-align: top; +} + ul.graph_list { margin: 0; padding: 1ex; - width: 50ex; } li.graph