mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +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 {
|
.infoSubRow span:last-child {
|
||||||
width: 20%;
|
width: 20%;
|
||||||
}
|
}
|
||||||
|
.infoSubRow span[id^='infolog-index_'][id$='info_subject]'] {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
label[id^='infolog-index_'][id$='info_link]'] {
|
label[id^='infolog-index_'][id$='info_link]'] {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
@ -442,9 +442,14 @@ button#infolog-edit_encrypt {
|
|||||||
{
|
{
|
||||||
white-space: nowrap !important;
|
white-space: nowrap !important;
|
||||||
}
|
}
|
||||||
.infoSubRow span:last-child {
|
.infoSubRow {
|
||||||
width:20%;
|
span:last-child {
|
||||||
}
|
width:20%;
|
||||||
|
}
|
||||||
|
span[id^='infolog-index_'][id$='info_subject]'] {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
}
|
||||||
label[id^='infolog-index_'][id$='info_link]']
|
label[id^='infolog-index_'][id$='info_link]']
|
||||||
{
|
{
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
Loading…
Reference in New Issue
Block a user