summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-07 05:15:49 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-07 05:15:49 +0000
commit8fddf2cd48001af736e5951fb7d4e927d56dc4c2 (patch)
treeb1744e0cb5f2612d3b3aa40e92812e664d026938 /themes
parent28a17bc5bf058aa27eb6cc82b3e19521aae8fc9f (diff)
downloadbrdo-8fddf2cd48001af736e5951fb7d4e927d56dc4c2.tar.gz
brdo-8fddf2cd48001af736e5951fb7d4e927d56dc4c2.tar.bz2
#929780 by Jeff Burnz: Add background for messages when featured is active in Bartik
Diffstat (limited to 'themes')
-rw-r--r--themes/bartik/css/layout.css3
-rw-r--r--themes/bartik/css/style.css5
2 files changed, 5 insertions, 3 deletions
diff --git a/themes/bartik/css/layout.css b/themes/bartik/css/layout.css
index 633cc1d9b..16f44b289 100644
--- a/themes/bartik/css/layout.css
+++ b/themes/bartik/css/layout.css
@@ -7,7 +7,7 @@
}
#header div.section,
#featured div.section,
-#messages,
+#messages div.section,
#main,
#triptych,
#footer-columns,
@@ -66,7 +66,6 @@
#main-wrapper {
min-height: 300px;
}
-#messages div.section,
#content .section,
.sidebar .section {
padding: 0 15px;
diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css
index 2f56776cf..b31fb63aa 100644
--- a/themes/bartik/css/style.css
+++ b/themes/bartik/css/style.css
@@ -987,8 +987,11 @@ ul.action-links li a {
padding: 20px 0 5px;
margin: 0 auto;
}
+.featured #messages {
+ background: #f0f0f0;
+}
div.messages {
- margin: 8px 0;
+ margin: 8px 15px;
}
/* -------------- Breadcrumbs -------------- */