Rahmen und Sprach-Button in Status_julius.aspx wurde angepasst.

This commit is contained in:
ja
2021-08-02 11:41:17 +02:00
parent ed5de0f448
commit 77aec31c7d
4 changed files with 480 additions and 439 deletions

View File

@@ -122,7 +122,9 @@
position: page:absolute;
color: white;
padding: 16px;
padding: 1em;
font-size: 16px;
font-size: 1em;
border: none;
}
@@ -132,7 +134,9 @@
position: absolute;
background-color: #fff;
min-width: 160px;
min-width: 10em;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
box-shadow: 0em 0.5em 1em 0em rgba(0,0,0,0,2);
z-index: 1;
}
@@ -140,6 +144,7 @@
.dropdown-content a {
color: black;
padding: 12px 16px;
padding: 0.75em 1em;
text-decoration: none;
display: block;
}