diff --git a/admin/mail.php b/admin/mail.php index 0defeb40..c2535884 100644 --- a/admin/mail.php +++ b/admin/mail.php @@ -57,9 +57,9 @@ while ($row=hesk_dbFetchAssoc($res)) } /* What folder are we in? */ -$hesk_settings['mailtmp']['inbox'] = ' '.$hesklang['inbox'].''; -$hesk_settings['mailtmp']['outbox'] = ' '.$hesklang['outbox'].''; -$hesk_settings['mailtmp']['new'] = ' '.$hesklang['m_new'].''; +$hesk_settings['mailtmp']['inbox'] = ' '.$hesklang['inbox'].''; +$hesk_settings['mailtmp']['outbox'] = ' '.$hesklang['outbox'].''; +$hesk_settings['mailtmp']['new'] = ' '.$hesklang['m_new'].''; /* Get action */ if ( $action = hesk_REQUEST('a') ) @@ -76,12 +76,12 @@ if (isset($_GET['folder']) && hesk_GET('folder') == 'outbox') $hesk_settings['mailtmp']['this'] = 'from'; $hesk_settings['mailtmp']['other'] = 'to'; $hesk_settings['mailtmp']['m_from'] = $hesklang['m_to']; - $hesk_settings['mailtmp']['outbox'] = ' '.$hesklang['outbox'].''; + $hesk_settings['mailtmp']['outbox'] = ' '.$hesklang['outbox'].''; $hesk_settings['mailtmp']['folder'] = 'outbox'; } elseif ($action == 'new') { - $hesk_settings['mailtmp']['new'] = ' '.$hesklang['m_new'].''; + $hesk_settings['mailtmp']['new'] = ' '.$hesklang['m_new'].''; $_SESSION['hide']['list'] = 1; /* Do we have a recipient selected? */ @@ -97,7 +97,7 @@ else $hesk_settings['mailtmp']['m_from'] = $hesklang['m_from']; if ($action != 'read') { - $hesk_settings['mailtmp']['inbox'] = ' '.$hesklang['inbox'].''; + $hesk_settings['mailtmp']['inbox'] = ' '.$hesklang['inbox'].''; $hesk_settings['mailtmp']['folder'] = ''; } } @@ -474,10 +474,10 @@ function show_message() $folder = '&folder=outbox'; if ($pm['to'] == $_SESSION['id']) { - echo ' '; + echo ' '; $folder = ''; } - echo ''; + echo ''; ?> diff --git a/css/hesk_newStyle.css b/css/hesk_newStyle.css index df81f8fc..c033595e 100644 --- a/css/hesk_newStyle.css +++ b/css/hesk_newStyle.css @@ -390,5 +390,13 @@ button.dropdown-submit { } .font-size-120 { - font-size: 1.2em; + font-size: 1.2em !important; +} + +.font-size-14p { + font-size: 14px !important; +} + +.font-size-16p { + font-size: 16px !important; } \ No newline at end of file