From 68b6f97cb673678b8bb6154d8fdf761e52f40351 Mon Sep 17 00:00:00 2001 From: ADmad Date: Thu, 28 Apr 2016 17:07:58 +0530 Subject: [PATCH] Move back table action buttons below header. Reverts changes done in #116 --- src/Template/Element/action-header.ctp | 9 ++++----- webroot/css/local.css | 1 - 2 files changed, 4 insertions(+), 6 deletions(-) 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; }