Minor formatting tweaks

This commit is contained in:
2014-11-25 20:32:07 +11:00
parent b96deade15
commit fe5060179b
2 changed files with 52 additions and 33 deletions

View File

@@ -381,7 +381,7 @@ function booking_coming_page() {
global $event;
$output = "";
$table = "";
$attributes = array('style' => 'max-width:60%');
$attributes = array('style' => 'width:50%; margin-left:25%; margin-right:25%;');
$booking_limit = variable_get('booking_regn_limit','350');
$rows = array();