Posted by yukare on August 8, 2011 at 6:30am
3 followers
Jump to:
| Project: | Pixture Reloaded |
| Version: | 7.x-1.2 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I do not know how to explain this in details, so i have a image to show it. When the user have many itens to show in the profile, each one tab goes to the site of the previous, if you have many lists, they goes to the side, increasing the with of the page and add a scrollbar.
Is not possible, as the example in the image, make "Navegador de Arquivos" show bellow "Ver" and do not scroll the site to the side?
| Attachment | Size |
|---|---|
| yukare | Jaguaribe.net_1312784627617.png | 20 KB |
Comments
#1
Ouch, that's not good and a regression also, I will prepare a fix.
#2
Hi,
Add the following css in your .css file:
ul.primary {
white-space:normal;
float: left;
width: 100%;
}
ul.primary li{
float: left;
margin: 1em 0 0 0;
}
Hope this helps.
Thanks,
Komal
#3
Yep, its the white-space normal that is the key. I'll get this into the next release.