Mobile theme W.I.P.:

- Put ellipsis AB rows
This commit is contained in:
Hadi Nategh 2015-12-22 14:08:19 +00:00
parent f818d0ec08
commit 377b6a6cdf
2 changed files with 8 additions and 5 deletions

View File

@ -515,7 +515,7 @@ input.et2_radiobox {
text-overflow: ellipsis; text-overflow: ellipsis;
font-weight: bold; font-weight: bold;
} }
#addressbook-index table.egwGridView_outer tbody .addressbookCol2 { #addressbook-index table.egwGridView_outer tbody .addressbookCol2 .et2_box_widget {
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;

View File

@ -423,12 +423,15 @@ div.addressbook_edit_general_picture img {
font-weight: bold; font-weight: bold;
} }
.addressbookCol2 { .addressbookCol2 {
.et2_box_widget {
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
width:99%; width:99%;
} }
}
span[id^='addressbook-index_'][id$='adr_one_locality]'] span[id^='addressbook-index_'][id$='adr_one_locality]']
{ {
.mob-fontsize-s; .mob-fontsize-s;