forked from extern/egroupware
Mobile theme W.I.P.:
- Fix infolog link does not get ellipsis
This commit is contained in:
parent
14cb62a7db
commit
43c219909e
@ -452,5 +452,11 @@ button#infolog-edit_encrypt {
|
||||
.infoSubRow span:last-child {
|
||||
width: 20%;
|
||||
}
|
||||
label[id^='infolog-index_'][id$='info_link]'] {
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
width: 70%;
|
||||
}
|
||||
}
|
||||
/**/
|
||||
|
@ -445,6 +445,13 @@ button#infolog-edit_encrypt {
|
||||
.infoSubRow span:last-child {
|
||||
width:20%;
|
||||
}
|
||||
label[id^='infolog-index_'][id$='info_link]']
|
||||
{
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
width: 70%;
|
||||
}
|
||||
}
|
||||
|
||||
/**/// Ende der APP INfolo
|
Loading…
Reference in New Issue
Block a user