aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/theme.css
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-08-27 21:58:30 +0000
committerplegall <plg@piwigo.org>2011-08-27 21:58:30 +0000
commitd3d45a43e0d48028f8bcacf31b0f641c1c3dd414 (patch)
treec910deb86c5400192963df08d3e0b445dc19611d /admin/themes/default/theme.css
parent37156b505325bcc326f83f36ed28aebb909a12be (diff)
feature 2417 added: add progress bar (jQuery UI progress bar) + details on
progressing upload like "photo 21 of 46". git-svn-id: http://piwigo.org/svn/trunk@12005 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/theme.css')
-rw-r--r--admin/themes/default/theme.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css
index 84e1e2518..7b798dc59 100644
--- a/admin/themes/default/theme.css
+++ b/admin/themes/default/theme.css
@@ -1071,4 +1071,8 @@ p#uploadWarningsSummary .showInfo {position:static;display:inline;padding:1px 6p
p#uploadWarnings {display:none;text-align:left;margin-bottom:1em;font-size:90%;color:#999;}
p#uploadModeInfos {text-align:left;margin-top:1em;font-size:90%;color:#999;}
-#photosAddContent p.showFieldset {text-align:left;margin: 0 auto 10px auto;width: 650px;} \ No newline at end of file
+#photosAddContent p.showFieldset {text-align:left;margin: 0 auto 10px auto;width: 650px;}
+
+#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;}