Merged revisions 56671 via svnmerge from

svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.2.2

........
  r56671 | aoneil | 2008-06-23 10:36:40 +1200 (Mon, 23 Jun 2008) | 2 lines
  
  Add scroll bar for results in generic data admin
........


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@56921 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Andrew O'Neil 2008-06-25 04:12:26 +00:00
parent 48f6aad194
commit e96f7f1da4

View File

@ -230,6 +230,10 @@ form#Form_EditForm #Form_ExportForm fieldset {
.clear {display: inline-block;}
#LeftPane {
overflow-y: scroll;
}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}