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.

This commit is contained in:
Jake Bentvelzen 2016-03-22 14:48:17 +11:00
parent 6adec31042
commit 14be079320
1 changed files with 4 additions and 0 deletions

View File

@ -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;
}