mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
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:
parent
586a5b0607
commit
dfafb79b00
BIN
addressbook/templates/pixelegg/images/cellphone.png
Normal file
BIN
addressbook/templates/pixelegg/images/cellphone.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user