forked from extern/egroupware
Make sure the line breaks on Completed column of listview if there is no space
This commit is contained in:
parent
d597664d6f
commit
0ac8096b67
@ -58,4 +58,8 @@ tr.dialogOperators td,.dialogFooterToolbar {
|
||||
/*get <a> tags inside description in listview with no breakline*/
|
||||
.et2_nextmatch .egwGridView_grid tr td div.et2_vbox .infoDes a{
|
||||
display: inline-table;
|
||||
}
|
||||
/* Put line break for the first column*/
|
||||
#infolog-index .egwGridView_grid .et2_hbox.et2_box_widget.infolog_CompletedClmn {
|
||||
white-space: normal;
|
||||
}
|
@ -79,7 +79,7 @@
|
||||
<nextmatch-sortheader label="last changed" id="info_datemodified" options="DESC"/>
|
||||
</row>
|
||||
<row class="$row_cont[info_cat] $row_cont[class]" valign="top">
|
||||
<hbox align="center">
|
||||
<hbox align="center" class="infolog_CompletedClmn">
|
||||
<image label="$row_cont[info_type]" src="${row}[info_type]" default_src="infolog/navbar"/>
|
||||
<image label="$row_cont[info_status_label]" id="edit_status[$row_cont[info_id]]" href="javascript:egw.open($row_cont[info_id],'infolog');" src="$row_cont[info_status_label]" default_src="status"/>
|
||||
<image label="$row_cont[info_percent]" id="edit_percent[$row_cont[info_id]]" href="javascript:egw.open($row_cont[info_id],'infolog');" src="$row_cont[info_percent]"/>
|
||||
|
@ -133,6 +133,10 @@ tr.dialogOperators td,
|
||||
.et2_nextmatch .egwGridView_grid tr td div.et2_vbox .infoDes a {
|
||||
display: inline-table;
|
||||
}
|
||||
/* Put line break for the first column*/
|
||||
#infolog-index .egwGridView_grid .et2_hbox.et2_box_widget.infolog_CompletedClmn {
|
||||
white-space: normal;
|
||||
}
|
||||
/* #############################################################################
|
||||
// iframe
|
||||
// Rahmen + padding**/
|
||||
|
Loading…
Reference in New Issue
Block a user