summaryrefslogtreecommitdiff
path: root/themes/garland
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-06-08 05:16:29 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-06-08 05:16:29 +0000
commit8e8d8274d607307ac3d9bf9883f068a7b9d17542 (patch)
treea7ae953667a059309ccab66cebdf42629bdc3ea3 /themes/garland
parentb5e696702df6df3a0bd09f44758bd8c73004c657 (diff)
downloadbrdo-8e8d8274d607307ac3d9bf9883f068a7b9d17542.tar.gz
brdo-8e8d8274d607307ac3d9bf9883f068a7b9d17542.tar.bz2
#668640 by casey, aspilicious, et al: Re-implement Overlay without jQuery UI Dialog; massive performance improvement, helps address several critical issues.
Diffstat (limited to 'themes/garland')
-rw-r--r--themes/garland/style.css28
1 files changed, 22 insertions, 6 deletions
diff --git a/themes/garland/style.css b/themes/garland/style.css
index c6564d734..96e4875b3 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -629,16 +629,32 @@ 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 * {
+/**
+ * Overlay
+ */
+#overlay #overlay-tabs li a {
+ background: #d9eaf5;
+ color: #000;
+}
+#overlay #overlay-tabs li a:hover,
+#overlay #overlay-tabs li a:focus {
+ background: #fff;
+}
+#overlay #overlay-tabs li.active a {
+ background: url("images/body.png") repeat-x scroll 50% -58px #edf5fa;
+ color: #fff;
+}
+#overlay-content {
+ padding: 1px;
+}
+#overlay-content #header {
display: none;
}
-
-body.overlay {
- margin-top: -80px;
+#overlay-content #wrapper {
+ background-position: 50% -80px;
}
+
/**
* Primary navigation
*/