From fbda46ca5715d391b39301abccdf30bf522fc510 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Thu, 19 May 2011 12:06:48 +0000 Subject: Fixes #6932 "Table rows shift a couple of pixels down when selecting a row in IE7" * Added negative margins to the cell content when the row is focused * Removed padding/line-height changes from all core themes that previously handled the focus state offset change svn changeset:18925/svn branch:6.6 --- WebContent/VAADIN/themes/runo/table/table.css | 3 --- 1 file changed, 3 deletions(-) (limited to 'WebContent/VAADIN/themes/runo') diff --git a/WebContent/VAADIN/themes/runo/table/table.css b/WebContent/VAADIN/themes/runo/table/table.css index 9fdb83d82f..7a7de1962b 100644 --- a/WebContent/VAADIN/themes/runo/table/table.css +++ b/WebContent/VAADIN/themes/runo/table/table.css @@ -82,9 +82,6 @@ tr.v-table-row-odd:hover { /* Do not specify horizontal padding here */ padding: 3px 0 0 0; } -.v-table-focus .v-table-cell-wrapper { - line-height: 21px; -} /* Fix textfield size to correspond label size inside table */ .v-table-cell-content .v-textfield, .v-table-cell-content .v-button { -- cgit v1.2.3