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/liferay | |
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/liferay')
-rw-r--r-- | WebContent/VAADIN/themes/liferay/table/table.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/WebContent/VAADIN/themes/liferay/table/table.css b/WebContent/VAADIN/themes/liferay/table/table.css index 0991af8556..de9b4ff426 100644 --- a/WebContent/VAADIN/themes/liferay/table/table.css +++ b/WebContent/VAADIN/themes/liferay/table/table.css @@ -103,11 +103,6 @@ padding-bottom: 3px; } -.v-table-focus .v-table-cell-wrapper { - padding-top: 2px; - padding-bottom: 2px; -} - .v-table-cell-content { border-right: 1px solid #999; padding: 0 6px; |