Shared Files Scroll bar?

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
1/12/2011 2:40:03 PM
Gravatar
Total Posts 7

Shared Files Scroll bar?

Is there any way to add a scroll bar to the shared files box? Also it seems like if one file goes onto 2 lines, all of the boxes expand to that size. Is it possible to avoid this behavior? Thanks.

1/13/2011 11:02:25 AM
Gravatar
Total Posts 18439

Re: Shared Files Scroll bar?

You could try something like this in your CSS

.sharedfiles .AspNet-GridView td { overflow:auto;}

but I'm not sure the scroll bars are going to be more appealing than the line wraps.

Note the caveats about CSS caching in the documentation

http://www.mojoportal.com/skinning-overview.aspx

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.