From 3a311197a8e5f7ae7fa08e15f0f3af2f24b17161 Mon Sep 17 00:00:00 2001 From: Julius Haertl Date: Tue, 14 Feb 2017 22:11:15 +0100 Subject: [PATCH] Remove duplicate endtag and fix layout in safari --- css/style.css | 9 --------- templates/main.php | 4 ++-- templates/part.board.mainView.php | 5 +---- 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/css/style.css b/css/style.css index 524f29281..8336ffc3e 100644 --- a/css/style.css +++ b/css/style.css @@ -88,15 +88,6 @@ button:hover { /** * Board view */ -#app-view { - position: relative; - height: 100%; - white-space: nowrap; - overflow: hidden; - padding: 0; - z-index: 100; - width: 100%; -} #board-status { position: absolute; diff --git a/templates/main.php b/templates/main.php index 839e77491..f86eb1359 100644 --- a/templates/main.php +++ b/templates/main.php @@ -46,12 +46,12 @@ Util::addScript('deck', 'public/app'); inc('part.navigation')); ?> inc('part.settings')); */ ?> -
-
+
+ diff --git a/templates/part.board.mainView.php b/templates/part.board.mainView.php index 351a620c0..64ec200c6 100644 --- a/templates/part.board.mainView.php +++ b/templates/part.board.mainView.php @@ -125,7 +125,4 @@
- - - - + \ No newline at end of file