This commit is contained in:
ja
2021-09-02 16:59:38 +02:00
parent 406bd7623d
commit 99efa337ce
4 changed files with 63 additions and 60 deletions

View File

@@ -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%;

View File

@@ -54,4 +54,52 @@ btn btn-primary btn-sm {
position: sticky;
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;
}