Änderungen
This commit is contained in:
@@ -19,39 +19,39 @@
|
||||
|
||||
<style>
|
||||
/*Button Dropdown Menue Language Picker*/
|
||||
.dropbtn {
|
||||
background-color: #fff;
|
||||
left: 60%;
|
||||
right: auto;
|
||||
width: 100px;
|
||||
height: 20%;
|
||||
position: relative;
|
||||
color: #043381;
|
||||
padding: 0px;
|
||||
font-size: 16px;
|
||||
border: none;
|
||||
z-index:512;
|
||||
}
|
||||
|
||||
/* Dropdown Content (Hidden by Default) */
|
||||
.dropdown-content {
|
||||
display: none;
|
||||
position: relative;
|
||||
.dropbtn {
|
||||
background-color: #fff;
|
||||
left: 60%;
|
||||
color:#043381;
|
||||
background-color: white;
|
||||
min-width: 160px;
|
||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||
z-index: 1000;
|
||||
}
|
||||
right: auto;
|
||||
width: 100px;
|
||||
height: 20%;
|
||||
position: relative;
|
||||
color: #043381;
|
||||
padding: 0px;
|
||||
font-size: 16px;
|
||||
border: none;
|
||||
z-index:512;
|
||||
}
|
||||
|
||||
/* Links inside the dropdown */
|
||||
.dropdown-content a {
|
||||
color: black;
|
||||
padding: 12px 16px;
|
||||
text-decoration: none;
|
||||
z-index:812;
|
||||
}
|
||||
/* Dropdown Content (Hidden by Default) */
|
||||
.dropdown-content {
|
||||
display: none;
|
||||
position: relative;
|
||||
left: 60%;
|
||||
color:#043381;
|
||||
background-color: white;
|
||||
min-width: 160px;
|
||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
/* Links inside the dropdown */
|
||||
.dropdown-content a {
|
||||
color: black;
|
||||
padding: 12px 16px;
|
||||
text-decoration: none;
|
||||
z-index:812;
|
||||
}
|
||||
|
||||
/* Change color of dropdown links on hover */
|
||||
.dropdown-content a:hover {
|
||||
@@ -147,6 +147,7 @@
|
||||
<%
|
||||
For Each nav As cNavigation In navigation
|
||||
%>
|
||||
|
||||
<li Class="nav-item dropdown">
|
||||
<a Class="nav-link dropdown-toggle" href="<%= navParent%>?menuID=<%= nav.id %>&lan=<%= laenderKuerzel %>" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="background-color:#fff; color:#043381;">
|
||||
<%= IIf(nav.bezeichnung <> "", nav.bezeichnung, "XXX") %>
|
||||
@@ -162,7 +163,7 @@
|
||||
<%="<div class='menu_logo'><img src='" & nav.menu_logo & "'/></div>"%>
|
||||
<% End If %>
|
||||
<ul>
|
||||
<li Class="nav-item>
|
||||
<li Class="nav-item">
|
||||
|
||||
<%For Each nav2 As cNavigation In nav.subnavigation%>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user