mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02:00
Fix <a> tags inside infolog desc always breaks to second line
This commit is contained in:
parent
f5863852e4
commit
5fb2fbc22c
@ -54,4 +54,8 @@ tr.dialogOperators td,.dialogFooterToolbar {
|
|||||||
/*Project Name*/
|
/*Project Name*/
|
||||||
#infolog-edit_infolog-edit-project .et2_link_entry.no_app input.ui-autocomplete-input {
|
#infolog-edit_infolog-edit-project .et2_link_entry.no_app input.ui-autocomplete-input {
|
||||||
width: 291px;
|
width: 291px;
|
||||||
|
}
|
||||||
|
/*get <a> tags inside description in listview with no breakline*/
|
||||||
|
.et2_nextmatch .egwGridView_grid tr td div.et2_vbox .infoDes a{
|
||||||
|
display: inline-table;
|
||||||
}
|
}
|
@ -129,6 +129,10 @@ tr.dialogOperators td,
|
|||||||
#infolog-edit_infolog-edit-project .et2_link_entry.no_app input.ui-autocomplete-input {
|
#infolog-edit_infolog-edit-project .et2_link_entry.no_app input.ui-autocomplete-input {
|
||||||
width: 291px;
|
width: 291px;
|
||||||
}
|
}
|
||||||
|
/*get <a> tags inside description in listview with no breakline*/
|
||||||
|
.et2_nextmatch .egwGridView_grid tr td div.et2_vbox .infoDes a {
|
||||||
|
display: inline-table;
|
||||||
|
}
|
||||||
/* #############################################################################
|
/* #############################################################################
|
||||||
// iframe
|
// iframe
|
||||||
// Rahmen + padding**/
|
// Rahmen + padding**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user