diff --git a/themes/default/app_defaults.php b/themes/default/app_defaults.php index 545fc87501..25fcb5c9df 100644 --- a/themes/default/app_defaults.php +++ b/themes/default/app_defaults.php @@ -499,7 +499,7 @@ if ($domains_processed == 1) { $array[$x]['default_setting_category'] = 'theme'; $array[$x]['default_setting_subcategory'] = 'dashboard_heading_text_size'; $array[$x]['default_setting_name'] = 'text'; - $array[$x]['default_setting_value'] = '12pt'; + $array[$x]['default_setting_value'] = '10.5pt'; $array[$x]['default_setting_enabled'] = 'false'; $array[$x]['default_setting_description'] = 'Set the size of the Dashboard block heading text.'; $x++; diff --git a/themes/default/template.php b/themes/default/template.php index 68762971df..97be1d8fcf 100644 --- a/themes/default/template.php +++ b/themes/default/template.php @@ -1137,20 +1137,33 @@ span.hud_title { display: block; + width: 100%; font-family: ; text-shadow: 0px 1px 2px ; letter-spacing: -0.02em; - font-size: ; color: ; - width: 100%; - height: 40px; + font-size: ; + + line-height: 0) ? str_replace($font_size_number, $line_height_number, $font_size) : '26.25pt'; ?>; text-align: center; - line-height: 40px; background: ; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; border-bottom: 1px solid ; + overflow: hidden; } span.hud_title:hover { @@ -1166,7 +1179,6 @@ text-align: center; text-shadow: 0px 2px 2px ; width: 100%; - height: 100px; color: ; font-family: ; font-size: ; @@ -1187,6 +1199,7 @@ font-weight: normal; background: ; border-top: 1px solid ; + overflow: hidden; } span.hud_stat:hover { @@ -1207,11 +1220,14 @@ color: ; font-size: ; padding-top: 4px; + white-space: nowrap; + letter-spacing: -0.02em; font-weight: normal; font-family: ; background: ; border-bottom: 1px solid ; margin: 0; + overflow: hidden; } span.hud_stat:hover + span.hud_stat_title {