Skip to content

Commit

Permalink
feature 2616: graphical changes on upload big progress bar
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@29396 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
plegall committed Sep 3, 2014
1 parent 3896ddc commit cfbec50
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
5 changes: 2 additions & 3 deletions admin/themes/clear/theme.css
Expand Up @@ -369,14 +369,13 @@ 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 {
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;
}
9 changes: 5 additions & 4 deletions admin/themes/default/theme.css
Expand Up @@ -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;
}


Expand Down
7 changes: 1 addition & 6 deletions admin/themes/roma/theme.css
Expand Up @@ -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 */
Expand Down

0 comments on commit cfbec50

Please sign in to comment.