mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-21 22:22:15 +01:00
Mobile theme W.I.P.:
- Put ellipsis AB rows
This commit is contained in:
parent
f818d0ec08
commit
377b6a6cdf
@ -515,7 +515,7 @@ input.et2_radiobox {
|
||||
text-overflow: ellipsis;
|
||||
font-weight: bold;
|
||||
}
|
||||
#addressbook-index table.egwGridView_outer tbody .addressbookCol2 {
|
||||
#addressbook-index table.egwGridView_outer tbody .addressbookCol2 .et2_box_widget {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
|
@ -423,10 +423,13 @@ div.addressbook_edit_general_picture img {
|
||||
font-weight: bold;
|
||||
}
|
||||
.addressbookCol2 {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
width:99%;
|
||||
.et2_box_widget {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
width:99%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
span[id^='addressbook-index_'][id$='adr_one_locality]']
|
||||
|
Loading…
Reference in New Issue
Block a user