CSS Buttons verändert.
Hinweis zu Commit 96993a6a:
Der Button wurde dem Hautnavigationleiste entnommen, da er schon im Seitennavigationsmenü vorhanden ist.
This commit is contained in:
@@ -68,9 +68,9 @@ ContentPlaceHolder1 {
|
|||||||
position:sticky;
|
position:sticky;
|
||||||
z-index:1031;
|
z-index:1031;
|
||||||
}
|
}
|
||||||
.btnavatar{position:sticky;
|
.btnavatar{
|
||||||
|
position:sticky;
|
||||||
z-index:5001;
|
z-index:5001;
|
||||||
|
|
||||||
}
|
}
|
||||||
#langdropdown {
|
#langdropdown {
|
||||||
margin-top: 55px;
|
margin-top: 55px;
|
||||||
@@ -113,7 +113,8 @@ ContentPlaceHolder1 {
|
|||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
.modal-content {
|
.modal-content {
|
||||||
width: 40%;
|
width: 400px;
|
||||||
|
display:block;
|
||||||
overflow-x: no-content;
|
overflow-x: no-content;
|
||||||
}
|
}
|
||||||
.modal-header {
|
.modal-header {
|
||||||
|
|||||||
@@ -96,4 +96,7 @@ h1 {
|
|||||||
width: 320px;
|
width: 320px;
|
||||||
height: 62px;
|
height: 62px;
|
||||||
}
|
}
|
||||||
|
.modal-content{
|
||||||
|
width:400px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user