aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2008-12-11 07:05:00 +0000
committerArtur Signell <artur.signell@itmill.com>2008-12-11 07:05:00 +0000
commit2282913c8869bfb797a19751eae01993700a8ee8 (patch)
tree356be2b031dc629a4f3d834838404ba55639a4af
parent8c349f292e611137db7b08ec5814ff4bfd5b3a11 (diff)
downloadvaadin-framework-2282913c8869bfb797a19751eae01993700a8ee8.tar.gz
vaadin-framework-2282913c8869bfb797a19751eae01993700a8ee8.zip
Fix for #2296 - Added overflow attributes to make size calculations correct for CustomLayout and CustomComponent
svn changeset:6161/svn branch:trunk
-rw-r--r--WebContent/ITMILL/themes/default/customcomponent/customcomponent.css3
-rw-r--r--WebContent/ITMILL/themes/default/customlayout/customlayout.css3
-rw-r--r--WebContent/ITMILL/themes/default/styles.css10
3 files changed, 16 insertions, 0 deletions
diff --git a/WebContent/ITMILL/themes/default/customcomponent/customcomponent.css b/WebContent/ITMILL/themes/default/customcomponent/customcomponent.css
new file mode 100644
index 0000000000..64420a4182
--- /dev/null
+++ b/WebContent/ITMILL/themes/default/customcomponent/customcomponent.css
@@ -0,0 +1,3 @@
+.i-customcomponent {
+ overflow: hidden;
+} \ No newline at end of file
diff --git a/WebContent/ITMILL/themes/default/customlayout/customlayout.css b/WebContent/ITMILL/themes/default/customlayout/customlayout.css
new file mode 100644
index 0000000000..32171f2887
--- /dev/null
+++ b/WebContent/ITMILL/themes/default/customlayout/customlayout.css
@@ -0,0 +1,3 @@
+.i-customlayout {
+ overflow: hidden;
+} \ No newline at end of file
diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css
index 39ffc1e630..30e307fe95 100644
--- a/WebContent/ITMILL/themes/default/styles.css
+++ b/WebContent/ITMILL/themes/default/styles.css
@@ -455,6 +455,16 @@ input.i-modified,
margin-left: 0px;
}
+/* ./WebContent/ITMILL/themes/default/customcomponent/customcomponent.css */
+.i-customcomponent {
+ overflow: hidden;
+}
+
+/* ./WebContent/ITMILL/themes/default/customlayout/customlayout.css */
+.i-customlayout {
+ overflow: hidden;
+}
+
/* ./WebContent/ITMILL/themes/default/datefield/datefield.css */
.i-datefield {
white-space: nowrap;