This commit is contained in:
TheGiddyLimit
2024-03-10 21:53:34 +00:00
parent b323d4123e
commit f00d1f3833
272 changed files with 24017 additions and 9350 deletions

View File

@@ -1,4 +1,3 @@
/* GENERAL/PAGE STYLES */
#content_input {
width: 100%;
@@ -23,11 +22,10 @@
}
#content_output {
overflow-y: auto;
overflow-x: hidden;
overflow: hidden auto;
}
#content_input input[type=number] {
#content_input input[type="number"] {
text-align: right;
}
@@ -119,7 +117,7 @@ textarea.form-control {
background: #555;
}
.mkbru__ipt-cb[type=checkbox] {
.mkbru__ipt-cb[type="checkbox"] {
margin-top: 0;
margin-left: 2px;
}
@@ -129,7 +127,7 @@ textarea.form-control {
top: 2px;
}
.mkbru__ipt-cb--plain[type=checkbox] {
.mkbru__ipt-cb--plain[type="checkbox"] {
margin-top: 0;
}
@@ -140,7 +138,7 @@ textarea.form-control {
}
.mkbru__sub-name--33 {
min-width: calc(33.33333% - 0.25rem);
min-width: calc(33.3333% - 0.25rem);
text-align: right;
font-weight: bold;
}
@@ -219,7 +217,7 @@ tr th.mon__name--token {
background: #555;
}
.mkbru_mon__cb-environment[type=checkbox] {
.mkbru_mon__cb-environment[type="checkbox"] {
margin: 0 2px 0 0;
}