Skip to content

Commit

Permalink
Merge pull request #7 from s-m/sortable-support
Browse files Browse the repository at this point in the history
NEW: Don't display col-buttons if reordering is active
  • Loading branch information
colymba committed Mar 25, 2013
2 parents 9fefccf + 191048e commit 406e4ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions css/GridFieldGalleryTheme.css
Expand Up @@ -55,5 +55,7 @@
border: none;
background-color: #fff;
border: 1px solid #ccc; }
.cms .cms-edit-form table.ss-gridfield-table.galleryTheme.dragSorting td.col-buttons {
display: none !important; }

/* .cms table.ss-gridfield-table */
9 changes: 8 additions & 1 deletion css/GridFieldGalleryTheme.scss
Expand Up @@ -80,4 +80,11 @@
}/* td */
}/* tr.ss-gridfield-item */
}/* tbody.ss-gridfield-items */
}/* .cms table.ss-gridfield-table */

&.dragSorting
{
td.col-buttons {
display: none !important;
}
}
}/* .cms table.ss-gridfield-table */

0 comments on commit 406e4ed

Please sign in to comment.