From 8ceb0824027750b720f7788e44ed0deb87be6f08 Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Wed, 07 Jan 2015 07:52:03 -0500 Subject: [PATCH] - Layout fixes - Included new icons and buttons - Layout scaling improved (up to 1260px width) --- interface/web/mail/templates/mail_transport_edit.htm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/mail/templates/mail_transport_edit.htm b/interface/web/mail/templates/mail_transport_edit.htm index 4a09c24..fe02054 100644 --- a/interface/web/mail/templates/mail_transport_edit.htm +++ b/interface/web/mail/templates/mail_transport_edit.htm @@ -24,7 +24,7 @@ <div class="form-group"> <label class="col-sm-3 control-label">{tmpl_var name='mx_txt'}</label> <div class="col-sm-9"> - <div class="col-sm-9"><input type="checkbox" value="y" id="mx" name="mx" {tmpl_var name='mx'} /> + <div class="col-sm-9"><input class="form-control" type="checkbox" value="y" id="mx" name="mx" {tmpl_var name='mx'} /> </div></div> </div> <div class="form-group"> -- Gitblit v1.9.1