diff options
author | Risto Yrjänä <risto.yrjana@itmill.com> | 2009-02-02 11:28:01 +0000 |
---|---|---|
committer | Risto Yrjänä <risto.yrjana@itmill.com> | 2009-02-02 11:28:01 +0000 |
commit | 4b8dd4897d5be355f6808a3687139fc400bacb8e (patch) | |
tree | 952005ada24a179e458545b5767084379a75f583 /WebContent | |
parent | fcc83423484a5679251819809ce373bc9261c443 (diff) | |
download | vaadin-framework-4b8dd4897d5be355f6808a3687139fc400bacb8e.tar.gz vaadin-framework-4b8dd4897d5be355f6808a3687139fc400bacb8e.zip |
Fixed dimension calculations and a bug with hideOnMouseOut
svn changeset:6703/svn branch:trunk
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/ITMILL/themes/default/popupview/popupview.css | 1 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/default/styles.css | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/WebContent/ITMILL/themes/default/popupview/popupview.css b/WebContent/ITMILL/themes/default/popupview/popupview.css index 1a00d0d4ba..60e47503ae 100644 --- a/WebContent/ITMILL/themes/default/popupview/popupview.css +++ b/WebContent/ITMILL/themes/default/popupview/popupview.css @@ -4,7 +4,6 @@ background: #fff; overflow: auto; padding: 3px; - margin: 3px; } .i-popupview { diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 1dd4971cb9..e84d50e61b 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -1203,7 +1203,6 @@ input.i-modified, background: #fff; overflow: auto; padding: 3px; - margin: 3px; } .i-popupview { |