]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixes http://forum.itmill.com/posts/list/349.page
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 19 Dec 2007 07:17:46 +0000 (07:17 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 19 Dec 2007 07:17:46 +0000 (07:17 +0000)
svn changeset:3259/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/public/default/progressindicator/progressindicator.css

index fd3e6f160bca35b8a97e86d570556abba65bd578..57bc14aba8cf2aaaa07104d16b41943d7df58145 100644 (file)
@@ -9,4 +9,11 @@
        background: #f7f9f9 url(img/progress.png);
        height: 9px;
        overflow: hidden; /* for IE6 */
+}
+
+.i-progressindicator-indeterminate {
+       background: #dfe2e4 url(../common/img/ajax-loader-medium.gif);
+       height: 16px;
+       width: 16px;
+       overflow: hidden; /* for IE6 */
 }
\ No newline at end of file