From 3e610b85472fa06c825bc87121fac7ed44adc7d6 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 14 Nov 2010 19:41:03 +0000 Subject: #929440 by jensimmons, threewestwinds, rjgoldsborough: Unify the display of preview regions in block demonstration in Bartik. --- themes/bartik/css/style.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css index 797064ac1..fdd52c5e0 100644 --- a/themes/bartik/css/style.css +++ b/themes/bartik/css/style.css @@ -1336,7 +1336,20 @@ div.add-or-remove-shortcuts { margin: 0; } .page-admin-structure-block-demo .block-region { - color: #000000; + 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; +} +.page-admin-structure-block-demo #featured .block-region { + font-size: .55em; +} +.page-admin-structure-block-demo #header .block-region { + width: 500px; } .page-admin #admin-dblog img { margin: 0 5px; -- cgit v1.2.3