Mobile theme W.I.P.:

-Fix infolog with long subject does not get ellipsis
-Add an icon for representing cellphone in addressbook
This commit is contained in:
Hadi Nategh 2015-12-08 14:54:17 +00:00
parent 586a5b0607
commit dfafb79b00
3 changed files with 11 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -452,6 +452,9 @@ button#infolog-edit_encrypt {
.infoSubRow span:last-child {
width: 20%;
}
.infoSubRow span[id^='infolog-index_'][id$='info_subject]'] {
white-space: nowrap;
}
label[id^='infolog-index_'][id$='info_link]'] {
white-space: nowrap;
text-overflow: ellipsis;

View File

@ -442,9 +442,14 @@ button#infolog-edit_encrypt {
{
white-space: nowrap !important;
}
.infoSubRow span:last-child {
width:20%;
}
.infoSubRow {
span:last-child {
width:20%;
}
span[id^='infolog-index_'][id$='info_subject]'] {
white-space: nowrap;
}
}
label[id^='infolog-index_'][id$='info_link]']
{
white-space: nowrap;