diff options
author | Marc Englund <marc.englund@itmill.com> | 2008-04-29 11:50:29 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2008-04-29 11:50:29 +0000 |
commit | 159dbab7539ec57d2e073f2d2c0b11d7d0c67a66 (patch) | |
tree | 709f4b82fbf5bc263957750344651089222d140d /WebContent | |
parent | 4637b666ebd154d3e98e700af6cea113c70c01bd (diff) | |
download | vaadin-framework-159dbab7539ec57d2e073f2d2c0b11d7d0c67a66.tar.gz vaadin-framework-159dbab7539ec57d2e073f2d2c0b11d7d0c67a66.zip |
.i-app -> div.i-app, seems to work better
svn changeset:4280/svn branch:trunk
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/ITMILL/themes/liferay/styles.css | 6 |
1 files 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;
|