Fix up Labs Styling

No Issue

- Fixes import button not same height as upload button
- Fixes no space between import and upload on mobile
This commit is contained in:
David Balderston 2015-05-11 22:53:52 -07:00
parent f6b56ad865
commit c4e2eadc33

View File

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