shell bypass 403
/**
* Compatibility settings tab
*/
/**
* Basic structure
*/
div.row {
display: table-row;
> div {
display: table-cell;
&:first-child {
width: 200px;
}
}
&:not(:last-child) > div {
padding-bottom: 0.5em;
}
p {
margin-bottom: 0.5em;
}
&.header {
p {
margin-bottom: 1em;
}
}
}
/**
* Elements
*/
.wrap.wpmtst {
h2 {
margin: 2em 0 1em;
&.nav-tab-wrapper {
margin-top: 6px;
}
}
}
input {
&.element {
width: 15em;
}
}
/**
* Behavior
*/
.hidden {
display: none;
}
// Dependent inputs are initially hidden.
[data-sub] {
display: none;
}
/**
* Common scenarios table
*/
div.scenarios {
div.row {
border: 1px solid #DDD;
> div {
padding: 1em;
&:first-child {
width: 35%;
border-right: 1px dotted #DDD;
}
&:last-child {
width: 30%;
border-left: 1px dotted #DDD;
}
}
p {
font-size: 14px;
margin: 0;
&:not(:last-child) {
margin-bottom: 1em;
}
}
&.header {
> div {
font-weight: 600;
padding: 0.5em 1em;
}
}
}
}
/**
* Settings table
*/
div.row {
&:not(:last-child) > div:nth-child(2) {
padding-bottom: 0.5em;
}
> div {
&:first-child {
}
&.radio-sub {
label {
text-indent: 24px;
width: 200px;
}
}
}
p {
&.about {
display: inline-block;
vertical-align: middle;
&.adjacent {
margin-left: 0.5em;
}
}
&.description {
display: inline-block;
font-size: 14px;
}
}
label.current {
font-weight: 600;
}
}
/**
* Lazy load class name pairs
*/
.pair-actions {
margin-top: 10px;
}
.pair-sep {
margin-right: 1em;
}
@media only screen and (max-width: 1024px) {
.lazyload-pairs {
.pair {
border: 1px solid #DDD;
padding: 5px 10px;
}
}
}
@import "number-spinner.scss";