diff options
| author | Markus Krogh <markus@nordu.net> | 2017-10-03 16:21:24 +0200 |
|---|---|---|
| committer | Markus Krogh <markus@nordu.net> | 2017-10-03 16:21:24 +0200 |
| commit | 08c5c6b74eae21ccbb35d3286b45d60a1bbab449 (patch) | |
| tree | f2d228a93c83bb60bc350d1d2b161cec71673c06 | |
| parent | dfa2e14bfa1709e57d40f41681666dc5fed8c0ef (diff) | |
Handle normal pages
| -rw-r--r-- | idp/templates/edit-webapp/css/main.css | 10 |
1 files changed, 10 insertions, 0 deletions
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 */
|
