Make Extensions Right Hand nav iPad compatible

The scrolling Extension list on the Extensions screen doesn’t work on iPad. This makes it hard to edit extensions beyond the first 40 or so. Quick dirty hack, comment out the 50em css max-height style in common/mstyle_autogen_1302710098.css:

.rnav ul { list-style-type: none; margin:0; padding:0; margin-top:45px; /* make it scroll */ // max-height:50em; max-width:275px; overflow:auto; }

Not sure when common/mstyle_autogen_1302710098.css is created. But the other files that contain this are:

common/mainstyle.css
modules/framework/htdocs/admin/common/mainstyle.css