From cbc8c2da27a74025f54c3be902289d5db72fca6b Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Sun, 20 May 2012 22:13:31 +0300 Subject: Extensive refactoring of BoxLayout Reduced many unnecessary element resize listeners and layout methods. Refactored ComponentConnector style name handling so that it will now only alter the style names and not completely override them on each update. --- WebContent/VAADIN/themes/base/absolutelayout/absolutelayout.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'WebContent/VAADIN/themes/base/absolutelayout/absolutelayout.css') diff --git a/WebContent/VAADIN/themes/base/absolutelayout/absolutelayout.css b/WebContent/VAADIN/themes/base/absolutelayout/absolutelayout.css index 637d829d78..0eb557560e 100644 --- a/WebContent/VAADIN/themes/base/absolutelayout/absolutelayout.css +++ b/WebContent/VAADIN/themes/base/absolutelayout/absolutelayout.css @@ -1,5 +1,6 @@ /* THIS IS HERE ONLY BECAUSE WE WANT TO DEFINE IT FIRST, TO MAKE IT EASY TO OVERRIDE */ -.v-connector { +/* TODO fix by using a better build script that allows us to define the order of the imports */ +.v { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -- cgit v1.2.3