1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-21 11:27:18 +00:00

sysadmin reconstruct terms and conditions pages (#4231)

* sysadmin reconstruct terms and conditions pages

* update seafile-js version

* add term content dialog

* optimized code struct

* fix redirect logic after add term

* optimized code

* optimized code

* update seafile-editor version
This commit is contained in:
Leo
2019-11-12 21:59:55 +08:00
committed by Daniel Pan
parent d1dca7d13e
commit 803c15730d
15 changed files with 956 additions and 95 deletions

View File

@@ -0,0 +1,26 @@
.form-content .conditions-preview-container {
padding: 10px;
min-height: 38px;
max-height: 300px;
overflow: auto;
background-color: #f5f5f5;
}
.conditions-preview-wrapper .conditions-preview-container {
padding: 10px;
min-height: 300px;
overflow: auto;
background-color: #f5f5f5;
}
.conditions-preview-container ol,
.conditions-preview-container ul {
padding-inline-start: 40px;
margin-bottom: 1em;
}
.conditions-editor-dialog-main {
padding: 0;
height: 600px;
overflow: hidden;
}