mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
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:
parent
8abbf0d20e
commit
f3dd3c2c0b
@ -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, ..."/>
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user