summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-14 19:41:03 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-14 19:41:03 +0000
commit3e610b85472fa06c825bc87121fac7ed44adc7d6 (patch)
treeadf32a4c1d2ba1881853d767fb6f0b4119f87c6e /themes
parent536b05f778352a8ddfa70f8a51a765abff143012 (diff)
downloadbrdo-3e610b85472fa06c825bc87121fac7ed44adc7d6.tar.gz
brdo-3e610b85472fa06c825bc87121fac7ed44adc7d6.tar.bz2
#929440 by jensimmons, threewestwinds, rjgoldsborough: Unify the display of preview regions in block demonstration in Bartik.
Diffstat (limited to 'themes')
-rw-r--r--themes/bartik/css/style.css15
1 files changed, 14 insertions, 1 deletions
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;