CSS Changes to Contest Areas, plus added subnav
这个提交包含在:
父节点
deb7a76cd3
当前提交
666817f37e
共有 2 个文件被更改,包括 2 次插入 和 9 次删除
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
正在加载…
在新工单中引用