From 19bdb64efcdc178ef57409e4d58b98c8556e14bd Mon Sep 17 00:00:00 2001 From: David Balderston Date: Mon, 11 May 2015 22:53:52 -0700 Subject: [PATCH] Fix up Labs Styling No Issue - Fixes import button not same height as upload button - Fixes no space between import and upload on mobile --- ghost/admin/app/styles/layouts/settings.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ghost/admin/app/styles/layouts/settings.scss b/ghost/admin/app/styles/layouts/settings.scss index 163fe3e588..2eda755427 100644 --- a/ghost/admin/app/styles/layouts/settings.scss +++ b/ghost/admin/app/styles/layouts/settings.scss @@ -11,6 +11,7 @@ // * Custom Permalinks // * Navigation // * Code Injection +// * Labs // ------------------------------------------------------------ @@ -553,3 +554,15 @@ color: #000; } } + +// +// Labs +// -------------------------------------------------- + +#startupload { + line-height: inherit; + + @media (max-width: 400px) { + margin-top: 5px; + } +} \ No newline at end of file