From 00f2fbcfd2191380fdd0f7cff01b01c8059e528b Mon Sep 17 00:00:00 2001 From: Marco Nassabain Date: Wed, 17 Mar 2021 00:33:29 +0100 Subject: =?UTF-8?q?=F0=9F=9A=91=20Fix=20HTML=20tags=20error=20+=20indentat?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marco Nassabain --- css/app.css | 11 +++- templates/part.content.php | 122 +++++++++++++++++++++++---------------------- 2 files changed, 72 insertions(+), 61 deletions(-) diff --git a/css/app.css b/css/app.css index 54cc67d39..36be56e12 100644 --- a/css/app.css +++ b/css/app.css @@ -68,10 +68,15 @@ position: absolute; background-color: #f1f1f1; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); - z-index: 1; + z-index: 999; min-width: 20em; } +#app-content .compact .dropdown-content { + margin-left: -20em; +} + + .dropdown-content a { color: black; padding: 2px 12px 2px 44px; @@ -88,6 +93,10 @@ background-color: #3e8e41; } +.compact-dropdown{ + z-index: 1; +} + /* Override hidden before angular is loaded */ [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide:not(.ng-hide-animate) { display: none !important; diff --git a/templates/part.content.php b/templates/part.content.php index 72121f5d6..9e32c8589 100644 --- a/templates/part.content.php +++ b/templates/part.content.php @@ -25,8 +25,9 @@ news-on-active="Content.setItemActive(item.id)" ng-class="{read: !item.unread, open: item.show, active: Content.isItemActive(item.id)}" data-id="{{ ::item.id }}"> - -
+
  • @@ -90,74 +91,75 @@
  • - + +