From a88c2f6cbcfd15833bcf53e34d78ce43893e4978 Mon Sep 17 00:00:00 2001 From: jerome Date: Mon, 14 Apr 2014 01:41:58 +0200 Subject: [PATCH] Some changes of History page display on mobiles --- src/templates/server/view.tpl.html | 8 ++++---- static/css/style.css | 7 +++++++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/templates/server/view.tpl.html b/src/templates/server/view.tpl.html index efae2383..9a270478 100644 --- a/src/templates/server/view.tpl.html +++ b/src/templates/server/view.tpl.html @@ -60,11 +60,11 @@ {active} - {label_send_email}: + {label_email}: {email} - {label_send_sms}: + {label_sms}: {sms} {html_actions} @@ -75,8 +75,8 @@ -   - +   +  {label_edit} diff --git a/static/css/style.css b/static/css/style.css index 6e548de4..fc146c39 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -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{