mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 19:01:42 +00:00
['dir view', 'share link' pages] modified UI details for 'Retry All' & 'Cancel All' buttons in the upload dialog (#6221)
This commit is contained in:
@@ -85,7 +85,7 @@ class UploadProgressDialog extends React.Component {
|
||||
</div>
|
||||
</div>
|
||||
<div className="uploader-list-content">
|
||||
<div className="d-flex justify-content-between align-items-center border-bottom">
|
||||
<div className="d-flex justify-content-between align-items-center border-bottom uploader-content-bar">
|
||||
{uploadFileList.length > 0 && <span>{filesUploadedMsg}</span>}
|
||||
<div className="ml-auto">
|
||||
<button
|
||||
|
@@ -85,7 +85,7 @@ class UploadProgressDialog extends React.Component {
|
||||
</div>
|
||||
</div>
|
||||
<div className="uploader-list-content">
|
||||
<div className="d-flex justify-content-between align-items-center border-bottom">
|
||||
<div className="d-flex justify-content-between align-items-center border-bottom uploader-content-bar">
|
||||
{uploadFileList.length > 0 && <span>{filesUploadedMsg}</span>}
|
||||
<div className="ml-auto">
|
||||
<button
|
||||
|
@@ -59,6 +59,10 @@
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.uploader-content-bar .btn {
|
||||
font-size: .875rem;
|
||||
}
|
||||
|
||||
.file-upload-item {
|
||||
height: 44px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user