diff options
author | Artur Signell <artur.signell@itmill.com> | 2009-05-19 14:16:25 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2009-05-19 14:16:25 +0000 |
commit | 5ab1f219d89b80fb2e48a4a83ec9633797aecafe (patch) | |
tree | 7ab4a499e9f5bdc40ac243c787c7d1684ae903d4 /WebContent/VAADIN/themes/base/popupview | |
parent | 8d2374ed731982e17f3cf1c5aed3552e53a6f8e6 (diff) | |
download | vaadin-framework-5ab1f219d89b80fb2e48a4a83ec9633797aecafe.tar.gz vaadin-framework-5ab1f219d89b80fb2e48a4a83ec9633797aecafe.zip |
Fix for #2983 - Removed size restrictions on popupview
svn changeset:7895/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes/base/popupview')
-rw-r--r-- | WebContent/VAADIN/themes/base/popupview/popupview.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/base/popupview/popupview.css b/WebContent/VAADIN/themes/base/popupview/popupview.css index 8cf1c6066f..f418e1bdc1 100644 --- a/WebContent/VAADIN/themes/base/popupview/popupview.css +++ b/WebContent/VAADIN/themes/base/popupview/popupview.css @@ -1,7 +1,5 @@ .v-popupview { cursor: pointer; - width: 5px; - height: 5px; background: #aaa; } .v-popupview-popup { |