From: Scott Jehl Date: Mon, 8 Dec 2008 16:39:44 +0000 (+0000) Subject: - nevermind: changed demo and css to "progressbar" back to "progressindicator" X-Git-Tag: 1.6rc3~352 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=09e49212a072dcc7c0ccbfad6ff28a181f1d3a8f;p=jquery-ui.git - nevermind: changed demo and css to "progressbar" back to "progressindicator" set proper mime types for demos --- diff --git a/tests/static/progressbar.html b/tests/static/progressbar.html new file mode 100644 index 000000000..a83ada345 --- /dev/null +++ b/tests/static/progressbar.html @@ -0,0 +1,46 @@ + + + + jQuery UI Progressbar Static Markup Test Page + + + + + +

jQuery UI Progressbar Static Markup Test Page

+ +

Flexible width:

+ +
+
13% Completed
+
13% Completed
+
+ +

+ + + +
+
55% Completed
+
55% Completed
+
+ +

+ +
+
55% Completed
+
55% Completed
+
+ + +

Fixed width (px):

+ +
+
78% Completed
+
78% Completed
+
+ + + diff --git a/tests/static/progressindicator.html b/tests/static/progressindicator.html deleted file mode 100644 index a83ada345..000000000 --- a/tests/static/progressindicator.html +++ /dev/null @@ -1,46 +0,0 @@ - - - - jQuery UI Progressbar Static Markup Test Page - - - - - -

jQuery UI Progressbar Static Markup Test Page

- -

Flexible width:

- -
-
13% Completed
-
13% Completed
-
- -

- - - -
-
55% Completed
-
55% Completed
-
- -

- -
-
55% Completed
-
55% Completed
-
- - -

Fixed width (px):

- -
-
78% Completed
-
78% Completed
-
- - - diff --git a/themes/base/ui.progressbar.css b/themes/base/ui.progressbar.css new file mode 100644 index 000000000..94c8ac22e --- /dev/null +++ b/themes/base/ui.progressbar.css @@ -0,0 +1,6 @@ +/* Progressbar +----------------------------------*/ +.ui-progressbar { position: relative; overflow:hidden; } +.ui-progressbar, .ui-progressbar-value { height:1em; padding:.4em 0 .5em; } +.ui-progressbar-label { position: absolute; left:0; top: .3em; text-indent: .5em; border: 0; background: none; white-space: nowrap; } +.ui-progressbar-value { position: absolute; top:0; width:100%; margin: -1px; overflow: hidden; font-weight: normal !important; white-space: nowrap; } \ No newline at end of file diff --git a/themes/base/ui.progressindicator.css b/themes/base/ui.progressindicator.css deleted file mode 100644 index 94c8ac22e..000000000 --- a/themes/base/ui.progressindicator.css +++ /dev/null @@ -1,6 +0,0 @@ -/* Progressbar -----------------------------------*/ -.ui-progressbar { position: relative; overflow:hidden; } -.ui-progressbar, .ui-progressbar-value { height:1em; padding:.4em 0 .5em; } -.ui-progressbar-label { position: absolute; left:0; top: .3em; text-indent: .5em; border: 0; background: none; white-space: nowrap; } -.ui-progressbar-value { position: absolute; top:0; width:100%; margin: -1px; overflow: hidden; font-weight: normal !important; white-space: nowrap; } \ No newline at end of file