Some changes of History page display on mobiles
parent
581edd815c
commit
a88c2f6cbc
|
@ -60,11 +60,11 @@
|
||||||
<td>{active}</td>
|
<td>{active}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{label_send_email}:</td>
|
<td>{label_email}:</td>
|
||||||
<td>{email}</td>
|
<td>{email}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{label_send_sms}:</td>
|
<td>{label_sms}:</td>
|
||||||
<td>{sms}</td>
|
<td>{sms}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{html_actions}
|
{html_actions}
|
||||||
|
@ -75,8 +75,8 @@
|
||||||
|
|
||||||
<!--%tpl_server_view_admin_actions-->
|
<!--%tpl_server_view_admin_actions-->
|
||||||
<tr>
|
<tr>
|
||||||
<td> </td>
|
<td class="hidden-small"> </td>
|
||||||
<td>
|
<td class="action-small" colspan="2">
|
||||||
<a class="btn btn-success" href="{url_edit}">
|
<a class="btn btn-success" href="{url_edit}">
|
||||||
<i class="icon-edit icon-white"></i> {label_edit}
|
<i class="icon-edit icon-white"></i> {label_edit}
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -261,6 +261,13 @@ td.hidden-desktop, th.hidden-desktop {
|
||||||
.entity {
|
.entity {
|
||||||
margin: 0 10px 20px 10px;
|
margin: 0 10px 20px 10px;
|
||||||
}
|
}
|
||||||
|
.hidden-small {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
.action-small {
|
||||||
|
text-align: center !important;
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
body.install{
|
body.install{
|
||||||
|
|
Loading…
Reference in New Issue