1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 10:51:17 +00:00

modified a few styles of pubinfo & <label>

This commit is contained in:
llj
2013-02-26 11:56:53 +08:00
parent 15d9d69c66
commit a5589f1a5c
2 changed files with 6 additions and 6 deletions

View File

@@ -309,6 +309,7 @@ textarea:-moz-placeholder {/* for FF */
.tabnav {
height:37px;
border-bottom:1px solid #ddd;
margin-bottom:16px;
}
.tabnav-tabs {
display:inline-block;
@@ -632,7 +633,9 @@ textarea:-moz-placeholder {/* for FF */
#simplemodal-container h4,
#simplemodal-container label {
font-weight:bold;
}
#simplemodal-container label {
margin:8px 0 4px;
}
.simplemodal-close {
margin-left:5px;
@@ -1098,9 +1101,6 @@ textarea:-moz-placeholder {/* for FF */
#recycle-btn {
background-position:3px -29px;
}
#repo-setting-form input[name^="repo"] {
width:100%;
}
#repo-setting-btn {
background-position:3px -53px;
}