aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/theme.css
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2014-09-03 20:14:40 +0000
committermistic100 <mistic@piwigo.org>2014-09-03 20:14:40 +0000
commit3896ddc8d1e4bb48146607da816e31b98a098b2b (patch)
tree44d827ed081d2c1038db3e5614993adf72a192c5 /admin/themes/default/theme.css
parentfc143dea9cd54f898c225e144efb34fa1cd9abde (diff)
feature:2616 tweak progressbar
git-svn-id: http://piwigo.org/svn/trunk@29395 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--admin/themes/default/theme.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css
index 33d5a6488..5696a81a6 100644
--- a/admin/themes/default/theme.css
+++ b/admin/themes/default/theme.css
@@ -1008,7 +1008,7 @@ p#uploadModeInfos {text-align:left;margin-top:1em;font-size:90%;color:#999;}
#photosAddContent p.showFieldset {text-align:left;margin: 1em;}
-#uploadForm .plupload_buttons, #uploadForm .plupload_progress { display:none; }
+#uploadForm .plupload_buttons, #uploadForm .plupload_progress { display:none !important; }
#uploadForm #startUpload { margin:5px 0 15px 15px; padding:5px 10px; font-size:1.1em; }
#uploadForm #startUpload:before { margin-right:0.5em; }
#uploadForm #addFiles { margin-right:10px; float:left; }
@@ -1019,13 +1019,13 @@ p#uploadModeInfos {text-align:left;margin-top:1em;font-size:90%;color:#999;}
width:100%;
max-width:600px;
background:#DFDFDF;
- padding:3px;
+ padding:2px;
border-radius:16px;
position:relative;
}
.big-progressbar .progressbar {
- height:20px;
- min-width:20px;
+ height:18px;
+ min-width:18px;
background:#444;
border-radius:10px;
}