From 42f5646451409131e7f881a17600febbdc33c087 Mon Sep 17 00:00:00 2001 From: eggy Date: Thu, 21 Sep 2017 07:30:26 +0200 Subject: [PATCH] Quickmenu: Anzeigereihenfolge umsortiert --- template/navbar_header.html | 33 +++++++++++++++++++++++---------- theme/debianforum.css | 3 ++- 2 files changed, 25 insertions(+), 11 deletions(-) diff --git a/template/navbar_header.html b/template/navbar_header.html index 493b7c5..406be64 100644 --- a/template/navbar_header.html +++ b/template/navbar_header.html @@ -13,14 +13,17 @@ -
  • - + + +
  • - - {L_SEARCH_SELF} + + {L_SEARCH_ACTIVE_TOPICS}
  • - + +
  • +
  • @@ -28,6 +31,7 @@
  • +
  • @@ -35,17 +39,26 @@
  • + + +
  • - - {L_SEARCH_UNANSWERED} + + {L_SEARCH_SELF}
  • + + + +
  • - - {L_SEARCH_ACTIVE_TOPICS} + + {L_SEARCH_UNANSWERED}
  • -
  • + + +
  • {L_SEARCH} diff --git a/theme/debianforum.css b/theme/debianforum.css index 050c155..411e862 100644 --- a/theme/debianforum.css +++ b/theme/debianforum.css @@ -69,7 +69,7 @@ background: #fff none repeat scroll 0 0 !important; border-color: #b9b9b9 !important; box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2) !important; - + border-radius: 5px; overflow-x: hidden; overflow-y: auto; @@ -77,6 +77,7 @@ position: relative; z-index: 2; } + .dfde_quickmenu_dropdown ul ul, ol ul { list-style-type: circle; } -- 2.39.2