Merge pull request #137 from SilbinaryWolf/fix-small-aesthetic-inline-btn

Added the margin-bottom: 12px; to inline button
This commit is contained in:
Marcus 2016-03-23 02:12:00 +11:00
commit 223627fef9
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;
}