diff options
author | Jouni Koivuviita <jouni@vaadin.com> | 2014-08-07 14:42:46 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2014-08-07 14:29:24 +0000 |
commit | dee87e1172cee9be7c4d2b22e3974babecc30906 (patch) | |
tree | 1112395c17edebe1e4902537ad322b307ca55364 /uitest | |
parent | 83cef3a4df1528f4572e287bfc36ed793e7ac539 (diff) | |
download | vaadin-framework-dee87e1172cee9be7c4d2b22e3974babecc30906.tar.gz vaadin-framework-dee87e1172cee9be7c4d2b22e3974babecc30906.zip |
Empty rows in Table are badly styles (#14112)
Reduced padding around widgets inside table cells also.
Set z-index for drag’n’drop styles to set the above any relative
positioned widgets inside table cells.
Change-Id: I512c61428aa88678261f276148d3ba39134a6411
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/src/com/vaadin/tests/themes/valo/Tables.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/themes/valo/Tables.java b/uitest/src/com/vaadin/tests/themes/valo/Tables.java index 442e3e509a..62ef67f9f3 100644 --- a/uitest/src/com/vaadin/tests/themes/valo/Tables.java +++ b/uitest/src/com/vaadin/tests/themes/valo/Tables.java @@ -48,7 +48,7 @@ public class Tables extends VerticalLayout implements View { CheckBox footer = new CheckBox("Footer", true); CheckBox sized = new CheckBox("Sized"); CheckBox expandRatios = new CheckBox("Expand ratios"); - CheckBox stripes = new CheckBox("Sripes", true); + CheckBox stripes = new CheckBox("Stripes", true); CheckBox verticalLines = new CheckBox("Vertical lines", true); CheckBox horizontalLines = new CheckBox("Horizontal lines", true); CheckBox borderless = new CheckBox("Borderless"); |