mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 08:53:37 +01:00
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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user