]> source.dussan.org Git - vaadin-framework.git/commitdiff
Theme for progress indicator.
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 11 Oct 2007 08:31:25 +0000 (08:31 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 11 Oct 2007 08:31:25 +0000 (08:31 +0000)
svn changeset:2491/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/public/default/progressindicator/img/base.gif [new file with mode: 0644]
src/com/itmill/toolkit/terminal/gwt/public/default/progressindicator/img/progress.png [new file with mode: 0644]
src/com/itmill/toolkit/terminal/gwt/public/default/progressindicator/progressindicator.css

diff --git a/src/com/itmill/toolkit/terminal/gwt/public/default/progressindicator/img/base.gif b/src/com/itmill/toolkit/terminal/gwt/public/default/progressindicator/img/base.gif
new file mode 100644 (file)
index 0000000..6c6f15e
Binary files /dev/null and b/src/com/itmill/toolkit/terminal/gwt/public/default/progressindicator/img/base.gif differ
diff --git a/src/com/itmill/toolkit/terminal/gwt/public/default/progressindicator/img/progress.png b/src/com/itmill/toolkit/terminal/gwt/public/default/progressindicator/img/progress.png
new file mode 100644 (file)
index 0000000..c1aca57
Binary files /dev/null and b/src/com/itmill/toolkit/terminal/gwt/public/default/progressindicator/img/progress.png differ
index cd12ada993214411bb3489ffebf29037a940f936..edc7d0dd3e467d2255b70da90afc89df6239ff84 100644 (file)
@@ -1,8 +1,10 @@
 .i-progressindicator {
-       background: red;
-       height: 20px;
+       background: #dfe2e4 url(img/base.gif);
+       height: 9px;
+       border: 1px solid #b6bbbc;
 }
+
 .i-progressindicator div {
-       background: green;
-       height:100%;
+       background: #f7f9f9 url(img/progress.png);
+       height: 9px;
 }
\ No newline at end of file