From cfbec50d4703933eb8de2a94c518225fbc0c0247 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 3 Sep 2014 21:00:40 +0000 Subject: feature 2616: graphical changes on upload big progress bar git-svn-id: http://piwigo.org/svn/trunk@29396 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/theme.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'admin/themes/default/theme.css') diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 5696a81a6..ef1367149 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1018,16 +1018,17 @@ p#uploadModeInfos {text-align:left;margin-top:1em;font-size:90%;color:#999;} .big-progressbar { width:100%; max-width:600px; - background:#DFDFDF; - padding:2px; - border-radius:16px; + background:#fff; + padding:0; + border-radius:5px; position:relative; + height:18px; } .big-progressbar .progressbar { height:18px; min-width:18px; background:#444; - border-radius:10px; + border-radius:5px 0 0 5px; } -- cgit v1.2.3