CSS Changes to Contest Areas, plus added subnav

pull/106/merge
Peter Goodhall 2011-08-19 23:00:40 +01:00
rodzic deb7a76cd3
commit 666817f37e
2 zmienionych plików z 2 dodań i 9 usunięć

Wyświetl plik

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

Wyświetl plik

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