From a13fad749e8a75025bb13de87f0170e1ea9e462d Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Tue, 8 Dec 2015 16:18:44 -0500 Subject: Change the board import layout from a popup to a full page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit also removes the “import a single Trello card” as we couldn’t figure out some reasonable use case. We also create a new publication on the server to provide the minimal user profile informations required to display an avatar. --- client/components/main/layouts.styl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'client/components/main/layouts.styl') diff --git a/client/components/main/layouts.styl b/client/components/main/layouts.styl index e8d9ab5d..83d4d693 100644 --- a/client/components/main/layouts.styl +++ b/client/components/main/layouts.styl @@ -26,13 +26,14 @@ body #content position: relative flex: 1 - overflow: hidden + overflow-x: hidden .sk-spinner margin-top: 30vh > .wrapper - margin-top: 25px + margin-top: 10px + padding: 15px #modal position: absolute @@ -109,6 +110,9 @@ a cursor: default text-decoration: none +span a + text-decoration: underline + strong font-weight: bold -- cgit v1.2.3-1-g7c22