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

[system admin] settings: fix & improvement

This commit is contained in:
llj
2017-08-12 17:58:21 +08:00
parent 7b0b8b82eb
commit cca91db5fc
4 changed files with 39 additions and 19 deletions

View File

@@ -3659,6 +3659,11 @@ img.thumbnail {
.web-setting-input .input {
margin:0;
}
.web-setting-input .textarea {
box-sizing:content-box;
height:95px;
margin:0;
}
.web-setting-ops {
width:100px;
vertical-align:top;