mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 04:48:03 +00:00
Seahub UI (#5261)
* [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)
This commit is contained in:
@@ -18,17 +18,16 @@
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.share-dialog-content .share-dialog-side {
|
||||
padding: 1rem 0 0 1rem;
|
||||
border: 0;
|
||||
border-right: 1px solid #eee;
|
||||
}
|
||||
.share-dialog-side .nav {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
.share-dialog-side .nav-pills .nav-item .nav-link {
|
||||
.share-dialog-side .nav-pills .nav-item .nav-link {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.share-dialog-content .share-dialog-main {
|
||||
@@ -86,7 +85,7 @@
|
||||
}
|
||||
|
||||
.share-dialog .nav .nav-item .nav-link {
|
||||
padding: 0.3125rem 1rem 0.3125rem 0.25rem;
|
||||
padding: 0.3125rem 0.25rem;
|
||||
}
|
||||
|
||||
input.expire-input {
|
||||
|
Reference in New Issue
Block a user