diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2011-05-19 12:06:48 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2011-05-19 12:06:48 +0000 |
commit | fbda46ca5715d391b39301abccdf30bf522fc510 (patch) | |
tree | faee380076b3254666f45ef852ff736714962f02 /WebContent/VAADIN/themes/runo | |
parent | 5652e7c420563d3dac040b56e602560a26a9610d (diff) | |
download | vaadin-framework-fbda46ca5715d391b39301abccdf30bf522fc510.tar.gz vaadin-framework-fbda46ca5715d391b39301abccdf30bf522fc510.zip |
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
Diffstat (limited to 'WebContent/VAADIN/themes/runo')
-rw-r--r-- | WebContent/VAADIN/themes/runo/table/table.css | 3 |
1 files changed, 0 insertions, 3 deletions
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 { |