diff --git a/src/Template/Element/action-header.ctp b/src/Template/Element/action-header.ctp index 0d3aac4a..cd178022 100644 --- a/src/Template/Element/action-header.ctp +++ b/src/Template/Element/action-header.ctp @@ -15,8 +15,7 @@ if (!$this->exists('actions')) { $this->end(); } ?> -

get('title'); ?> -
- fetch('actions'); ?> -
-

+

get('title'); ?>

+
+ fetch('actions'); ?> +
diff --git a/webroot/css/local.css b/webroot/css/local.css index 76a69818..51e69bb9 100644 --- a/webroot/css/local.css +++ b/webroot/css/local.css @@ -76,6 +76,5 @@ h2 .actions { } div.actions-wrapper { - display: inline-block; margin: 10px 0; }