mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-31 10:31:31 +01:00
Use text-overflow-ellipsis for very long infolog titles in listview to avoid collision with info_id
This commit is contained in:
parent
40716c032f
commit
1067a771c9
@ -1911,4 +1911,9 @@ div.flash-click-to-play-dialog {
|
|||||||
width:200px !important;
|
width:200px !important;
|
||||||
height: 200px !important;
|
height: 200px !important;
|
||||||
/*opacity:0;*/
|
/*opacity:0;*/
|
||||||
|
}
|
||||||
|
/*Generic class for text overflow ellipsis*/
|
||||||
|
.et2_ellipsis {
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
@ -88,7 +88,7 @@
|
|||||||
<vbox class="infolog_fullWidth">
|
<vbox class="infolog_fullWidth">
|
||||||
<link label="%s $row_cont[info_addr]" id="${row}[info_link]" options="b"/>
|
<link label="%s $row_cont[info_addr]" id="${row}[info_link]" options="b"/>
|
||||||
<hbox>
|
<hbox>
|
||||||
<description id="${row}[info_subject]" no_lang="1" class="$row_cont[sub_class]"/>
|
<description id="${row}[info_subject]" no_lang="1" class="$row_cont[sub_class] et2_ellipsis" overflow="hidden" width="85%"/>
|
||||||
<description align="right" id="{$row}[info_number]" no_lang="1" class="infolog_infoId"/>
|
<description align="right" id="{$row}[info_number]" no_lang="1" class="infolog_infoId"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
<box class="infoDes">
|
<box class="infoDes">
|
||||||
|
Loading…
Reference in New Issue
Block a user