summaryrefslogtreecommitdiff
path: root/themes/garland
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-12-02 07:28:22 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-12-02 07:28:22 +0000
commitc912008307dd49b5e3e85c78069153f2f9f70411 (patch)
tree6e219858505bd38130a7d679488d3a41e689ce1d /themes/garland
parentcfc96df9a7181526cb1c71cf4e39886026c668fe (diff)
downloadbrdo-c912008307dd49b5e3e85c78069153f2f9f70411.tar.gz
brdo-c912008307dd49b5e3e85c78069153f2f9f70411.tar.bz2
#610234 by Gábor Hojtsy, ksenzee, cwgordon7, David_Rothstein, seutje, marcvangend, sun, JoshuaRogers, markus_petrux, Bojhan, Rob Loach, Everett Zufelt, drifter, markboulton, leisareichelt, et al: Added Overlay module to core, which shows administrative pages in a JS overlay, retaining context on the front-end site.
Diffstat (limited to 'themes/garland')
-rw-r--r--themes/garland/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/garland/style.css b/themes/garland/style.css
index 0f92c757f..51cfedb60 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -574,6 +574,16 @@ div#branding strong {
margin-bottom: 2em;
}
+/* Don't display any header elements when within the overlay, and adjust the
+ page height accordingly. */
+body.overlay #header * {
+ display: none;
+}
+
+body.overlay {
+ margin-top: -80px;
+}
+
/**
* Primary navigation
*/