mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Started functionality for strict-skipping
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user