Skip to content

Commit

Permalink
BUGFIX:SSF-106 fixed overlapping edit and delete button on datagrid i…
Browse files Browse the repository at this point in the history
…n ie7.
  • Loading branch information
jbridson authored and chillu committed Mar 12, 2012
1 parent 18adfb0 commit 4bea594
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions admin/css/ie7.css
Expand Up @@ -31,6 +31,7 @@ html { overflow: hidden; }
.cms table.ss-gridfield-table tr th.extra { border-top: 1px solid #9a9a9a; padding-right: 12px; }
.cms table.ss-gridfield-table td:first-child, .cms table.ss-gridfield-table th:first-child { border-left: 1px solid #9a9a9a; }

.cms .ss-gridfield table.ss-gridfield-table tbody td button { width: 40px; }
.cms .ss-gridfield table.ss-gridfield-table tbody td button.gridfield-button-delete { display: block; float: left; }
.cms .ss-gridfield table.ss-gridfield-table tbody td button.gridfield-button-unlink.ui-state-hover { display: block; float: left; }
.cms .ss-gridfield table.ss-gridfield-table tbody td a.edit-link { display: block; float: left; }
Expand Down
1 change: 1 addition & 0 deletions admin/scss/ie7.scss
Expand Up @@ -109,6 +109,7 @@ html {
.cms .ss-gridfield table.ss-gridfield-table tbody {
td {
button {
width:40px;
&.gridfield-button-delete {
display:block;
float:left;
Expand Down
2 changes: 1 addition & 1 deletion css/GridField.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4bea594

Please sign in to comment.