Mobile theme W.I.P.:

- Fix emails with dash not getting ellipsis in AB
This commit is contained in:
Hadi Nategh 2015-12-22 14:16:34 +00:00
parent 377b6a6cdf
commit 8437a9862a
2 changed files with 2 additions and 0 deletions

View File

@ -535,6 +535,7 @@ input.et2_radiobox {
overflow: hidden;
text-overflow: ellipsis;
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_work]'] {

View File

@ -448,6 +448,7 @@ div.addressbook_edit_general_picture img {
overflow: hidden;
text-overflow: ellipsis;
color: #26537c;
white-space: nowrap;
}
a[id^='addressbook-index_'][id$='tel_cell]'],
a[id^='addressbook-index_'][id$='tel_work]']