From 14be0793201183d7ef21b4455cec6d0aa425e1c0 Mon Sep 17 00:00:00 2001 From: Jake Bentvelzen Date: Tue, 22 Mar 2016 14:48:17 +1100 Subject: [PATCH] Added the margin-bottom: 12px; that's usually applied the '.action' class. Unfortunately putting that class on the button breaks the inline functionality so I opted to just put identical styling into the extension itself. --- css/GridFieldExtensions.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/GridFieldExtensions.css b/css/GridFieldExtensions.css index 0145e37..1613a03 100644 --- a/css/GridFieldExtensions.css +++ b/css/GridFieldExtensions.css @@ -100,6 +100,10 @@ max-width: none !important; } +.ss-gridfield-add-new-inline { + margin-bottom: 12px; +} + .ss-gridfield-add-new-inline span.readonly { color: #FFF !important; }