From 863751b377cce5d9caed05595f0fa3659832317f Mon Sep 17 00:00:00 2001 From: Phyks Date: Tue, 13 Aug 2013 19:57:59 +0200 Subject: [PATCH] Updated CSS style for checkboxes input to list users in page to add a bill --- tpl/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tpl/css/style.css b/tpl/css/style.css index 25f4227..819edef 100644 --- a/tpl/css/style.css +++ b/tpl/css/style.css @@ -11,6 +11,7 @@ fieldset { table { margin: auto; text-align: center; + max-width: 100%; } table td, table th { @@ -30,6 +31,10 @@ h2 { border-left: none; } +input[type="checkbox"] { + margin-left: 2em; +} + .center { text-align: center; }