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:
ja
2021-09-02 15:41:38 +02:00
parent 3d63739d21
commit 9269f4f505
2 changed files with 7 additions and 3 deletions

View File

@@ -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 {

View File

@@ -96,4 +96,7 @@ h1 {
width: 320px; width: 320px;
height: 62px; height: 62px;
} }
.modal-content{
width:400px;
}
} }