mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 02:48:51 +00:00
* [top toolbar] fixed the position of the vertical line between 2 sides - fixed it for all the pages - removed the duplicated 'div.main-panel' in 'lib-content-view' * [search] modified the UI * [top toolbar] redesigned the notification * [top toolbar] avatar & the triangle: modified the UI * [left side panel] updated the UI; fixup & improvement * [misc] modified links' color, op-icon, and etc. * [misc] updated UI for share dialog, other dialogs, & 'more operations' dropdown * [misc] UI: modified markdown side panels, comment panels, input/textarea placeholder * ['user settings' page] modified UI * [shared dir upload link page] modified the UI * [user settings] modified the UI * [user settings] fixup * [seafile-ui.css] use an updated one (modified color of buttons)
163 lines
3.0 KiB
CSS
163 lines
3.0 KiB
CSS
.share-dialog .share-dialog-content {
|
|
padding: 0;
|
|
min-height: 27rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.share-dialog .share-dialog-content {
|
|
flex-direction: row;
|
|
}
|
|
}
|
|
|
|
.share-dialog-content .share-dialog-side {
|
|
display: flex;
|
|
flex: 0 0 22%;
|
|
padding: 1rem;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.share-dialog-content .share-dialog-side {
|
|
border: 0;
|
|
border-right: 1px solid #eee;
|
|
}
|
|
.share-dialog-side .nav {
|
|
flex-direction: column;
|
|
}
|
|
.share-dialog-side .nav-pills .nav-item .nav-link {
|
|
width: 100%;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
.share-dialog-content .share-dialog-main {
|
|
display: flex;
|
|
flex: 0 0 78%;
|
|
padding: 1rem;
|
|
}
|
|
|
|
.share-dialog-content .share-dialog-main .tab-content {
|
|
flex: 1;
|
|
}
|
|
|
|
.share-dialog-content .share-dialog-main .tab-pane {
|
|
height: 100%;
|
|
overflow: auto;
|
|
}
|
|
|
|
.share-list-container {
|
|
max-height: 18rem;
|
|
min-height: 10rem;
|
|
}
|
|
|
|
.share-dialog-content label {
|
|
padding: 0.5rem 0 0.25rem;
|
|
}
|
|
|
|
.share-dialog-content label.form-check-label {
|
|
padding: 0.25rem 0;
|
|
}
|
|
|
|
.link-operation-content {
|
|
margin-left: 1.25rem;
|
|
}
|
|
|
|
.link-operation-icon {
|
|
color: #9aa0ac;
|
|
}
|
|
|
|
.tip {
|
|
color: #808080;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.generate-share-link .passwd,
|
|
.generate-upload-link .passwd {
|
|
width: 60%;
|
|
}
|
|
|
|
.generate-share-link .permission {
|
|
margin-left: 2.5rem;
|
|
}
|
|
|
|
.generate-link-btn {
|
|
margin-top: 1.125rem;
|
|
}
|
|
|
|
.share-dialog .nav .nav-item .nav-link {
|
|
padding: 0.3125rem 0.25rem;
|
|
}
|
|
|
|
input.expire-input {
|
|
display: inline-block;
|
|
width: 4rem;
|
|
height: 1.5rem;
|
|
padding: 0.25rem 0.25rem;
|
|
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;
|
|
}
|
|
|
|
.custom-permission .permission-header {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: .375rem 0;
|
|
border-bottom: 1px solid #efefef;
|
|
}
|
|
|
|
.custom-permission .permission-header .back-icon {
|
|
color: #999;
|
|
margin-right: 10px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.custom-permission .permission-name-desc {
|
|
margin-top: .375rem;
|
|
}
|
|
|
|
.custom-permission .permission-name-desc label {
|
|
font-size: 14px;
|
|
color: #999;
|
|
}
|
|
|
|
.custom-permission .permission-name-desc .permission-name,
|
|
.custom-permission .permission-name-desc .permission-desc {
|
|
flex: 1;
|
|
}
|
|
|
|
.custom-permission .permission-name-desc .permission-desc {
|
|
margin-left: .4rem;
|
|
}
|
|
|
|
.custom-permission .permissions-list-body {
|
|
max-height: 350px;
|
|
overflow-y: scroll;
|
|
}
|