改进后台日期显示

改进登录页面居中问题
This commit is contained in:
fen
2013-12-10 10:31:38 +08:00
parent 528ed53624
commit 5346434a2b
4 changed files with 74 additions and 56 deletions
+11 -4
View File
@@ -276,8 +276,10 @@ a.button:hover, a.balloon-button:hover {
span {
display: inline-block;
margin-right: 4px;
width: 45px;
padding-right: 8px;
border-right: 1px solid #ECECEC;
width: 37px;
text-align: right;
color: #999;
}
}
@@ -289,11 +291,16 @@ a.button:hover, a.balloon-button:hover {
/**
* 登录框
*/
.typecho-login {
margin: 150px auto 0;
width: 280px;
.typecho-login-wrap {
display: table;
margin: 0 auto;
height: 100%;
}
.typecho-login {
display: table-cell;
width: 280px;
text-align: center;
vertical-align: middle;
h1 {
margin-bottom: 1em;
}