setting white-space:nowrap on et2_tabheader so tab-flags do not wrap into 2. line and remove no_wrap class from addressbook tab-widget, as it prevents wrapping of everything incl. content in individual tabs

This commit is contained in:
Ralf Becker 2014-10-31 10:12:53 +00:00
parent 8abbf0d20e
commit f3dd3c2c0b
2 changed files with 3 additions and 2 deletions

View File

@ -394,7 +394,7 @@
<description/>
</row>
<row>
<tabbox id="tabs" class="et2_nowrap" span="all" width="100%">
<tabbox id="tabs" span="all" width="100%">
<tabs>
<tab id="general" label="Organisation"/>
<tab id="home" label="Private" statustext="Home address, Birthday, ..."/>

View File

@ -795,6 +795,7 @@ ul.et2_link_string {
background-image: url(images/tab_header_bg.png);
background-position: bottom;
background-repeat: repeat-x;
white-space: nowrap;
}
.et2_taglist_ro ul {
margin: 0px;
@ -1690,7 +1691,7 @@ table.et2_egw_action_ddHelper_row img {
}
/* Last row of items which shows the number of more items*/
tr.et2_egw_action_ddHelper_moreRow{
}
/* The big total item counter*/
span.et2_egw_action_ddHelper_itemsCnt {