1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-22 03:47:09 +00:00

repair goup change bug

This commit is contained in:
shanshuirenjia
2018-12-06 14:39:21 +08:00
parent 16d6b9c6d0
commit fc3b1d5b77
8 changed files with 52 additions and 45 deletions

View File

@@ -4,7 +4,7 @@
}
.share-dialog .share-dialog-content {
padding: 1rem 1rem 2rem;
padding: 0;
min-height: 15rem;
display: flex;
flex-direction: row;
@@ -13,15 +13,14 @@
.share-dialog-content .share-dialog-side {
display: flex;
flex: 0 0 22%;
}
.share-dialog-content .share-dialog-side .nav {
flex-direction: column;
padding: 1rem 0 0 1rem;
border-right: 1px solid #eee;
}
.share-dialog-content .share-dialog-main {
display: flex;
flex: 0 0 78%;
padding: 1rem 1.5rem 2rem;
}
.share-dialog-content .share-dialog-main .tab-content {
flex: 1;
@@ -69,10 +68,6 @@
font-size: 0.875rem;
}
.share-dialog .nav .nav-item .nav-link.active {
font-weight: normal;
}
input.expire-input {
display: inline-block;
width: 5rem;