From 519d19f39962244ac3ee0e320544b64ce1f6c21a Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Wed, 24 Mar 2010 13:16:32 +0000 Subject: Small fix to drag-n-drop styles. svn changeset:12065/svn branch:6.3 --- WebContent/VAADIN/themes/runo/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'WebContent/VAADIN/themes/runo') diff --git a/WebContent/VAADIN/themes/runo/styles.css b/WebContent/VAADIN/themes/runo/styles.css index 5d121cd9b7..e5d500aeb6 100644 --- a/WebContent/VAADIN/themes/runo/styles.css +++ b/WebContent/VAADIN/themes/runo/styles.css @@ -696,6 +696,12 @@ div.v-app-loading { padding-bottom: 2px; border-bottom: none; } +.no-horizontal-drag-hints .v-ddwrapper-over-left:before, +.no-horizontal-drag-hints .v-ddwrapper-over-right:before, +.no-vertical-drag-hints .v-ddwrapper-over-top:before, +.no-vertical-drag-hints .v-ddwrapper-over-bottom:after { + display: none; +} .v-formlayout-cell .v-errorindicator { display: block; -- cgit v1.2.3