From bb286a0c177551269a9d1eccc02978beeb71a4ee Mon Sep 17 00:00:00 2001 From: Johannes Dahlström Date: Fri, 12 Sep 2014 15:48:38 +0300 Subject: Implement commit/discard functionality for editor row (#13334) Includes commit and cancel UI. Vaadin-specific commit/discard implementation will be submitted as a separate patch. As of now, commits are assumed to always succeed. Change-Id: I2043eac2fe80012bee235648b01518f19057c215 --- WebContent/VAADIN/themes/base/grid/grid.scss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'WebContent/VAADIN/themes') diff --git a/WebContent/VAADIN/themes/base/grid/grid.scss b/WebContent/VAADIN/themes/base/grid/grid.scss index de38b8c1ff..69b293e26e 100644 --- a/WebContent/VAADIN/themes/base/grid/grid.scss +++ b/WebContent/VAADIN/themes/base/grid/grid.scss @@ -39,12 +39,19 @@ .#{$primaryStyleName}-editor-row { position: absolute; + overflow-y: visible; background: #EEE; box-shadow: 0 0 5px; & > div { position: absolute; + box-sizing: border-box; border: 1px solid #CCC; } + + .v-editor-row-save, + .v-editor-row-cancel { + position: absolute; + } } } -- cgit v1.2.3