aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/theme.css
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2014-09-03 21:00:40 +0000
committerplegall <plg@piwigo.org>2014-09-03 21:00:40 +0000
commitcfbec50d4703933eb8de2a94c518225fbc0c0247 (patch)
treecb6bbc3bdc128942d4eebbb76c7d2e9be6fa9ef2 /admin/themes/default/theme.css
parent3896ddc8d1e4bb48146607da816e31b98a098b2b (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 '')
-rw-r--r--admin/themes/default/theme.css9
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;
}