From: Marc Englund Date: Tue, 29 Apr 2008 11:50:29 +0000 (+0000) Subject: .i-app -> div.i-app, seems to work better X-Git-Tag: 6.7.0.beta1~4851 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=159dbab7539ec57d2e073f2d2c0b11d7d0c67a66;p=vaadin-framework.git .i-app -> div.i-app, seems to work better svn changeset:4280/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/liferay/styles.css b/WebContent/ITMILL/themes/liferay/styles.css index 5010a14bc9..0167beed11 100644 --- a/WebContent/ITMILL/themes/liferay/styles.css +++ b/WebContent/ITMILL/themes/liferay/styles.css @@ -4,7 +4,7 @@ * Simplified default theme to work seamlessly with Liferay */ -.i-app { +div.i-app { background-color: transparent; } @@ -28,8 +28,8 @@ input[type="text"].i-filterselect-input { height: 20px; margin: 0px; padding: 3px 0px 0px 4px; -} - +} + .simplereserver div.i-datefield-entrycalendar-hours { height: 200px; overflow: auto;