mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 02:33:02 +02:00
feature:2616 add custom big progressbar
git-svn-id: http://piwigo.org/svn/trunk@29394 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -1008,14 +1008,28 @@ p#uploadModeInfos {text-align:left;margin-top:1em;font-size:90%;color:#999;}
|
||||
|
||||
#photosAddContent p.showFieldset {text-align:left;margin: 1em;}
|
||||
|
||||
#uploadForm .plupload_buttons { display:none; }
|
||||
#startUpload { margin:10px 0; padding:5px 10px; font-size:1.1em; }
|
||||
#startUpload:before { margin-right:0.5em; }
|
||||
#addFiles { margin-bottom:10px; }
|
||||
#uploadForm .plupload_buttons, #uploadForm .plupload_progress { display:none; }
|
||||
#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; }
|
||||
#uploadForm #uploadingActions { margin:10px 10px 10px 15px; }
|
||||
#uploadForm .big-progressbar { vertical-align:middle; display:inline-block; margin-left:10px; }
|
||||
|
||||
.big-progressbar {
|
||||
width:100%;
|
||||
max-width:600px;
|
||||
background:#DFDFDF;
|
||||
padding:3px;
|
||||
border-radius:16px;
|
||||
position:relative;
|
||||
}
|
||||
.big-progressbar .progressbar {
|
||||
height:20px;
|
||||
min-width:20px;
|
||||
background:#444;
|
||||
border-radius:10px;
|
||||
}
|
||||
|
||||
#uploadProgress {width:650px; margin:10px auto;font-size:90%;}
|
||||
#progressbar {border:1px solid #ccc; background-color:#eee;}
|
||||
.ui-progressbar-value { background-image: url(images/pbar-ani.gif); height:10px;margin:-1px;border:1px solid #E78F08;}
|
||||
|
||||
/* Tag Manager */
|
||||
.warningDeletion {display:none;font-style:italic;}
|
||||
|
||||
Reference in New Issue
Block a user