1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-22 11:57:34 +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

@@ -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;
}