Button und CSS-Styles richtig positioniert
This commit is contained in:
@@ -168,7 +168,7 @@ ContentPlaceHolder1 {
|
||||
}
|
||||
#dropdownmenuecont{
|
||||
margin-right: -5px;
|
||||
top: 12px;
|
||||
top: -10px;
|
||||
min-width: 72px;
|
||||
max-width: 72px;
|
||||
}
|
||||
@@ -283,8 +283,9 @@ ContentPlaceHolder1 {
|
||||
z-index: 1031;
|
||||
}
|
||||
#dropdownmenueuser {
|
||||
margin-right: -15%;
|
||||
margin-top: 23px;
|
||||
position: absolute;
|
||||
top: -170px;
|
||||
right: -952px;
|
||||
}
|
||||
#dropbtnbtnbtn {
|
||||
background-color: #fff;
|
||||
@@ -295,7 +296,7 @@ ContentPlaceHolder1 {
|
||||
}
|
||||
#dropdownmenuecont {
|
||||
margin-right: -5px;
|
||||
top: 23px;
|
||||
top: 5px;
|
||||
}
|
||||
#dropdownmenuecont ul li .button {
|
||||
font-size: 17px;
|
||||
@@ -393,11 +394,10 @@ ContentPlaceHolder1 {
|
||||
}
|
||||
#dropdownmenuecont {
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
top: -90px;
|
||||
right: -952px;
|
||||
height:75px;
|
||||
height: 75px;
|
||||
}
|
||||
|
||||
#dropbtnbtnbtn {
|
||||
background-color: #fff;
|
||||
color: #043381;
|
||||
@@ -405,7 +405,7 @@ ContentPlaceHolder1 {
|
||||
z-index: 1031;
|
||||
position: absolute;
|
||||
height:52px;
|
||||
top:-50px;
|
||||
top:-70px;
|
||||
right:-952px;
|
||||
}
|
||||
#langdropdown{
|
||||
|
||||
Reference in New Issue
Block a user