mirror of
https://github.com/typecho/typecho.git
synced 2025-03-23 19:40:22 +01:00
commit
b604c86a63
@ -477,6 +477,9 @@ button {
|
||||
color: #999;
|
||||
font-size: .92857em; }
|
||||
|
||||
.front-archive {
|
||||
padding-left: 1.5em; }
|
||||
|
||||
/** 增加配置面板内部的错误样式 by 70 */
|
||||
/**
|
||||
* 安装样式
|
||||
|
@ -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>
|
||||
|
||||
|
@ -162,6 +162,10 @@ a.button:hover, a.balloon-button:hover {
|
||||
font-size: .92857em;
|
||||
}
|
||||
|
||||
.front-archive {
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
|
||||
/** 增加配置面板内部的错误样式 by 70 */
|
||||
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user