diff --git a/core/modules/block/block.module b/core/modules/block/block.module index bcf5501..5001e1e 100644 --- a/core/modules/block/block.module +++ b/core/modules/block/block.module @@ -83,7 +83,7 @@ function block_page_build(&$page) { // Append region description if we are rendering the regions demo page. $visible_regions = array_keys(system_region_list($theme, REGIONS_VISIBLE)); foreach ($visible_regions as $region) { - $description = '
' . $all_regions[$region] . '
'; + $description = '
' . $all_regions[$region] . '
'; $page[$region]['block_description'] = array( '#markup' => $description, '#weight' => 15, diff --git a/core/themes/bartik/css/style.css b/core/themes/bartik/css/style.css index 8dc24c5..6e4f95f 100644 --- a/core/themes/bartik/css/style.css +++ b/core/themes/bartik/css/style.css @@ -1795,6 +1795,35 @@ div.add-or-remove-shortcuts { padding-top: 0.9em; } +/* ---------- Admin-specific Theming ---------- */ +.page-admin #content img { + margin-right: 15px; /* LTR */ +} +.page-admin #content .simpletest-image img { + margin: 0; +} +.page-admin #admin-dblog img { + margin: 0 5px; +} + +/* Block demo mode */ +.demo-block { + background: #ffff66; + border: 1px dotted #9f9e00; + color: #000; + font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif; + margin: 5px; + padding: 5px; + text-align: center; + text-shadow: none; +} +#featured .demo-block { + font-size: 0.55em; +} +#header .demo-block { + width: 500px; +} + /* Configuration. */ div.admin .right, div.admin .left {