Mobile template:

- Fix alignment of contact name in addressbook view template
This commit is contained in:
Hadi Nategh 2016-07-04 14:57:26 +02:00
parent e98bf91347
commit 3fa6c82eda
2 changed files with 5 additions and 1 deletions

View File

@ -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 {

View File

@ -32,6 +32,8 @@
#addressbook-view_n_fn {
border: none;
text-align: center;
display:inline-block;
width:99%;
span {
.mob-fontsize-xl;
}
@ -78,7 +80,7 @@
height: 30px;
}
}
}
.typeIcon { height: 16px; width: 16px; }
.editname{