MINOR Making full result table rows in ModelAdmin selectable

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92778 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2009-11-21 03:17:59 +00:00
parent 17392ff42b
commit 52d56fda05

View File

@ -61,6 +61,9 @@ body.ModelAdmin #SearchForm_holder form div#ResultAssembly{
width: 45%;
}
body.ModelAdmin .resultsTable {
overflow:auto;
}
body.ModelAdmin .resultsTable tbody td {
cursor: pointer;
}