diff options
author | plegall <plg@piwigo.org> | 2014-09-03 21:00:40 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-09-03 21:00:40 +0000 |
commit | cfbec50d4703933eb8de2a94c518225fbc0c0247 (patch) | |
tree | cb6bbc3bdc128942d4eebbb76c7d2e9be6fa9ef2 /admin/themes/default | |
parent | 3896ddc8d1e4bb48146607da816e31b98a098b2b (diff) |
feature 2616: graphical changes on upload big progress bar
git-svn-id: http://piwigo.org/svn/trunk@29396 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default')
-rw-r--r-- | admin/themes/default/theme.css | 9 |
1 files changed, 5 insertions, 4 deletions
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; } |