summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-17 01:15:40 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-17 01:15:40 +0000
commitcd2e7e875aa748c7486263aa59334271cf9cf496 (patch)
tree3107e76e08e15bb5121383611aaacbf7276b03dc /themes
parent659662810bfb1e4b81cee389809a1eff5e69e961 (diff)
downloadbrdo-cd2e7e875aa748c7486263aa59334271cf9cf496.tar.gz
brdo-cd2e7e875aa748c7486263aa59334271cf9cf496.tar.bz2
#511286 follow-up: Committed rest of stuff.
Diffstat (limited to 'themes')
-rw-r--r--themes/seven/page.tpl.php1
-rw-r--r--themes/seven/style.css7
2 files changed, 8 insertions, 0 deletions
diff --git a/themes/seven/page.tpl.php b/themes/seven/page.tpl.php
index eee8cc667..71e7e0bf7 100644
--- a/themes/seven/page.tpl.php
+++ b/themes/seven/page.tpl.php
@@ -4,6 +4,7 @@
<div id="branding" class="clearfix">
<?php print $breadcrumb; ?>
<?php if ($title): ?><h1 class="page-title"><?php print $title; ?></h1><?php endif; ?>
+ <?php if (isset($add_to_shortcuts)): ?><?php print $add_to_shortcuts; ?><?php endif; ?>
<?php if ($primary_local_tasks): ?><ul class="tabs primary"><?php print render($primary_local_tasks); ?></ul><?php endif; ?>
</div>
diff --git a/themes/seven/style.css b/themes/seven/style.css
index 2a838b4a0..c88a7b267 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -735,3 +735,10 @@ body.overlay #page {
body.overlay #block-system-main {
padding: 20px;
}
+
+/* Shortcut theming */
+div.add-to-shortcuts {
+ float: left;
+ margin-left: 6px;
+ margin-top: 6px;
+}