From c4e2eadc33450825e2ad1fe4639d3e85974a9b4f 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 --- core/client/app/styles/layouts/settings.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/core/client/app/styles/layouts/settings.scss b/core/client/app/styles/layouts/settings.scss index 163fe3e588..2eda755427 100644 --- a/core/client/app/styles/layouts/settings.scss +++ b/core/client/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