mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-19 05:01:12 +01:00
Make sure the line breaks on Completed column of listview if there is no space
This commit is contained in:
parent
d597664d6f
commit
0ac8096b67
@ -59,3 +59,7 @@ tr.dialogOperators td,.dialogFooterToolbar {
|
|||||||
.et2_nextmatch .egwGridView_grid tr td div.et2_vbox .infoDes a{
|
.et2_nextmatch .egwGridView_grid tr td div.et2_vbox .infoDes a{
|
||||||
display: inline-table;
|
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"/>
|
<nextmatch-sortheader label="last changed" id="info_datemodified" options="DESC"/>
|
||||||
</row>
|
</row>
|
||||||
<row class="$row_cont[info_cat] $row_cont[class]" valign="top">
|
<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_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_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]"/>
|
<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 {
|
.et2_nextmatch .egwGridView_grid tr td div.et2_vbox .infoDes a {
|
||||||
display: inline-table;
|
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
|
// iframe
|
||||||
// Rahmen + padding**/
|
// Rahmen + padding**/
|
||||||
|
Loading…
Reference in New Issue
Block a user