aboutsummaryrefslogtreecommitdiffstats
path: root/admin
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
parentfc143dea9cd54f898c225e144efb34fa1cd9abde (diff)
feature:2616 tweak progressbar
git-svn-id: http://piwigo.org/svn/trunk@29395 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/themes/clear/theme.css10
-rw-r--r--admin/themes/default/theme.css8
-rw-r--r--admin/themes/roma/theme.css2
3 files changed, 12 insertions, 8 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css
index 7516a3026..318f2962e 100644
--- a/admin/themes/clear/theme.css
+++ b/admin/themes/clear/theme.css
@@ -369,12 +369,14 @@ table.dataTable thead th {
.userPrefs {border-color:#ddd;}
.big-progressbar {
- background:#DFDFDF;
- border:1px solid #ccc;
+ background:#ccc;
+ border:1px solid #ddd;
+ border-radius:5px;
}
.big-progressbar .progressbar {
- background:#005E89;
- background:#42A4CE linear-gradient(135deg, rgba(14,114,158,0) 44%,rgba(14,114,158,0.4) 44%,rgba(14,114,158,0.4) 57%,rgba(14,114,158,0) 57%);
+ background:#FF8A23;
+ background:#FF8A23 linear-gradient(135deg, rgba(255,51,51,0) 44%,rgba(255,51,51,0.2) 44%,rgba(255,51,51,0.2) 57%,rgba(255,51,51,0) 57%);
background-size:25px 25px;
box-shadow:inset 0px 1px 3px 0px rgba(255,255,255,0.4);
+ border-radius:5px;
}
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;
}
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css
index bd31ce10f..1f1d68cdd 100644
--- a/admin/themes/roma/theme.css
+++ b/admin/themes/roma/theme.css
@@ -299,12 +299,14 @@ div.token-input-dropdown ul li.token-input-selected-dropdown-item {background-co
.big-progressbar {
background:#1a1e22;
box-shadow:inset 0px 1px 1px 0px black, 0px 1px 1px 0px #36393F;
+ border-radius:0;
}
.big-progressbar .progressbar {
background:#f70;
background:#f70 linear-gradient(135deg, rgba(255,51,51,0) 44%,rgba(255,51,51,0.4) 44%,rgba(255,51,51,0.4) 57%,rgba(255,51,51,0) 57%);
background-size:25px 25px;
box-shadow:inset 0px 1px 3px 0px rgba(255,255,255,0.6);
+ border-radius:0;
}
/* Album Properties */