* fixed z-index of 'side-handle'.

* ajusted style of 'admin/index'.
This commit is contained in:
Catouse
2014-04-24 09:12:22 +08:00
parent 6193014130
commit d2c9d41742
5 changed files with 16 additions and 12 deletions
+2 -2
View File
@@ -12,7 +12,6 @@
?>
<?php include '../../common/view/header.html.php';?>
<?php $showDemoUsers = isset($this->config->global->showDemoUsers) ? true : false; js::set('showDemoUsers', $showDemoUsers);?>
<?php if(!$bind and !$ignore and common::hasPriv('admin', 'register')):?>
<div id="notice" class='alert alert-success'>
<?php echo html::a(inlink('ignore'), '<i class="icon-remove"></i> ' . $lang->admin->notice->ignore, 'hiddenwin', 'class="close" data-dismiss="alert" style="font-size: 12px"');?>
@@ -20,7 +19,8 @@
<div class="content"><?php echo sprintf($lang->admin->notice->register, html::a(inlink('register'), $lang->admin->register->click, '', 'class="alert-link"'));?></div>
</div>
<?php endif;?>
<div id='featurebar'>
<div id='titlebar'>
<div class='heading'>
<?php
echo sprintf($lang->admin->info->version, $config->version);