diff options
author | luckydonald <luckydonald@flutterb.at> | 2014-08-10 23:45:06 +0200 |
---|---|---|
committer | luckydonald <luckydonald@flutterb.at> | 2014-08-10 23:45:06 +0200 |
commit | 19efa259e9846555c06f08560ab01328c5422b99 (patch) | |
tree | 249aa08819f56091f5c11ec6b62c7c2a4cbd8a9a /apps/files/css | |
parent | 03a34235e05263fef239af54369f007d8db96257 (diff) | |
download | nextcloud-server-19efa259e9846555c06f08560ab01328c5422b99.tar.gz nextcloud-server-19efa259e9846555c06f08560ab01328c5422b99.zip |
Fixed translations, indentation and renamed the .percents class to .speed class.
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/upload.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/css/upload.css b/apps/files/css/upload.css index 1b572963ff3..71b8b580462 100644 --- a/apps/files/css/upload.css +++ b/apps/files/css/upload.css @@ -59,7 +59,7 @@ width: 200px; height: 36px; display:inline-block; - text-align: center; + text-align: center; } #uploadprogressbar .ui-progressbar-value.ui-widget-header.ui-corner-left { height: 100%; @@ -83,7 +83,7 @@ position: relative; color: black; } -#uploadprogresswrapper .percents{ +#uploadprogresswrapper .speed{ margin-left: 3px; font-size: 13px; display:inline-block; |