diff options
author | Jouni Koivuviita <jouni@jounikoivuviita.com> | 2012-05-20 22:13:31 +0300 |
---|---|---|
committer | Jouni Koivuviita <jouni@jounikoivuviita.com> | 2012-05-20 22:13:31 +0300 |
commit | cbc8c2da27a74025f54c3be902289d5db72fca6b (patch) | |
tree | d18b54e9ea1cb441fbc19d121afb154ef046817b /WebContent/VAADIN/themes/base/absolutelayout/absolutelayout.css | |
parent | 1b5dae24a39944b657ad1fa82a8952adc1c4abd3 (diff) | |
download | vaadin-framework-cbc8c2da27a74025f54c3be902289d5db72fca6b.tar.gz vaadin-framework-cbc8c2da27a74025f54c3be902289d5db72fca6b.zip |
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.
Diffstat (limited to 'WebContent/VAADIN/themes/base/absolutelayout/absolutelayout.css')
-rw-r--r-- | WebContent/VAADIN/themes/base/absolutelayout/absolutelayout.css | 3 |
1 files changed, 2 insertions, 1 deletions
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; |