]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed #2977 - Create notification in-place of old default theme
authorArtur Signell <artur.signell@itmill.com>
Tue, 19 May 2009 11:02:52 +0000 (11:02 +0000)
committerArtur Signell <artur.signell@itmill.com>
Tue, 19 May 2009 11:02:52 +0000 (11:02 +0000)
svn changeset:7882/svn branch:6.0

WebContent/VAADIN/themes/default/images/default_theme_is_now_runo.png [new file with mode: 0644]
WebContent/VAADIN/themes/default/styles.css [new file with mode: 0644]

diff --git a/WebContent/VAADIN/themes/default/images/default_theme_is_now_runo.png b/WebContent/VAADIN/themes/default/images/default_theme_is_now_runo.png
new file mode 100644 (file)
index 0000000..3380d78
Binary files /dev/null and b/WebContent/VAADIN/themes/default/images/default_theme_is_now_runo.png differ
diff --git a/WebContent/VAADIN/themes/default/styles.css b/WebContent/VAADIN/themes/default/styles.css
new file mode 100644 (file)
index 0000000..cddf1ab
--- /dev/null
@@ -0,0 +1,12 @@
+/* "default" theme has been renamed to "runo" */
+
+.v-generated-body {
+       background-image: url(images/default_theme_is_now_runo.png);
+       background-repeat: no-repeat;
+       height: 83px;
+       width: 347px;
+}
+
+.v-app {
+       display: none;
+}
\ No newline at end of file