Mobile theme W.I.P.:

- Fix infolog link does not get ellipsis
This commit is contained in:
Hadi Nategh 2015-12-08 09:13:14 +00:00
parent 14cb62a7db
commit 43c219909e
2 changed files with 13 additions and 0 deletions

View File

@ -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%;
}
}
/**/

View File

@ -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