summaryrefslogtreecommitdiff
path: root/themes/seven
diff options
context:
space:
mode:
Diffstat (limited to 'themes/seven')
-rw-r--r--themes/seven/page.tpl.php1
-rw-r--r--themes/seven/style.css10
2 files changed, 11 insertions, 0 deletions
diff --git a/themes/seven/page.tpl.php b/themes/seven/page.tpl.php
index cdef22120..e47ccc334 100644
--- a/themes/seven/page.tpl.php
+++ b/themes/seven/page.tpl.php
@@ -33,6 +33,7 @@
<?php print $help; ?>
</div>
<?php endif; ?>
+ <?php if ($action_links): ?><ul class="action-links"><?php print $action_links; ?></ul><?php endif; ?>
<?php print $content; ?>
</div>
diff --git a/themes/seven/style.css b/themes/seven/style.css
index 36005a7d0..314064231 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -608,6 +608,16 @@ html.js input.throbbing {
background-position: 100% -16px;
}
+ul.action-links {
+ margin: 1em 0;
+ overflow: hidden;
+}
+
+ul.action-links li {
+ float: left;
+ margin: 0 1em 0 0;
+}
+
/* Exceptions */
#diff-inline-form select,
#block-system-main div.filter-options select {