]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix upload bar 33938/head
authorszaimen <szaimen@e.mail.de>
Wed, 7 Sep 2022 11:05:50 +0000 (13:05 +0200)
committernextcloud-command <nextcloud-command@users.noreply.github.com>
Wed, 7 Sep 2022 11:16:25 +0000 (11:16 +0000)
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
apps/files/css/merged.css
apps/files/css/upload.css
apps/files/css/upload.scss

index 287f50f8b3c27bab88f97924849e87f4ca0e9c02..636897d3d4c8f8eb9a18852a06604d8ab7671cf0 100644 (file)
@@ -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 {
index b5e3624052bf7917fc26f62e4961db8ef5c7e335..1ab561b215610f1a8f5189eef8503cd209730374 100644 (file)
 
 #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 {
index 35fc763100e40e5e30fcca7ef47e0da188f64fc2..3706bb5323fa8d129d3eb5a31486f3c29047d487 100644 (file)
 }
 #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 {