This commit is contained in:
life
2014-11-12 17:32:03 +08:00
parent d979a0c3e2
commit 1f45666ec4
119 changed files with 2463 additions and 675 deletions

View File

@ -4291,3 +4291,9 @@ fieldset[disabled] .btn-gplus.active {
padding: 10px;
font-size: 14px;
}
.url-title {
border: none;
outline: none;
border-bottom: 1px solid #eee;
background: #fffbcc;
}

View File

@ -4822,4 +4822,10 @@ body.container {
#avatarUploadMsg .alert {
padding: 10px;
font-size: 14px;
}
}
.url-title {
border: none;
outline: none;
border-bottom: 1px solid #eee;
background: #fffbcc;
}