]> source.dussan.org Git - vaadin-framework.git/commit
Grid editor theme redesign (#16593)
authorJouni Koivuviita <jouni@vaadin.com>
Thu, 5 Feb 2015 22:05:21 +0000 (00:05 +0200)
committerVaadin Code Review <review@vaadin.com>
Fri, 6 Feb 2015 07:43:44 +0000 (07:43 +0000)
commit0c82dad0ab225aeb9920b2e5c6f061da871bea66
treeeecfb95c58e2d4e75e6dc5eba84f930dedeb98e3
parentbc9db74216f654901154a08ad877d74bf63c64b5
Grid editor theme redesign (#16593)

Editor theme is now more flexible with regards to CSS. There are now
separate elements for containing the edited cells and the “footer”
which contains an optional message area and the save and cancel buttons.

Change-Id: I9addcb6adca792a9251ffada99fbe9b77502c77a
WebContent/VAADIN/themes/base/grid/grid.scss
WebContent/VAADIN/themes/reindeer/grid/grid.scss
WebContent/VAADIN/themes/runo/grid/grid.scss
WebContent/VAADIN/themes/valo/components/_grid.scss
WebContent/VAADIN/themes/valo/shared/_global.scss
client/src/com/vaadin/client/widgets/Grid.java
uitest/src/com/vaadin/testbench/elements/GridElement.java
uitest/src/com/vaadin/tests/components/grid/basicfeatures/client/GridEditorClientTest.java