Added button styles to contest area

这个提交包含在:
Peter Goodhall 2011-08-19 21:30:45 +01:00
父节点 7016f46884
当前提交 8c9f540543
共有 3 个文件被更改,包括 3 次插入2 次删除

查看文件

@ -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

查看文件

@ -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>

查看文件

@ -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 );