Skip to content

Commit

Permalink
Fix SitePen#142, fix SitePen#370: Revise ColumnResizer CSS to avoid m…
Browse files Browse the repository at this point in the history
…isalignment
  • Loading branch information
Kenneth G. Franqueiro committed Dec 19, 2012
1 parent af40a25 commit 0fe16be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions css/extensions/ColumnResizer.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
height: 100px;
width: 0;
position: absolute;
right: -1px;
right: -4px;
top:-4px;
cursor: col-resize;
z-index: 999;
Expand Down Expand Up @@ -42,7 +42,6 @@ html.has-ie-6 .dgrid-resize-header-container {
}
.dgrid-header .dgrid-cell-padding {
overflow: hidden;
padding-right:0px;
}
html.has-ie-6 .dgrid-header .dgrid-cell-padding {
margin-right: 4px; /* for IE6, keep the resizer visible */
Expand Down

0 comments on commit 0fe16be

Please sign in to comment.