From 84befc6e63a9484f60b499fab5e71daff42f5410 Mon Sep 17 00:00:00 2001 From: Kevin Abel <kevin.abel.0@gmail.com> Date: Wed, 5 Mar 2014 10:13:39 -0600 Subject: [PATCH] Adjust the mobile header to properly align "site title" --- data/html/Main.tpl.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/html/Main.tpl.php b/data/html/Main.tpl.php index a5b26d0..9cfb11c 100644 --- a/data/html/Main.tpl.php +++ b/data/html/Main.tpl.php @@ -32,7 +32,10 @@ td[class="mobile-show"] img{ height:auto!important; width:auto!important;} + td[class="mobile-unl"]{ + height:23px;} td[class="mobile-header"]{ + vertical-align: top; font-size: 23px!important; line-height: 1.1!important;} td[class="head1"]{ @@ -98,7 +101,7 @@ <table align="center" border="0" cellpadding="0" cellspacing="0" width="650" class="responsive-table"> <tr> <td rowspan="2" width="54"><a href="http://www.unl.edu/" target="_blank"><img src="http://www.unl.edu/wdn/templates_4.0/images/email/header_05.gif" width="1" height="1" alt="" border="0" align="left" style="display: block; width: 0px; height: 0px;"></a></td> - <td><img src="http://www.unl.edu/wdn/templates_4.0/images/email/header_06.gif" width="1" height="1" alt="" border="0" align="left" style="display: block; width: 0px; height: 0px;"></td> + <td class="mobile-unl"><img src="http://www.unl.edu/wdn/templates_4.0/images/email/header_06.gif" width="1" height="1" alt="" border="0" align="left" style="display: block; width: 0px; height: 0px;"></td> </tr> <tr> <td class="mobile-header" style="font-size: 0px; line-height: 0; font-family: Georgia, serif;"><a href="<?php echo $context->main_uri ?>" target="_blank" style="text-decoration: none; color: #444341;"><?php echo isset($context->html_header_short) ? $context->html_header_short : $context->html_header ?></a></td> -- GitLab