summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-03-21 14:10:33 +0200
committerArtur Signell <artur@vaadin.com>2012-03-21 15:28:15 +0200
commit08987be4c28f017098662a63e6f2527027328af5 (patch)
tree2c0553774038fa4a211f8a0abc0a5b330b3bc21d /WebContent/VAADIN
parent76a46585b4edd100ae2e8b67e9bb3e5464ee423e (diff)
downloadvaadin-framework-08987be4c28f017098662a63e6f2527027328af5.tar.gz
vaadin-framework-08987be4c28f017098662a63e6f2527027328af5.zip
Hide log by setting width/height to 0 so that the same spacing is used
as in Vaadin 6 (to ease screenshot migration)
Diffstat (limited to 'WebContent/VAADIN')
-rw-r--r--WebContent/VAADIN/themes/base/common/common.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/common/common.css b/WebContent/VAADIN/themes/base/common/common.css
index a95f33afcd..6de2b26267 100644
--- a/WebContent/VAADIN/themes/base/common/common.css
+++ b/WebContent/VAADIN/themes/base/common/common.css
@@ -239,4 +239,8 @@ div.v-app-loading {
opacity: 0.5;
filter: alpha(opacity=50);
cursor: default;
+}
+
+.v-clip {
+ overflow: hidden;
} \ No newline at end of file