1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

Sharing dialog improvements (#3449)

This commit is contained in:
zxj96
2019-05-13 18:36:58 +08:00
committed by Daniel Pan
parent 31d39b6fa4
commit 8d6dfab07a
3 changed files with 36 additions and 9 deletions

View File

@@ -62,7 +62,7 @@
}
.generate-share-link .permission {
margin-left: 1.25rem;
margin-left: 2.5rem;
}
.generate-link-btn {
@@ -81,6 +81,30 @@ input.expire-input {
margin: 0 0.25rem 0 1.25rem;
}
.expire-input-border {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
height: 2.375rem!important;
padding: 0.375rem 0.75rem!important;
}
.share-dialog-main .permission-editor .permission-editor__menu {
width: 240px;
}
.expir-span {
border: 1px solid rgba(0, 40, 100, 0.12);
border-left: none;
font-size: 0.9375rem;
margin-left: -5px;
padding: 0px 8px;
height: 2.375rem;
display: inline-block;
text-align: center;
position: absolute;
top: 4px;
min-width: 2.375rem;
line-height: 2.25;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}