mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +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;
|
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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user