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