El jue, 26-01-2006 a las 10:50 +0100, Andreas Hartmann escribió:
> Thorsten Scherler wrote:
> 
> [...]
> 
> > You mean the .lenya-table, but like stated above that can be prevented
> > by adding max-width.
> 
> No, I meant the .lenya-tab, which is the <div> on the right hand side
> of the tabs.

http://lenya.zones.apache.org:9999/default/admin/index.html?lenya.usecase=admin.sessions

<div class="lenya-tabs">
 <a href="?lenya.usecase=admin.users" class="lenya-tablink">Usuarios</a>
 ...
</div>
...
<div id="contentblock1" class="lenya-tab">
 <table class="lenya-table-noborder">
... 
 </table>
 <table class="lenya-table" cellspacing="0">
  <tbody><tr>
    <th>User ID</th>
    <th>Nombre&nbsp;completo</th>
    <th>e-mail</th>
   </tr>
   <tr>
    <td style="vertical-align: middle;">
     <a 
href="/default/admin/index.html?lenya.usecase=admin.user&amp;userId=lenya">lenya</a>
    </td>
    <td style="vertical-align: middle;">
      Levi Vanya
    </td>
    <td style="vertical-align: middle;">
     [EMAIL PROTECTED]
    </td>
   </tr></tbody></table>        
</div>

Limiting "lenya-table" to a max size will solve the problem because it is in 
"lenya-tab" 
and the root cause of the weird wrap.

> 
> > BTW wouldn't makes sense to integrate the sitetree as well into the
> > tabs?
> 
> IMO this is not appropriate. You navigate the sitetree, the tabs contain
> the information for the selected item. If the sitetree was in the tabs,
> that would reverse the context (sub-navigation outside of main navigation).
> 

Hmm, I do not understand that last sentence, but anyway it is personal
taste but I prefer to use my whole screen because I hardly will navigate
and seeing the information at the same time.

salu2
-- 
Thorsten Scherler
COO Spain
Wyona Inc.  -  Open Source Content Management  -  Apache Lenya
http://www.wyona.com                   http://lenya.apache.org
[EMAIL PROTECTED]                [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to