aboutsummaryrefslogtreecommitdiffstats
path: root/admin
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
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 'admin')
-rw-r--r--admin/themes/clear/theme.css5
-rw-r--r--admin/themes/default/theme.css9
-rw-r--r--admin/themes/roma/theme.css7
3 files changed, 8 insertions, 13 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css
index 318f2962e..203daa9f0 100644
--- a/admin/themes/clear/theme.css
+++ b/admin/themes/clear/theme.css
@@ -369,8 +369,8 @@ table.dataTable thead th {
.userPrefs {border-color:#ddd;}
.big-progressbar {
- background:#ccc;
- border:1px solid #ddd;
+ background:#fff;
+ border:1px solid #aaa;
border-radius:5px;
}
.big-progressbar .progressbar {
@@ -378,5 +378,4 @@ table.dataTable thead th {
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 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;
}
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css
index 1f1d68cdd..30f6b8a1e 100644
--- a/admin/themes/roma/theme.css
+++ b/admin/themes/roma/theme.css
@@ -299,14 +299,9 @@ 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;
+ background:#ff3363;
}
/* Album Properties */