CSS Changes to Contest Areas, plus added subnav

This commit is contained in:
Peter Goodhall
2011-08-19 23:00:40 +01:00
parent deb7a76cd3
commit 666817f37e
2 changed files with 2 additions and 9 deletions

View File

@@ -8,9 +8,8 @@
$(document).ready(function() {
$(".qsobox").fancybox({
'width' : '75%',
'height' : '50%',
'autoScale' : false,
'width' : 849,
'autoScale' : true,
'transitionIn' : 'none',
'transitionOut' : 'none',
'type' : 'iframe'

View File

@@ -18,10 +18,4 @@
}
?>
<p>
<a href="<?php echo site_url('contest/create'); ?>" title="Create Contest">Create a contest</a><br /><a href="<?php echo site_url('contest/add_template'); ?>" title="Create Template">Create a template</a>
</p>
</div>