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