some minor changes to the login wall

This commit is contained in:
noxy
2019-11-19 11:03:17 +00:00
parent e81dffd187
commit 5fc7bf3036
11 changed files with 104 additions and 55 deletions

View File

@@ -866,4 +866,8 @@ a.rainbow:hover {
background: none;
border: none;
margin: 0;
}
.bootstrap-tagsinput input {
vertical-align: bottom;
}

View File

@@ -3829,9 +3829,29 @@ button#layout4:before {
margin: 5px;
border-radius: 5px;
display: flex;
justify-content: center;
justify-content: start;
}
.media-koerper {
width: 100%;
}
.sees.panel.panel-default {
padding-bottom: 5px;
}
video#placeholder {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
opacity: 0.2;
object-fit: cover;
}
.modal-content {
padding-top: 10px;
}