summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/table
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2011-05-19 12:06:48 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2011-05-19 12:06:48 +0000
commitfbda46ca5715d391b39301abccdf30bf522fc510 (patch)
treefaee380076b3254666f45ef852ff736714962f02 /WebContent/VAADIN/themes/reindeer/table
parent5652e7c420563d3dac040b56e602560a26a9610d (diff)
downloadvaadin-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/reindeer/table')
-rw-r--r--WebContent/VAADIN/themes/reindeer/table/table.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/table/table.css b/WebContent/VAADIN/themes/reindeer/table/table.css
index 903e18f6a8..8ac40ba116 100644
--- a/WebContent/VAADIN/themes/reindeer/table/table.css
+++ b/WebContent/VAADIN/themes/reindeer/table/table.css
@@ -114,10 +114,6 @@
.v-table .v-selected .v-table-cell-content {
border-right-color: #466c90;
}
-.v-table-focus .v-table-cell-wrapper {
- padding-top: 2px;
- padding-bottom: 2px;
-}
.v-table-column-selector {
width: 16px;
height: 20px;