Added button styles to contest area

This commit is contained in:
Peter Goodhall
2011-08-19 21:30:45 +01:00
parent 7016f46884
commit 8c9f540543
3 changed files with 3 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ $config['google_maps_api'] = "ABQIAAAA74tY2H5PTGpzLdnwXQmLXxTAaiXfF7TN3brq2P-N4w
/* User options */
// Use authentication?
$config['use_auth'] = false;
$config['use_auth'] = true;
// User table
$config['auth_table'] = "users";
// Minimum user level required

View File

@@ -303,7 +303,7 @@ function settime () {
<?php if($info->qra == "Y") { ?>
<td><input id="locator" type="text" name="locator" value="" size="7" /></td>
<?php } ?>
<td><div class="controls"><input type="submit" value="Add QSO" /></div></td>
<td><input type="submit" value="Add QSO" /></td>
</tr>
</table>

View File

@@ -15,6 +15,7 @@
// Accordion
$("#tabs").tabs();
$( "button, input:submit", ".wrap_content" ).button();
$( "button, input:submit", ".contest_wrap" ).button();
$( "#admin" ).click(function() {
$( "#submenu" ).toggle( 'blinds', null, 500 );
$( "#clear" ).toggle( 'blinds', null, 500 );