summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/itmill5/absolutelayout
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2009-05-15 09:40:25 +0000
committerArtur Signell <artur.signell@itmill.com>2009-05-15 09:40:25 +0000
commit9b6e853c595ac303a60cdd40a5dcb566e9b6ce5d (patch)
tree0e7737367bff219bc4c1afb0392cfc28d0987490 /WebContent/VAADIN/themes/itmill5/absolutelayout
parent172d7a935c1829c5e0b95a6b8be6ae43d99c10c0 (diff)
downloadvaadin-framework-9b6e853c595ac303a60cdd40a5dcb566e9b6ce5d.tar.gz
vaadin-framework-9b6e853c595ac303a60cdd40a5dcb566e9b6ce5d.zip
Fix for #2953 - Rename old default theme to itmill5
svn changeset:7826/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes/itmill5/absolutelayout')
-rw-r--r--WebContent/VAADIN/themes/itmill5/absolutelayout/absolutelayout.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/itmill5/absolutelayout/absolutelayout.css b/WebContent/VAADIN/themes/itmill5/absolutelayout/absolutelayout.css
new file mode 100644
index 0000000000..9373b73db8
--- /dev/null
+++ b/WebContent/VAADIN/themes/itmill5/absolutelayout/absolutelayout.css
@@ -0,0 +1,4 @@
+.v-absolutelayout-wrapper {
+ position: absolute;
+ overflow:hidden;
+}