Andreas Hartmann wrote:
Hi Lenya devs,
I updated the layout of the site and admin area a little. The
tabs annoyed me, there are so many of them that you have to use a
quite wide browser window for a acceptable layout. I rearranged
the tabs vertically.
If you don't like it, don't hesitate to complain.
nice. i like it a lot better than the old layout, especially in the
"site" section. there is a small layout buglet in
admin/index.html?lenya.usecase=admin.serverStatus: the server
status is displayed under the tab area, not to the right as every
other item.
Yes, I noticed that too. It's due to
.lenya-tab, .lenya-tab-sitetree { float: left; }
The .lenya-tab becomes too wide and wraps. This should happen only if
horizontal scrolling would be necessary, which should IMO be avoided
anyway. Maybe we can change the server status stylesheet?
an alternative approach to two-column designs is this:
div.two-column-section {
position:relative;
}
div.left-column {
position:absolute;
width:20em;
}
div.right-column {
position:relative;
left:20em;
}
it's less elegant, but it does not rely on the float layouter.
--
"Open source takes the bullshit out of software."
- Charles Ferguson on TechnologyReview.com
--
Jörn Nettingsmeier, EDV-Administrator
Institut für Politikwissenschaft
Universität Duisburg-Essen, Standort Duisburg
Mail: [EMAIL PROTECTED], Telefon: 0203/379-2736
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]