mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
fix upload bar
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
54f36610dd
commit
da806cf552
3 changed files with 9 additions and 9 deletions
|
|
@ -1390,17 +1390,17 @@ table.dragshadow td.size {
|
|||
|
||||
#uploadprogressbar {
|
||||
border-color: var(--color-border-dark);
|
||||
border-radius: 18px 0 0 18px;
|
||||
border-radius: var(--border-radius-pill) 0 0 var(--border-radius-pill);
|
||||
border-right: 0;
|
||||
position: relative;
|
||||
float: left;
|
||||
width: 200px;
|
||||
height: 36px;
|
||||
height: 44px;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
}
|
||||
#uploadprogressbar .ui-progressbar-value {
|
||||
margin: 0;
|
||||
margin-top: 0.1em;
|
||||
}
|
||||
|
||||
#uploadprogressbar .ui-progressbar-value.ui-widget-header.ui-corner-left {
|
||||
|
|
|
|||
|
|
@ -54,17 +54,17 @@
|
|||
|
||||
#uploadprogressbar {
|
||||
border-color: var(--color-border-dark);
|
||||
border-radius: 18px 0 0 18px;
|
||||
border-radius: var(--border-radius-pill) 0 0 var(--border-radius-pill);
|
||||
border-right: 0;
|
||||
position: relative;
|
||||
float: left;
|
||||
width: 200px;
|
||||
height: 36px;
|
||||
height: 44px;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
}
|
||||
#uploadprogressbar .ui-progressbar-value {
|
||||
margin: 0;
|
||||
margin-top: 0.1em;
|
||||
}
|
||||
|
||||
#uploadprogressbar .ui-progressbar-value.ui-widget-header.ui-corner-left {
|
||||
|
|
|
|||
|
|
@ -39,17 +39,17 @@
|
|||
}
|
||||
#uploadprogressbar {
|
||||
border-color: var(--color-border-dark);
|
||||
border-radius: 18px 0 0 18px;
|
||||
border-radius: var(--border-radius-pill) 0 0 var(--border-radius-pill);
|
||||
border-right: 0;
|
||||
position:relative;
|
||||
float: left;
|
||||
width: 200px;
|
||||
height: 36px;
|
||||
height: 44px;
|
||||
display:inline-block;
|
||||
text-align: center;
|
||||
|
||||
.ui-progressbar-value {
|
||||
margin: 0;
|
||||
margin-top:.1em;
|
||||
}
|
||||
}
|
||||
#uploadprogressbar .ui-progressbar-value.ui-widget-header.ui-corner-left {
|
||||
|
|
|
|||
Loading…
Reference in a new issue