
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Environment:
|
Problem has been reproduced in WIndows - Interenet Explorer 7, Windows - Firefox 2.0, Linux - Firefox 2.0
|
|
|
If you turn on AJAX prefs in the default uPortal 2.6.0 dlm theme, you will get a horizontal scrollbar.
|
|
Description
|
If you turn on AJAX prefs in the default uPortal 2.6.0 dlm theme, you will get a horizontal scrollbar. |
Show » |
|
I may have a fix for the horizontal scrollbar issue. In my experience it appears when you have the ajax preferences turned on. There is some extra padding and a misplaced margin in the #preference-items css declarations that causes the scroll bar to appear.
The following is my snippet from *_preferences.css. Note you will have to edit all *_preferences.css files (metal, grape, spring, etc). I highlighted the bits I changed.
#preference-items { padding: 5px 0 0 0; margin:0; width:100%; text-align: right; line-height:normal; }
#preference-items ul { list-style:none; margin:0 10px 0 0; padding:0; }
Hope that helps.
Parker Grimes