From 08c5c6b74eae21ccbb35d3286b45d60a1bbab449 Mon Sep 17 00:00:00 2001 From: Markus Krogh Date: Tue, 3 Oct 2017 16:21:24 +0200 Subject: Handle normal pages --- idp/templates/edit-webapp/css/main.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'idp') diff --git a/idp/templates/edit-webapp/css/main.css b/idp/templates/edit-webapp/css/main.css index edacd5f..64a7143 100644 --- a/idp/templates/edit-webapp/css/main.css +++ b/idp/templates/edit-webapp/css/main.css @@ -169,3 +169,13 @@ nav { margin: 0; } } + +/* Support non layout converted pages */ +.wrapper .content { + margin-left: 200px; +} + +.content.flex-container { + margin-left: 0; +} +/* end layout backport */ -- cgit v1.1