progress_bar.css
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 11 May 2005 16:49:40 +0000 (16:49 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 11 May 2005 16:49:40 +0000 (16:49 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@708 dcc99617-32d9-48b4-a31d-7c20da2025e4

Evergreen/css/opac/progress_bar.css [new file with mode: 0644]

diff --git a/Evergreen/css/opac/progress_bar.css b/Evergreen/css/opac/progress_bar.css
new file mode 100644 (file)
index 0000000..ea2a8fc
--- /dev/null
@@ -0,0 +1,41 @@
+#progress_bar_location {
+       z-index: -10;
+       position: absolute;
+       background: #CCF;
+       width: 98%;
+       height: 32px;
+}
+
+#progress_bar_percent_location {
+       z-index: 5;
+       position: absolute;
+       bottom: 12px;
+       width: 98%;
+       height: 32px;
+       text-align: center;
+}
+
+.progress_bar {
+       height: 100%;
+       width: 100%;
+       background: #FFF;
+}
+
+.progress_bar_chunk {
+       height: 100%;
+       float: left;
+}
+
+.progress_bar_chunk_active {
+       height: 100%;
+       float: left;
+       background: #CCF;
+}
+
+.progress_percent {
+       font-weight: bold;
+       color: #888;
+       font-size: 2em;
+       width: 100%;
+       text-align: center;
+}