Merge pull request #4 from typecho/master

同步
This commit is contained in:
shingchi 2013-11-17 21:58:56 -08:00
commit b604c86a63
4 changed files with 10 additions and 5 deletions

View File

@ -477,6 +477,9 @@ button {
color: #999;
font-size: .92857em; }
.front-archive {
padding-left: 1.5em; }
/** 增加配置面板内部的错误样式 by 70 */
/**
* 安装样式

View File

@ -4,10 +4,7 @@
<?php $menu->output(); ?>
</nav>
<div class="operate">
<!-- <?php Typecho_Plugin::factory('admin/menu.php')->navBar(); _e('欢迎'); ?>, -->
<a href="<?php $options->adminUrl('profile.php'); ?>" class="author"><?php $user->screenName(); ?></a><!--
--><a class="exit" href="<?php $options->logoutUrl(); ?>"><?php _e('登出'); ?></a><!--
--><a href="<?php $options->siteUrl(); ?>">网站</a>
<a href="<?php $options->adminUrl('profile.php'); ?>" class="author"><?php $user->screenName(); ?></a><a class="exit" href="<?php $options->logoutUrl(); ?>"><?php _e('登出'); ?></a><a href="<?php $options->siteUrl(); ?>">网站</a>
</div>
</div>

View File

@ -162,6 +162,10 @@ a.button:hover, a.balloon-button:hover {
font-size: .92857em;
}
.front-archive {
padding-left: 1.5em;
}
/** 增加配置面板内部的错误样式 by 70 */

View File

@ -107,13 +107,14 @@ textarea {
padding: 0;
}
#nav-menu a {
display: inline-block;
display: block;
margin-right: -1px;
padding: 0 20px;
border: 1px solid #EEE;
height: 32px;
line-height: 32px;
color: #444;
float: left;
}
#nav-menu a:hover,
#nav-menu .current {