diff --git a/admin-dev/themes/default/css/admin-theme.css b/admin-dev/themes/default/css/admin-theme.css index 2248e7602..367bd79e3 100644 --- a/admin-dev/themes/default/css/admin-theme.css +++ b/admin-dev/themes/default/css/admin-theme.css @@ -5089,12 +5089,12 @@ body.fixed-top { border-radius: 5px; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 7px, white 0 0 0 4px inset; box-shadow: rgba(0, 0, 0, 0.1) 0 0 7px, white 0 0 0 4px inset; } - #content legend { - float: left; - padding: 0 0 0 0; - margin: 5px 0 15px 0; - color: #bfb8b3; - font-weight: 300; } + #content h3 { + padding: 0 0 5px 0; + margin: 0 0 15px 0; + color: #cac4b9; + font-weight: 300; + border-bottom: solid 1px #e0ddd6; } #content form .alert { clear: both; color: #756b64; @@ -5223,6 +5223,7 @@ body.fixed-top { color: #313a45; } #footer { + z-index: 9999; position: fixed; width: 100%; bottom: 0; diff --git a/admin-dev/themes/default/css/admin-theme.sass b/admin-dev/themes/default/css/admin-theme.sass index a448cf79f..b480de9f8 100755 --- a/admin-dev/themes/default/css/admin-theme.sass +++ b/admin-dev/themes/default/css/admin-theme.sass @@ -53,12 +53,12 @@ body.fixed-top background-color: $bg-content-color @include border-radius(5px) @include box-shadow(rgba(black,0.10) 0 0 7px, white 0 0 0 4px inset) - legend - float: left - padding: 0 0 0 0 - margin: 5px 0 15px 0 - color: darken(#D6D2CF,10%) + h3 + padding: 0 0 5px 0 + margin: 0 0 15px 0 + color: darken($bg-content-color,20%) font-weight: 300 + border-bottom: solid 1px darken($bg-content-color,10%) form .alert clear: both color: darken(#D6D2CF,40%) @@ -178,6 +178,7 @@ body.fixed-top color: $brand-primary #footer + z-index: 9999 position: fixed width: 100% bottom: 0 diff --git a/admin-dev/themes/default/template/controllers/customer_threads/helpers/list/list_header.tpl b/admin-dev/themes/default/template/controllers/customer_threads/helpers/list/list_header.tpl index 9d6f43e32..5949fd86d 100644 --- a/admin-dev/themes/default/template/controllers/customer_threads/helpers/list/list_header.tpl +++ b/admin-dev/themes/default/template/controllers/customer_threads/helpers/list/list_header.tpl @@ -27,7 +27,7 @@ {block name="override_header"} -
{$val.description}
- {/if} - - {if $total_thread == 0} - - {else} - - {$total_thread} - {if $total_thread > 1}{l s='New messages'}{else}{l s='New message'}{/if} - - {/if} +{$val.description}
+ {/if} + {if $total_thread == 0} + + {else} + + {$total_thread} + {if $total_thread > 1}{l s='New messages'}{else}{l s='New message'}{/if} + + {/if}
{l s='Open'}
{l s='Closed'}
{l s='Pending 1'}
{l s='Pending 2'}| {l s='Customer service'} : {l s='Statistics'} | -|
|---|---|
| {$key} | -{$val} | -
+