From 159dbab7539ec57d2e073f2d2c0b11d7d0c67a66 Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Tue, 29 Apr 2008 11:50:29 +0000 Subject: [PATCH] .i-app -> div.i-app, seems to work better svn changeset:4280/svn branch:trunk --- WebContent/ITMILL/themes/liferay/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.39.5