forked from extern/egroupware
Mobile theme W.I.P.:
- Fix emails with dash not getting ellipsis in AB
This commit is contained in:
parent
377b6a6cdf
commit
8437a9862a
@ -535,6 +535,7 @@ input.et2_radiobox {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
color: #26537c;
|
color: #26537c;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
#addressbook-index table.egwGridView_outer tbody a[id^='addressbook-index_'][id$='tel_cell]'],
|
#addressbook-index table.egwGridView_outer tbody a[id^='addressbook-index_'][id$='tel_cell]'],
|
||||||
#addressbook-index table.egwGridView_outer tbody a[id^='addressbook-index_'][id$='tel_work]'] {
|
#addressbook-index table.egwGridView_outer tbody a[id^='addressbook-index_'][id$='tel_work]'] {
|
||||||
|
@ -448,6 +448,7 @@ div.addressbook_edit_general_picture img {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
color: #26537c;
|
color: #26537c;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
a[id^='addressbook-index_'][id$='tel_cell]'],
|
a[id^='addressbook-index_'][id$='tel_cell]'],
|
||||||
a[id^='addressbook-index_'][id$='tel_work]']
|
a[id^='addressbook-index_'][id$='tel_work]']
|
||||||
|
Loading…
Reference in New Issue
Block a user