Some changes of History page display on mobiles

This commit is contained in:
jerome 2014-04-14 01:41:58 +02:00
parent 581edd815c
commit a88c2f6cbc
2 changed files with 11 additions and 4 deletions

View File

@ -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>&nbsp;</td>
<td>
<td class="hidden-small">&nbsp;</td>
<td class="action-small" colspan="2">
<a class="btn btn-success" href="{url_edit}">
<i class="icon-edit icon-white"></i>&nbsp;{label_edit}
</a>

View File

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