forked from extern/egroupware
Mobile template:
- Fix alignment of contact name in addressbook view template
This commit is contained in:
parent
3d53c8b91c
commit
00373c933a
@ -26,6 +26,8 @@
|
|||||||
.et2_mobile_view #addressbook-view_n_fn {
|
.et2_mobile_view #addressbook-view_n_fn {
|
||||||
border: none;
|
border: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
display: inline-block;
|
||||||
|
width: 99%;
|
||||||
font-size: 15pt;
|
font-size: 15pt;
|
||||||
}
|
}
|
||||||
.et2_mobile_view #addressbook-view_n_fn span {
|
.et2_mobile_view #addressbook-view_n_fn span {
|
||||||
|
@ -32,6 +32,8 @@
|
|||||||
#addressbook-view_n_fn {
|
#addressbook-view_n_fn {
|
||||||
border: none;
|
border: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
display:inline-block;
|
||||||
|
width:99%;
|
||||||
span {
|
span {
|
||||||
.mob-fontsize-xl;
|
.mob-fontsize-xl;
|
||||||
}
|
}
|
||||||
@ -78,7 +80,7 @@
|
|||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
.typeIcon { height: 16px; width: 16px; }
|
.typeIcon { height: 16px; width: 16px; }
|
||||||
.editname{
|
.editname{
|
||||||
|
Loading…
Reference in New Issue
Block a user