CSS
This commit is contained in:
@@ -218,7 +218,6 @@
|
||||
<!-- </ul>-->
|
||||
</li>
|
||||
<li>
|
||||
<li>
|
||||
<!-- <a href="#RechnungenSubmenu1" data-toggle="collapse" aria-expanded="false" class="dropdown-toggle">Rechnungen</a>
|
||||
<ul style="list-style: none;"class="collapse list-unstyled" id="RechnungenSubmenu1">
|
||||
<span class="navbar-toggler-icon"></span>-->
|
||||
@@ -229,7 +228,6 @@
|
||||
<%End If %>
|
||||
<!-- </ul>-->
|
||||
</li>
|
||||
</li>
|
||||
<li>
|
||||
<!-- <a href="#RechnungenSubmenu1" data-toggle="collapse" aria-expanded="false" class="dropdown-toggle">Rechnungen</a>
|
||||
<ul style="list-style: none;"class="collapse list-unstyled" id="RechnungenSubmenu1">
|
||||
@@ -260,7 +258,6 @@
|
||||
<li> <button type="button" onclick="LogoutButton_Click" style="text-decoration: none;background-color:#fff;color:#043381;text-align:left;border:none;font-size:16px;"><img src="../images/Icons/main/Logout.svg.png"; style="width:20px; height:20px;color:#043381;background-color:#fff; margin-right:6px;"/>Logout</button> </li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div></nav>
|
||||
<!-- Page Content -->
|
||||
@@ -286,7 +283,7 @@
|
||||
<ul style="list-style:unset;border:2.3px ridge #043381;text-align:start">
|
||||
<li> Name: <%=Me.Page.User.Identity.Name %></li>
|
||||
<li> Registriert seit: 15/02/2021</li>
|
||||
<li> Die Berechtigungen im Überblick </li>
|
||||
<li> Die Berechtigungen im Überblick:</li>
|
||||
<ul>
|
||||
<%'Dim berecht As Boolean
|
||||
'Dim imgpath2 As String = ""
|
||||
|
||||
@@ -279,7 +279,7 @@ ContentPlaceHolder1 {
|
||||
color: #043381;
|
||||
position: absolute;
|
||||
right: 7%;
|
||||
top: 8%;
|
||||
top: -5%;
|
||||
z-index: 1031;
|
||||
}
|
||||
#dropdownmenueuser {
|
||||
@@ -394,7 +394,7 @@ ContentPlaceHolder1 {
|
||||
#dropdownmenuecont {
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
right: -852px;
|
||||
right: -952px;
|
||||
height:75px;
|
||||
}
|
||||
|
||||
@@ -404,8 +404,9 @@ ContentPlaceHolder1 {
|
||||
border: none;
|
||||
z-index: 1031;
|
||||
position: absolute;
|
||||
top:-28px;
|
||||
right:-852px;
|
||||
height:52px;
|
||||
top:-50px;
|
||||
right:-952px;
|
||||
}
|
||||
#langdropdown{
|
||||
height:auto;
|
||||
@@ -437,48 +438,6 @@ ContentPlaceHolder1 {
|
||||
background-image: linear-gradient(to right, #003680, #0055cc);
|
||||
color: #fff;
|
||||
}
|
||||
#ButtonDeutschLangPicker {
|
||||
text-align: left;
|
||||
background-color: #fff;
|
||||
color: #043381;
|
||||
text-decoration: none;
|
||||
width:max-content;
|
||||
}
|
||||
#ButtonTürkeiLangPicker {
|
||||
text-align: left;
|
||||
background-color: #fff;
|
||||
color: #043381;
|
||||
text-decoration: none;
|
||||
width: max-content;
|
||||
}
|
||||
#ButtonEnglischLangPicker {
|
||||
text-align: left;
|
||||
background-color: #fff;
|
||||
color: #043381;
|
||||
text-decoration: none;
|
||||
width: max-content;
|
||||
}
|
||||
#ButtonSerbischLangPicker {
|
||||
text-align: left;
|
||||
background-color: #fff;
|
||||
color: #043381;
|
||||
text-decoration: none;
|
||||
width: max-content;
|
||||
}
|
||||
#ButtonSerbischZweiLangPicker {
|
||||
text-align: left;
|
||||
background-color: #fff;
|
||||
color: #043381;
|
||||
text-decoration: none;
|
||||
width: max-content;
|
||||
}
|
||||
#ButtonBulgariaLangPicker {
|
||||
text-align: left;
|
||||
background-color: #fff;
|
||||
color: #043381;
|
||||
text-decoration: none;
|
||||
width: max-content;
|
||||
}
|
||||
#dropbtnlang {
|
||||
margin-right: -39%;
|
||||
margin-top: 5%;
|
||||
|
||||
@@ -55,3 +55,51 @@ btn btn-primary btn-sm {
|
||||
margin-left: 645px;
|
||||
}
|
||||
}
|
||||
|
||||
#ButtonDeutschLangPicker {
|
||||
text-align: left;
|
||||
background-color: #fff;
|
||||
color: #043381;
|
||||
text-decoration: none;
|
||||
width: max-content;
|
||||
}
|
||||
|
||||
#ButtonTürkeiLangPicker {
|
||||
text-align: left;
|
||||
background-color: #fff;
|
||||
color: #043381;
|
||||
text-decoration: none;
|
||||
width: max-content;
|
||||
}
|
||||
|
||||
#ButtonEnglischLangPicker {
|
||||
text-align: left;
|
||||
background-color: #fff;
|
||||
color: #043381;
|
||||
text-decoration: none;
|
||||
width: max-content;
|
||||
}
|
||||
|
||||
#ButtonSerbischLangPicker {
|
||||
text-align: left;
|
||||
background-color: #fff;
|
||||
color: #043381;
|
||||
text-decoration: none;
|
||||
width: max-content;
|
||||
}
|
||||
|
||||
#ButtonSerbischZweiLangPicker {
|
||||
text-align: left;
|
||||
background-color: #fff;
|
||||
color: #043381;
|
||||
text-decoration: none;
|
||||
width: max-content;
|
||||
}
|
||||
|
||||
#ButtonBulgariaLangPicker {
|
||||
text-align: left;
|
||||
background-color: #fff;
|
||||
color: #043381;
|
||||
text-decoration: none;
|
||||
width: max-content;
|
||||
}
|
||||
@@ -158,7 +158,6 @@
|
||||
Dim navigation_footer As List(Of cNavigation) = DB.qry_menu_tags(laenderkuerzel)
|
||||
Dim nameproj As String = ""
|
||||
nameproj = "newpageJulius_Sidebar.aspx"
|
||||
|
||||
If laenderkuerzel Is Nothing Then
|
||||
laenderkuerzel = "de"
|
||||
Else
|
||||
@@ -467,12 +466,12 @@
|
||||
Dim stringBG = "  BG"
|
||||
Dim stringTR = "  TR"%>
|
||||
<!--<a id="ButtonOesterreichLangPicker" class="btn btn-primary btn-sm" onclick="changeflag(A)" href="<%'= navParent%>?menuID=<%'= curentMenuId %>&lan=de"><img src="<%'= imgPath%>images/flags/flagge_A.gif" <%' If laenderkuerzel = "de" Then Response.Write("style='border:1px solid #000'")%> /> DE</a>-->
|
||||
<a id="ButtonDeutschLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=DE&lan3=0" style="background-color:#fff;color:#043381;text-decoration: none;" ><img src="<%= imgPath%>images/flags/flagge_DE_AT_big.gif"; width="20"; <% If laenderkuerzel = "de" Then Response.Write("style='border:1px solid #000'")%>/><%=stringDE%></a>
|
||||
<a id="ButtonTürkeiLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=TR&lan3=0" style="background-color:#fff;color:#043381;text-decoration: none;"><img src="<%= imgPath%>images/flags/flagge_TR_big.gif"; width="20"; <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%>/><%=stringTR%></a>
|
||||
<a id="ButtonEnglischLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=EN&lan3=0" style="background-color:#fff;color:#043381;text-decoration: none;"><img src="<%= imgPath%>images/flags/flagge_GB_big.gif"; width="20"; <% If laenderkuerzel = "en" Then Response.Write("style='border:1px solid #000'")%>/><%=stringEN%></a>
|
||||
<a id="ButtonSerbischLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=SRB&lan3=0" style="background-color:#fff;color:#043381;text-decoration: none;"><img src="<%= imgPath%>images/flags/flagge_BIH_big.gif"; width="20"; <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> /><%=stringBIH%></a>
|
||||
<a id="ButtonSerbischZweiLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=SRB&lan3=1" style="background-color:#fff;color:#043381;text-decoration: none;"><img src="<%= imgPath%>images/flags/flagge_SM_big.gif"; width="20"; <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> /><%=stringSRB%></a>
|
||||
<a id="ButtonBulgariaLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=BG&lan3=0" style="background-color:#fff;color:#043381;text-decoration: none;"><img src="<%= imgPath%>images/flags/flagge_BG_big.gif"; width="20"; <% If laenderkuerzel = "bg" Then Response.Write("style='border:1px solid #000'")%>/><%=stringBG%></a>
|
||||
<a id="ButtonDeutschLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=DE&lan3=0"><img src="<%= imgPath%>images/flags/flagge_DE_AT_big.gif"; width="20"; <% If laenderkuerzel = "de" Then Response.Write("style='border:1px solid #000'")%>/><%=stringDE%></a>
|
||||
<a id="ButtonTürkeiLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=TR&lan3=0" <img src="<%= imgPath%>images/flags/flagge_TR_big.gif"; width="20"; <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%>/><%=stringTR%></a>
|
||||
<a id="ButtonEnglischLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=EN&lan3=0" <img src="<%= imgPath%>images/flags/flagge_GB_big.gif"; width="20"; <% If laenderkuerzel = "en" Then Response.Write("style='border:1px solid #000'")%>/><%=stringEN%></a>
|
||||
<a id="ButtonSerbischLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=SRB&lan3=0"><img src="<%= imgPath%>images/flags/flagge_BIH_big.gif"; width="20"; <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> /><%=stringBIH%></a>
|
||||
<a id="ButtonSerbischZweiLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=SRB&lan3=1"><img src="<%= imgPath%>images/flags/flagge_SM_big.gif"; width="20"; <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> /><%=stringSRB%></a>
|
||||
<a id="ButtonBulgariaLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=BG&lan3=0"><img src="<%= imgPath%>images/flags/flagge_BG_big.gif"; width="20"; <% If laenderkuerzel = "bg" Then Response.Write("style='border:1px solid #000'")%>/><%=stringBG%></a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user