Started functionality for strict-skipping

This commit is contained in:
Kasper Rynning-Tønnesen
2019-01-17 21:52:17 +01:00
parent b9b71ff7db
commit 21988a2883
7 changed files with 104 additions and 24 deletions

View File

@@ -824,12 +824,16 @@ input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([
width: 100%;
}
#password{
#password, #strict-input-number{
width: 84%;
margin-left: 30px;
margin-bottom: 0;
}
#strict-input-number {
border-bottom: transparent;
}
span.badge.new,
.progress .determinate,
.progress .indeterminate,
@@ -2412,7 +2416,7 @@ nav ul li:hover, nav ul li.active {
color: lightgrey;
}
#admin-lock
#admin-lock, #strict-skip-lock
{
position:absolute;
display: flex;