1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 23:02:26 +00:00

permission explanation

This commit is contained in:
Michael An
2019-01-24 17:15:01 +08:00
parent 684167819f
commit a2acee268b
5 changed files with 82 additions and 22 deletions

View File

@@ -0,0 +1,16 @@
.permission-editor .permission-editor-explanation {
user-select: none;
padding-left: 10px;
color: #9c9c9c;
font-size: 12px;
word-break: keep-all;
word-wrap: break-word;
white-space: pre-wrap;
}
.permission-editor .select__option {
padding-top: 2px;
padding-bottom: 2px;
}
.select__control .permission-editor-explanation {
display: none;
}

View File

@@ -1,6 +1,6 @@
.share-dialog .share-dialog-content {
padding: 0;
min-height: 20rem;
min-height: 27rem;
display: flex;
flex-direction: row;
overflow: hidden;
@@ -21,10 +21,17 @@
.share-dialog-content .share-dialog-main .tab-content {
flex: 1;
}
.share-dialog-content .share-dialog-main .tab-pane {
height: 100%;
}
.share-dialog-content .share-dialog-main .tab-content thead th {
font-weight: 600;
}
.share-list-container {
max-height: 15rem;
max-height: 18rem;
overflow: auto;
height: 100%;
}
.share-dialog-content label {
@@ -73,3 +80,6 @@ input.expire-input {
margin: 0 0.25rem 0 1.25rem;
}
.share-dialog-main .permission-editor .select__menu {
width: 240px;
}