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:
26
frontend/src/css/terms-conditions-editor.css
Normal file
26
frontend/src/css/terms-conditions-editor.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user