diff --git a/admin/css/style.css b/admin/css/style.css index f2ffbfc9..bda5405b 100644 --- a/admin/css/style.css +++ b/admin/css/style.css @@ -503,6 +503,10 @@ button { .front-archive { padding-left: 1.5em; } +.profile-avatar { + border: 1px dashed #D9D9D6; + max-width: 100%; } + /** 增加配置面板内部的错误样式 by 70 */ /** * 安装样式 diff --git a/admin/profile.php b/admin/profile.php index 35dbef18..153205a0 100644 --- a/admin/profile.php +++ b/admin/profile.php @@ -11,7 +11,7 @@ $stat = Typecho_Widget::widget('Widget_Stat');
mail) . '?s=220&r=X' .
+ mail) . '?s=220&r=X' .
'&d=" alt="' . $user->screenName . '" />'; ?> %s 篇 Blog,并有 %s 条关于你的评论在已设定的 %s 个分类中.',
diff --git a/admin/scss/_buttons.scss b/admin/scss/_buttons.scss
index 76b50d1c..fb489e47 100644
--- a/admin/scss/_buttons.scss
+++ b/admin/scss/_buttons.scss
@@ -10,6 +10,7 @@
cursor: pointer;
@include border-radius(2px);
+ // @include transition-property(background-color);
@include transition-duration(.4s);
&:hover {
diff --git a/admin/scss/style.scss b/admin/scss/style.scss
index 69226433..0073099d 100644
--- a/admin/scss/style.scss
+++ b/admin/scss/style.scss
@@ -166,6 +166,11 @@ a.button:hover, a.balloon-button:hover {
padding-left: 1.5em;
}
+.profile-avatar {
+ border: 1px dashed #D9D9D6;
+ max-width: 100%;
+}
+
/** 增加配置面板内部的错误样式 by 70 */
diff --git a/usr/themes/default/style.css b/usr/themes/default/style.css
index afa66016..005e00a0 100644
--- a/usr/themes/default/style.css
+++ b/usr/themes/default/style.css
@@ -106,7 +106,7 @@ textarea {
/* Navigation menu */
#nav-menu {
- margin: 25px 0 -1px;
+ margin: 25px 0 0;
padding: 0;
}
#nav-menu a {
@@ -114,6 +114,7 @@ textarea {
margin-right: -1px;
padding: 0 20px;
border: 1px solid #EEE;
+ border-bottom: none;
height: 32px;
line-height: 32px;
color: #444;
screenName(); ?>
name(); ?>