From 4786fe80cee8583c3708675cccd0d015912412ab Mon Sep 17 00:00:00 2001
From: Kris Borchers
Date: Sat, 29 Dec 2012 23:17:38 -0600
Subject: [PATCH 1/2] Progressbar: Add new download dialog demo
---
demos/progressbar/download.html | 128 ++++++++++++++++++++++++++++++++
1 file changed, 128 insertions(+)
create mode 100644 demos/progressbar/download.html
diff --git a/demos/progressbar/download.html b/demos/progressbar/download.html
new file mode 100644
index 00000000000..15aab2ae56a
--- /dev/null
+++ b/demos/progressbar/download.html
@@ -0,0 +1,128 @@
+
+
+
+
+ jQuery UI Progressbar - Download Dialog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Download dialog progressbar demo.
+
+
+
From eab54a8f9cda25a7d3c8aec5e7504c966d0b61c4 Mon Sep 17 00:00:00 2001
From: Kris Borchers
Date: Thu, 3 Jan 2013 23:20:58 -0600
Subject: [PATCH 2/2] Progressbar Demos: Add ability to cancel download, move
label outside of value bar and clean up.
---
demos/progressbar/download.html | 85 +++++++++++++--------------------
1 file changed, 34 insertions(+), 51 deletions(-)
diff --git a/demos/progressbar/download.html b/demos/progressbar/download.html
index 15aab2ae56a..fd869dba945 100644
--- a/demos/progressbar/download.html
+++ b/demos/progressbar/download.html
@@ -8,21 +8,28 @@
+
+
#progressbar {
- margin-top: 30px;
+ margin-top: 20px;
}
.progress-label {
- position: absolute;
- left: 50%;
- margin-left: -55px;
- margin-top: 5px;
font-weight: bold;
text-shadow: 1px 1px 0 #fff;
}
@@ -117,7 +99,8 @@
-
+
Starting download...
+