1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-20 18:32:41 +00:00

custom css

This commit is contained in:
ilearnit
2018-04-08 14:11:13 +08:00
parent f54fbaba22
commit a3e9dd23b4
11 changed files with 60 additions and 12 deletions

View File

@@ -3814,7 +3814,8 @@ img.thumbnail {
}
.web-setting-name,
.web-setting-input,
.web-setting-ops {
.web-setting-ops,
.web-setting-ops-x1 {
display:inline-block;
}
.web-setting-name {
@@ -3836,10 +3837,21 @@ img.thumbnail {
height:95px;
margin:0;
}
.web-setting-input .textarea-x1 {
width:inherit;
height:247px;
}
.web-setting-ops {
width:100px;
vertical-align:top;
}
.web-setting-ops-x1 {
vertical-align: bottom;
height: 50px;
}
.web-setting-ops-x1 .submit {
margin-left: 30px;
}
.web-setting-form .submit,
.web-setting-input {
margin-top:0;