fix error
This commit is contained in:
parent
d3e563d92f
commit
b19d1a55f8
@ -25,8 +25,8 @@
|
|||||||
* Include base and custom css
|
* Include base and custom css
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* Icon Css and Fonts
|
* Icon Css and Fonts
|
||||||
*/
|
*/
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'argon';
|
font-family: 'argon';
|
||||||
src: url('fonts/argon.eot?vncylf');
|
src: url('fonts/argon.eot?vncylf');
|
||||||
@ -243,7 +243,7 @@
|
|||||||
.th {
|
.th {
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
padding: 0.5em;
|
padding: .5em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
@ -336,7 +336,7 @@ html {
|
|||||||
-ms-text-size-adjust: 100%;
|
-ms-text-size-adjust: 100%;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
font-size: 0.8rem;
|
font-size: .8rem;
|
||||||
background-color: #f8f9fe;
|
background-color: #f8f9fe;
|
||||||
}
|
}
|
||||||
html,
|
html,
|
||||||
@ -348,7 +348,7 @@ body {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
select {
|
select {
|
||||||
padding: 0.36rem 0.8rem;
|
padding: .36rem .8rem;
|
||||||
color: #555;
|
color: #555;
|
||||||
border: thin solid #ccc;
|
border: thin solid #ccc;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
@ -361,11 +361,11 @@ input,
|
|||||||
.cbi-dropdown {
|
.cbi-dropdown {
|
||||||
line-height: 1.5rem;
|
line-height: 1.5rem;
|
||||||
height: 2.5rem;
|
height: 2.5rem;
|
||||||
padding: 0.625rem 0.75rem;
|
padding: .625rem .75rem;
|
||||||
margin: 0.25rem 0.1rem;
|
margin: 0.25rem 0.1rem;
|
||||||
color: #8898aa;
|
color: #8898aa;
|
||||||
border: 1px solid #dee2e6;
|
border: 1px solid #dee2e6;
|
||||||
border-radius: 0.25rem;
|
border-radius: .25rem;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
@ -392,7 +392,7 @@ pre {
|
|||||||
}
|
}
|
||||||
code {
|
code {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-size-adjust: 0.35;
|
font-size-adjust: .35;
|
||||||
padding: 1px 3px;
|
padding: 1px 3px;
|
||||||
color: #101010;
|
color: #101010;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
@ -405,7 +405,7 @@ abbr {
|
|||||||
}
|
}
|
||||||
hr {
|
hr {
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
opacity: 0.1;
|
opacity: .1;
|
||||||
border-color: #eee;
|
border-color: #eee;
|
||||||
}
|
}
|
||||||
header,
|
header,
|
||||||
@ -413,7 +413,7 @@ header,
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
footer {
|
footer {
|
||||||
font-size: 0.8rem;
|
font-size: .8rem;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
@ -450,7 +450,7 @@ small {
|
|||||||
.main > .loading > span {
|
.main > .loading > span {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
font-size-adjust: 0.35;
|
font-size-adjust: .35;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 12.5%;
|
top: 12.5%;
|
||||||
display: block;
|
display: block;
|
||||||
@ -459,8 +459,8 @@ small {
|
|||||||
}
|
}
|
||||||
.main > .loading > span > .loading-img {
|
.main > .loading > span > .loading-img {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 0.1rem;
|
top: .1rem;
|
||||||
left: 0.05rem;
|
left: .05rem;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 1.25rem;
|
width: 1.25rem;
|
||||||
height: 1.25rem;
|
height: 1.25rem;
|
||||||
@ -577,9 +577,9 @@ header .fill .status {
|
|||||||
}
|
}
|
||||||
header .fill .status * {
|
header .fill .status * {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 0.2rem;
|
top: .2rem;
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 0.3rem;
|
margin-left: .3rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
#xhr_poll_status {
|
#xhr_poll_status {
|
||||||
@ -633,18 +633,18 @@ header .fill .status * {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.alert-message > * {
|
.alert-message > * {
|
||||||
margin: 0.5rem 0;
|
margin: .5rem 0;
|
||||||
}
|
}
|
||||||
.alert-message .btn {
|
.alert-message .btn {
|
||||||
padding: 0.3rem 0.6rem;
|
padding: .3rem .6rem;
|
||||||
}
|
}
|
||||||
.container .alert,
|
.container .alert,
|
||||||
.container .alert-message {
|
.container .alert-message {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* Main Menu
|
* Main Menu
|
||||||
*/
|
*/
|
||||||
.main .main-left {
|
.main .main-left {
|
||||||
transition: all 0.2s;
|
transition: all 0.2s;
|
||||||
}
|
}
|
||||||
@ -672,9 +672,9 @@ header .fill .status * {
|
|||||||
}
|
}
|
||||||
.main .main-left .nav li.slide .menu {
|
.main .main-left .nav li.slide .menu {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0.1rem 0.5rem 0.1rem 0.5rem;
|
margin: 0.1rem .5rem 0.1rem .5rem;
|
||||||
padding: 0.675rem 0 0.675rem 2.5rem;
|
padding: .675rem 0 .675rem 2.5rem;
|
||||||
border-radius: 0.375rem;
|
border-radius: .375rem;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
@ -730,7 +730,7 @@ header .fill .status * {
|
|||||||
/* Better Font Rendering =========== */
|
/* Better Font Rendering =========== */
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
content: '\e90f';
|
content: '\e90f';
|
||||||
transition: all 0.15s ease;
|
transition: all .15s ease;
|
||||||
color: #ced4da;
|
color: #ced4da;
|
||||||
text-rendering: auto;
|
text-rendering: auto;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
@ -831,9 +831,9 @@ header .fill .status * {
|
|||||||
}
|
}
|
||||||
.logout {
|
.logout {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0.8rem 0.5rem 0.1rem 0.5rem;
|
margin: 0.8rem .5rem 0.1rem 0.5rem;
|
||||||
padding: 0.675rem 0 0.675rem 2.5rem;
|
padding: .675rem 0 .675rem 2.5rem;
|
||||||
border-radius: 0.375rem;
|
border-radius: .375rem;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
transition: all 0.2s;
|
transition: all 0.2s;
|
||||||
@ -934,7 +934,7 @@ h5 {
|
|||||||
.cbi-section-descr {
|
.cbi-section-descr {
|
||||||
font-size: small;
|
font-size: small;
|
||||||
line-height: 1.42857143;
|
line-height: 1.42857143;
|
||||||
padding: 0.5rem 0;
|
padding: .5rem 0;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.cbi-map-descr + fieldset {
|
.cbi-map-descr + fieldset {
|
||||||
@ -993,10 +993,10 @@ table > thead > tr > th,
|
|||||||
.table > .thead > .tr > .th,
|
.table > .thead > .tr > .th,
|
||||||
.table > .tr > .td.cbi-value-field,
|
.table > .tr > .td.cbi-value-field,
|
||||||
.table > .tr > .th.cbi-section-table-cell {
|
.table > .tr > .th.cbi-section-table-cell {
|
||||||
padding: 0.5rem;
|
padding: .5rem;
|
||||||
}
|
}
|
||||||
.container > .cbi-section:first-of-type > .table[width="100%"] > .tr > .td {
|
.container > .cbi-section:first-of-type > .table[width="100%"] > .tr > .td {
|
||||||
padding: 0.6rem;
|
padding: .6rem;
|
||||||
}
|
}
|
||||||
.cbi-section-table-cell {
|
.cbi-section-table-cell {
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
@ -1066,10 +1066,10 @@ td > table > tbody > tr > td,
|
|||||||
.btn,
|
.btn,
|
||||||
.cbi-button,
|
.cbi-button,
|
||||||
.item::after {
|
.item::after {
|
||||||
font-size: 0.8rem;
|
font-size: .8rem;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
padding: 0 0.8rem;
|
padding: 0 .8rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
@ -1083,7 +1083,7 @@ td > table > tbody > tr > td,
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 0.2rem;
|
border-radius: .2rem;
|
||||||
background-color: #f0f0f0;
|
background-color: #f0f0f0;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
@ -1095,7 +1095,7 @@ td > table > tbody > tr > td,
|
|||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
padding: 0.2rem 0.3rem;
|
padding: .2rem .3rem;
|
||||||
color: transparent !important;
|
color: transparent !important;
|
||||||
background: url(icons/arrow.svg) no-repeat center;
|
background: url(icons/arrow.svg) no-repeat center;
|
||||||
background-size: 12px 20px;
|
background-size: 12px 20px;
|
||||||
@ -1107,7 +1107,7 @@ td > table > tbody > tr > td,
|
|||||||
-webkit-appearance: none !important;
|
-webkit-appearance: none !important;
|
||||||
}
|
}
|
||||||
.cbi-button + .cbi-button {
|
.cbi-button + .cbi-button {
|
||||||
margin-left: 0.6rem;
|
margin-left: .6rem;
|
||||||
}
|
}
|
||||||
.btn:hover,
|
.btn:hover,
|
||||||
.btn:focus,
|
.btn:focus,
|
||||||
@ -1148,7 +1148,7 @@ td > table > tbody > tr > td,
|
|||||||
.cbi-button:disabled {
|
.cbi-button:disabled {
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
opacity: 0.5;
|
opacity: .5;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
/* gray */
|
/* gray */
|
||||||
@ -1258,14 +1258,14 @@ td > table > tbody > tr > td,
|
|||||||
}
|
}
|
||||||
.tabs {
|
.tabs {
|
||||||
margin: 0 0rem;
|
margin: 0 0rem;
|
||||||
padding-left: 0.5rem;
|
padding-left: .5rem;
|
||||||
border-radius: 0.375rem;
|
border-radius: 0.375rem;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
.tabs > li,
|
.tabs > li,
|
||||||
.cbi-tabmenu > li {
|
.cbi-tabmenu > li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0.55rem 0;
|
padding: .55rem 0;
|
||||||
margin: 0.5rem 0.1rem 0 0.1rem;
|
margin: 0.5rem 0.1rem 0 0.1rem;
|
||||||
border-top-left-radius: 0.375rem;
|
border-top-left-radius: 0.375rem;
|
||||||
border-top-right-radius: 0.375rem;
|
border-top-right-radius: 0.375rem;
|
||||||
@ -1273,8 +1273,8 @@ td > table > tbody > tr > td,
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.tabs > li {
|
.tabs > li {
|
||||||
padding-bottom: 0.4rem;
|
padding-bottom: .4rem;
|
||||||
border-bottom: 0.2rem solid transparent;
|
border-bottom: .2rem solid transparent;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
.tabs > li[class~="active"],
|
.tabs > li[class~="active"],
|
||||||
@ -1288,7 +1288,7 @@ td > table > tbody > tr > td,
|
|||||||
}
|
}
|
||||||
.tabs > li > a,
|
.tabs > li > a,
|
||||||
.cbi-tabmenu > li > a {
|
.cbi-tabmenu > li > a {
|
||||||
padding: 0.6rem 0.9rem;
|
padding: .6rem .9rem;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #404040;
|
color: #404040;
|
||||||
}
|
}
|
||||||
@ -1361,14 +1361,14 @@ td > table > tbody > tr > td,
|
|||||||
}
|
}
|
||||||
.cbi-value-description {
|
.cbi-value-description {
|
||||||
font-size: small;
|
font-size: small;
|
||||||
padding-top: 0.4rem;
|
padding-top: .4rem;
|
||||||
opacity: 0.5;
|
opacity: .5;
|
||||||
}
|
}
|
||||||
.cbi-value-title {
|
.cbi-value-title {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
float: left;
|
float: left;
|
||||||
width: 23rem;
|
width: 23rem;
|
||||||
padding-top: 0.25rem;
|
padding-top: .25rem;
|
||||||
padding-right: 2rem;
|
padding-right: 2rem;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
@ -1376,7 +1376,7 @@ td > table > tbody > tr > td,
|
|||||||
.cbi-value {
|
.cbi-value {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0.35rem 1rem 0.2rem 1rem;
|
padding: .35rem 1rem .2rem 1rem;
|
||||||
line-height: 2.4rem;
|
line-height: 2.4rem;
|
||||||
}
|
}
|
||||||
.cbi-value ul {
|
.cbi-value ul {
|
||||||
@ -1418,7 +1418,7 @@ td > table > tbody > tr > td,
|
|||||||
.td[data-title]::before {
|
.td[data-title]::before {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
display: none;
|
display: none;
|
||||||
padding: 0.25rem 0;
|
padding: .25rem 0;
|
||||||
content: attr(data-title) ":\20";
|
content: attr(data-title) ":\20";
|
||||||
text-align: left;
|
text-align: left;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@ -1432,7 +1432,7 @@ td > table > tbody > tr > td,
|
|||||||
display: table-cell;
|
display: table-cell;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
flex: 1 1 5%;
|
flex: 1 1 5%;
|
||||||
padding: 0.25rem;
|
padding: .25rem;
|
||||||
content: attr(data-title) "\20";
|
content: attr(data-title) "\20";
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
@ -1482,7 +1482,7 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child {
|
|||||||
max-width: 25rem;
|
max-width: 25rem;
|
||||||
margin-right: 2em;
|
margin-right: 2em;
|
||||||
margin-bottom: 0.3rem;
|
margin-bottom: 0.3rem;
|
||||||
padding: 1em 0.25em 0.25em 0;
|
padding: 1em .25em .25em 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
color: #8898aa;
|
color: #8898aa;
|
||||||
border-bottom: 2px solid #5e72e4;
|
border-bottom: 2px solid #5e72e4;
|
||||||
@ -1574,7 +1574,7 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child {
|
|||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 0 0.25em;
|
padding: 0 .25em;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
@ -1594,7 +1594,7 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child {
|
|||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
min-height: 20px;
|
min-height: 20px;
|
||||||
padding: 0.25em;
|
padding: .25em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
@ -1617,7 +1617,7 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child {
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
.cbi-dropdown > ul > li img {
|
.cbi-dropdown > ul > li img {
|
||||||
margin-right: 0.25em;
|
margin-right: .25em;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
.cbi-dropdown > ul > li > form > input[type="checkbox"] {
|
.cbi-dropdown > ul > li > form > input[type="checkbox"] {
|
||||||
@ -1680,14 +1680,14 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child {
|
|||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
}
|
}
|
||||||
.cbi-dropdown[open] > ul.dropdown > li[unselectable] {
|
.cbi-dropdown[open] > ul.dropdown > li[unselectable] {
|
||||||
opacity: 0.7;
|
opacity: .7;
|
||||||
}
|
}
|
||||||
.cbi-dropdown[open] > ul.dropdown > li > input.create-item-input:first-child:last-child {
|
.cbi-dropdown[open] > ul.dropdown > li > input.create-item-input:first-child:last-child {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.cbi-dropdown[disabled] {
|
.cbi-dropdown[disabled] {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
opacity: 0.6;
|
opacity: .6;
|
||||||
}
|
}
|
||||||
.cbi-dropdown .zonebadge {
|
.cbi-dropdown .zonebadge {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -1717,7 +1717,7 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child {
|
|||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size-adjust: 0.38;
|
font-size-adjust: .38;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
@ -1760,15 +1760,15 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child {
|
|||||||
.modal > * {
|
.modal > * {
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
flex-basis: 100%;
|
flex-basis: 100%;
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: .5em;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.modal > pre,
|
.modal > pre,
|
||||||
.modal > textarea {
|
.modal > textarea {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-size-adjust: 0.35;
|
font-size-adjust: .35;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: .5em;
|
||||||
padding: 8.5px;
|
padding: 8.5px;
|
||||||
cursor: auto;
|
cursor: auto;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
@ -1778,7 +1778,7 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child {
|
|||||||
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
||||||
}
|
}
|
||||||
.modal > h4 {
|
.modal > h4 {
|
||||||
margin: 0.5em 0;
|
margin: .5em 0;
|
||||||
}
|
}
|
||||||
.modal ul {
|
.modal ul {
|
||||||
margin-left: 2.2em;
|
margin-left: 2.2em;
|
||||||
@ -1788,13 +1788,13 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child {
|
|||||||
color: #808080;
|
color: #808080;
|
||||||
}
|
}
|
||||||
.modal p {
|
.modal p {
|
||||||
padding-left: 0.25rem;
|
padding-left: .25rem;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
.modal .label {
|
.modal .label {
|
||||||
font-size: 0.6rem;
|
font-size: .6rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
padding: 0.1rem 0.3rem;
|
padding: .1rem .3rem;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
@ -1803,7 +1803,7 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child {
|
|||||||
background-color: #f0ad4e !important;
|
background-color: #f0ad4e !important;
|
||||||
}
|
}
|
||||||
.modal .btn {
|
.modal .btn {
|
||||||
padding: 0.3rem 0.6rem;
|
padding: .3rem .6rem;
|
||||||
}
|
}
|
||||||
.modal.cbi-modal {
|
.modal.cbi-modal {
|
||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
@ -1826,7 +1826,7 @@ body.modal-overlay-active #modal_overlay {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0.2em;
|
left: .2em;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
content: "";
|
content: "";
|
||||||
background: url(../resources/icons/loading.gif) no-repeat center;
|
background: url(../resources/icons/loading.gif) no-repeat center;
|
||||||
@ -1875,24 +1875,24 @@ body.modal-overlay-active #modal_overlay {
|
|||||||
}
|
}
|
||||||
.ifacebadge {
|
.ifacebadge {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
padding: 0.5rem 0.8rem;
|
padding: .5rem .8rem;
|
||||||
border-bottom: thin solid #ccc;
|
border-bottom: thin solid #ccc;
|
||||||
background: #eee;
|
background: #eee;
|
||||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||||
}
|
}
|
||||||
td > .ifacebadge,
|
td > .ifacebadge,
|
||||||
.td > .ifacebadge {
|
.td > .ifacebadge {
|
||||||
font-size: 0.8rem;
|
font-size: .8rem;
|
||||||
background-color: #f0f0f0;
|
background-color: #f0f0f0;
|
||||||
}
|
}
|
||||||
.ifacebadge > em,
|
.ifacebadge > em,
|
||||||
.ifacebadge > img {
|
.ifacebadge > img {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
margin: 0 0.2rem;
|
margin: 0 .2rem;
|
||||||
}
|
}
|
||||||
.ifacebadge > img + img {
|
.ifacebadge > img + img {
|
||||||
margin: 0 0.2rem 0 0;
|
margin: 0 .2rem 0 0;
|
||||||
}
|
}
|
||||||
.network-status-table {
|
.network-status-table {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -1900,7 +1900,7 @@ td > .ifacebadge,
|
|||||||
}
|
}
|
||||||
.network-status-table .ifacebox {
|
.network-status-table .ifacebox {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
margin: 0.5em;
|
margin: .5em;
|
||||||
}
|
}
|
||||||
.network-status-table .ifacebox-body {
|
.network-status-table .ifacebox-body {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -1919,8 +1919,8 @@ td > .ifacebadge,
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
min-width: 220px;
|
min-width: 220px;
|
||||||
margin: 0.5em 0em 0 0em;
|
margin: .5em 0em 0 0em;
|
||||||
padding: 0.5em;
|
padding: .5em;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
/* textarea */
|
/* textarea */
|
||||||
@ -1928,7 +1928,7 @@ td > .ifacebadge,
|
|||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 14rem;
|
min-height: 14rem;
|
||||||
padding: 0.8rem;
|
padding: .8rem;
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
#syslog {
|
#syslog {
|
||||||
@ -2003,13 +2003,13 @@ td > .ifacebadge,
|
|||||||
}
|
}
|
||||||
.uci-change-legend-label var ins,
|
.uci-change-legend-label var ins,
|
||||||
.uci-change-legend-label var del {
|
.uci-change-legend-label var del {
|
||||||
line-height: 0.4;
|
line-height: .4;
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
.uci-change-list var,
|
.uci-change-list var,
|
||||||
.uci-change-list del,
|
.uci-change-list del,
|
||||||
.uci-change-list ins {
|
.uci-change-list ins {
|
||||||
padding: 0.5rem;
|
padding: .5rem;
|
||||||
}
|
}
|
||||||
/* other fix */
|
/* other fix */
|
||||||
#iwsvg,
|
#iwsvg,
|
||||||
@ -2031,7 +2031,7 @@ td > .ifacebadge,
|
|||||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
.ifacebox-head {
|
.ifacebox-head {
|
||||||
padding: 0.25em;
|
padding: .25em;
|
||||||
background: #eee;
|
background: #eee;
|
||||||
}
|
}
|
||||||
.ifacebox-head.active {
|
.ifacebox-head.active {
|
||||||
@ -2043,44 +2043,44 @@ td > .ifacebadge,
|
|||||||
color: var(--white);
|
color: var(--white);
|
||||||
}
|
}
|
||||||
.ifacebox-body {
|
.ifacebox-body {
|
||||||
padding: 0.5em 1rem;
|
padding: .5em 1rem;
|
||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
}
|
}
|
||||||
.cbi-image-button {
|
.cbi-image-button {
|
||||||
margin-left: 0.5rem;
|
margin-left: .5rem;
|
||||||
}
|
}
|
||||||
.zonebadge {
|
.zonebadge {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0.2rem 0.5rem;
|
padding: .2rem .5rem;
|
||||||
}
|
}
|
||||||
.zonebadge .ifacebadge {
|
.zonebadge .ifacebadge {
|
||||||
margin: 0.1rem 0.2rem;
|
margin: .1rem .2rem;
|
||||||
padding: 0.2rem 0.3rem;
|
padding: .2rem .3rem;
|
||||||
border: thin solid #6c6c6c;
|
border: thin solid #6c6c6c;
|
||||||
}
|
}
|
||||||
.zonebadge > input[type="text"] {
|
.zonebadge > input[type="text"] {
|
||||||
min-width: 10rem;
|
min-width: 10rem;
|
||||||
margin-top: 0.3rem;
|
margin-top: .3rem;
|
||||||
padding: 0.16rem 1rem;
|
padding: .16rem 1rem;
|
||||||
}
|
}
|
||||||
.zonebadge > em,
|
.zonebadge > em,
|
||||||
.zonebadge > strong {
|
.zonebadge > strong {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0 0.2rem;
|
margin: 0 .2rem;
|
||||||
}
|
}
|
||||||
.cbi-value-field .cbi-input-checkbox,
|
.cbi-value-field .cbi-input-checkbox,
|
||||||
.cbi-value-field .cbi-input-radio {
|
.cbi-value-field .cbi-input-radio {
|
||||||
margin-top: 0.1rem;
|
margin-top: .1rem;
|
||||||
}
|
}
|
||||||
.cbi-value-field > ul > li {
|
.cbi-value-field > ul > li {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
.cbi-value-field > ul > li > label {
|
.cbi-value-field > ul > li > label {
|
||||||
margin-top: 0.5rem;
|
margin-top: .5rem;
|
||||||
}
|
}
|
||||||
.cbi-value-field > ul > li .ifacebadge {
|
.cbi-value-field > ul > li .ifacebadge {
|
||||||
margin-top: -0.5rem;
|
margin-top: -0.5rem;
|
||||||
margin-left: 0.4rem;
|
margin-left: .4rem;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
.cbi-section-table-row > .cbi-value-field .cbi-dropdown {
|
.cbi-section-table-row > .cbi-value-field .cbi-dropdown {
|
||||||
@ -2092,10 +2092,10 @@ td > .ifacebadge,
|
|||||||
margin: 0.25rem 0 0.25rem 1rem;
|
margin: 0.25rem 0 0.25rem 1rem;
|
||||||
}
|
}
|
||||||
.cbi-section-create > * {
|
.cbi-section-create > * {
|
||||||
margin: 0.5rem;
|
margin: .5rem;
|
||||||
}
|
}
|
||||||
.cbi-section-remove {
|
.cbi-section-remove {
|
||||||
padding: 0.5rem;
|
padding: .5rem;
|
||||||
}
|
}
|
||||||
div.cbi-value var,
|
div.cbi-value var,
|
||||||
td.cbi-value-field var,
|
td.cbi-value-field var,
|
||||||
@ -2135,7 +2135,7 @@ span[data-tooltip] .label {
|
|||||||
}
|
}
|
||||||
.zonebadge .cbi-tooltip {
|
.zonebadge .cbi-tooltip {
|
||||||
margin: -1.5rem 0 0 -0.5rem;
|
margin: -1.5rem 0 0 -0.5rem;
|
||||||
padding: 0.25rem;
|
padding: .25rem;
|
||||||
background: inherit;
|
background: inherit;
|
||||||
}
|
}
|
||||||
.zonebadge-empty {
|
.zonebadge-empty {
|
||||||
@ -2151,7 +2151,7 @@ span[data-tooltip] .label {
|
|||||||
}
|
}
|
||||||
.zone-forwards > span {
|
.zone-forwards > span {
|
||||||
flex-basis: 10%;
|
flex-basis: 10%;
|
||||||
padding: 0 0.25rem;
|
padding: 0 .25rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.zone-forwards .zone-src,
|
.zone-forwards .zone-src,
|
||||||
@ -2160,9 +2160,9 @@ span[data-tooltip] .label {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
.label {
|
.label {
|
||||||
font-size: 0.8rem;
|
font-size: .8rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 0.3rem 0.8rem;
|
padding: .3rem .8rem;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
@ -2174,8 +2174,8 @@ span[data-tooltip] .label {
|
|||||||
label > input[type="checkbox"],
|
label > input[type="checkbox"],
|
||||||
label > input[type="radio"] {
|
label > input[type="radio"] {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 0.4rem;
|
top: .4rem;
|
||||||
right: 0.2rem;
|
right: .2rem;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
@ -2200,7 +2200,7 @@ label[data-index][data-depends] {
|
|||||||
#command-rc-output > pre,
|
#command-rc-output > pre,
|
||||||
[data-page="admin-services-wol"] .notice code {
|
[data-page="admin-services-wol"] .notice code {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
font-size-adjust: 0.35;
|
font-size-adjust: .35;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
display: block;
|
display: block;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
@ -2266,7 +2266,7 @@ input[name="nslookup"] {
|
|||||||
position: relative;
|
position: relative;
|
||||||
margin-top: 2rem !important;
|
margin-top: 2rem !important;
|
||||||
background-color: var(--secondary) !important;
|
background-color: var(--secondary) !important;
|
||||||
border-radius: 0.375rem;
|
border-radius: .375rem;
|
||||||
box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
|
box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
@ -2357,11 +2357,11 @@ input[name="nslookup"] {
|
|||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(4.75rem);
|
height: calc(4.75rem);
|
||||||
padding: 0.625rem 0.75rem;
|
padding: .625rem .75rem;
|
||||||
transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
|
transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
|
||||||
color: #8898aa;
|
color: #8898aa;
|
||||||
border: 0px solid #dee2e6;
|
border: 0px solid #dee2e6;
|
||||||
border-radius: 0.25rem;
|
border-radius: .25rem;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
|
box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
|
||||||
@ -2403,10 +2403,10 @@ input[name="nslookup"] {
|
|||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
height: auto;
|
height: auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
transition: all 0.15s ease;
|
transition: all .15s ease;
|
||||||
letter-spacing: 0.2em;
|
letter-spacing: .2em;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
padding: 0.375rem 1.25rem;
|
padding: .375rem 1.25rem;
|
||||||
will-change: transform;
|
will-change: transform;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
border: thin solid var(--purple);
|
border: thin solid var(--purple);
|
||||||
@ -2447,7 +2447,7 @@ input[name="nslookup"] {
|
|||||||
}
|
}
|
||||||
[data-page="admin-system-reboot"] p > span {
|
[data-page="admin-system-reboot"] p > span {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 0.1rem;
|
top: .1rem;
|
||||||
left: 1rem;
|
left: 1rem;
|
||||||
}
|
}
|
||||||
/* samba */
|
/* samba */
|
||||||
@ -2456,7 +2456,7 @@ input[name="nslookup"] {
|
|||||||
}
|
}
|
||||||
#cbi-samba [data-tab="template"] .cbi-value-title {
|
#cbi-samba [data-tab="template"] .cbi-value-title {
|
||||||
width: auto;
|
width: auto;
|
||||||
padding-bottom: 0.6rem;
|
padding-bottom: .6rem;
|
||||||
}
|
}
|
||||||
/* admin-system-admin-password */
|
/* admin-system-admin-password */
|
||||||
[data-page="admin-system-admin"] .cbi-map h2,
|
[data-page="admin-system-admin"] .cbi-map h2,
|
||||||
@ -2474,28 +2474,28 @@ input[name="nslookup"] {
|
|||||||
color: var(--gray-dark);
|
color: var(--gray-dark);
|
||||||
}
|
}
|
||||||
.controls {
|
.controls {
|
||||||
margin: 0.5em 1rem 1em 1rem !important;
|
margin: .5em 1rem 1em 1rem !important;
|
||||||
}
|
}
|
||||||
.controls > * > .btn:not([aria-label$="page"]) {
|
.controls > * > .btn:not([aria-label$="page"]) {
|
||||||
flex-grow: initial !important;
|
flex-grow: initial !important;
|
||||||
margin-top: 0.25rem;
|
margin-top: .25rem;
|
||||||
}
|
}
|
||||||
.controls > #pager > .btn[aria-label$="page"] {
|
.controls > #pager > .btn[aria-label$="page"] {
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.controls > * > label {
|
.controls > * > label {
|
||||||
margin-bottom: 0.2rem;
|
margin-bottom: .2rem;
|
||||||
}
|
}
|
||||||
[data-page="admin-system-opkg"] div.btn {
|
[data-page="admin-system-opkg"] div.btn {
|
||||||
line-height: 3;
|
line-height: 3;
|
||||||
display: inline;
|
display: inline;
|
||||||
padding: 0.3rem 0.6rem;
|
padding: .3rem .6rem;
|
||||||
}
|
}
|
||||||
[data-page^="admin-system-admin"]:not(.node-main-login) .cbi-map:not(#cbi-dropbear),
|
[data-page^="admin-system-admin"]:not(.node-main-login) .cbi-map:not(#cbi-dropbear),
|
||||||
[data-page="admin-system-opkg"] #maincontent > .container {
|
[data-page="admin-system-opkg"] #maincontent > .container {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
padding-top: 0.1rem;
|
padding-top: .1rem;
|
||||||
}
|
}
|
||||||
[data-page="admin-system-opkg"] #maincontent > .container {
|
[data-page="admin-system-opkg"] #maincontent > .container {
|
||||||
margin: 2rem;
|
margin: 2rem;
|
||||||
@ -2629,7 +2629,7 @@ input[name="nslookup"] {
|
|||||||
.commandbox {
|
.commandbox {
|
||||||
width: 24% !important;
|
width: 24% !important;
|
||||||
margin: 10px 0 0 10px !important;
|
margin: 10px 0 0 10px !important;
|
||||||
padding: 0.5rem 1rem;
|
padding: .5rem 1rem;
|
||||||
border-bottom: thin solid #ccc;
|
border-bottom: thin solid #ccc;
|
||||||
background: #eee;
|
background: #eee;
|
||||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||||
@ -2719,7 +2719,7 @@ input[type="checkbox"]:checked {
|
|||||||
}
|
}
|
||||||
@media screen and (max-width: 1600px) {
|
@media screen and (max-width: 1600px) {
|
||||||
header > .fill > .container > #logo {
|
header > .fill > .container > #logo {
|
||||||
margin: 0 2.5rem 0 0.5rem;
|
margin: 0 2.5rem 0 .5rem;
|
||||||
}
|
}
|
||||||
.main-left {
|
.main-left {
|
||||||
width: calc(13%);
|
width: calc(13%);
|
||||||
@ -2729,15 +2729,15 @@ input[type="checkbox"]:checked {
|
|||||||
}
|
}
|
||||||
.btn:not(button),
|
.btn:not(button),
|
||||||
.cbi-button {
|
.cbi-button {
|
||||||
font-size: 0.8rem;
|
font-size: .8rem;
|
||||||
padding: 0.2rem 0.6rem;
|
padding: .2rem .6rem;
|
||||||
}
|
}
|
||||||
.label {
|
.label {
|
||||||
padding: 0.2rem 0.6rem;
|
padding: .2rem .6rem;
|
||||||
}
|
}
|
||||||
.cbi-value-title {
|
.cbi-value-title {
|
||||||
width: 15rem;
|
width: 15rem;
|
||||||
padding-right: 0.6rem;
|
padding-right: .6rem;
|
||||||
}
|
}
|
||||||
.cbi-value-field .cbi-dropdown,
|
.cbi-value-field .cbi-dropdown,
|
||||||
.cbi-value-field .cbi-input-select,
|
.cbi-value-field .cbi-input-select,
|
||||||
@ -2752,7 +2752,7 @@ input[type="checkbox"]:checked {
|
|||||||
font-size: small;
|
font-size: small;
|
||||||
}
|
}
|
||||||
.node-admin-status > .main fieldset li > a {
|
.node-admin-status > .main fieldset li > a {
|
||||||
padding: 0.3rem 0.6rem;
|
padding: .3rem .6rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 1366px) {
|
@media screen and (max-width: 1366px) {
|
||||||
@ -2767,14 +2767,14 @@ input[type="checkbox"]:checked {
|
|||||||
}
|
}
|
||||||
.tabs > li > a,
|
.tabs > li > a,
|
||||||
.cbi-tabmenu > li > a {
|
.cbi-tabmenu > li > a {
|
||||||
padding: 0.2rem 0.5rem;
|
padding: .2rem .5rem;
|
||||||
}
|
}
|
||||||
.panel-title {
|
.panel-title {
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
}
|
}
|
||||||
table {
|
table {
|
||||||
font-size: 0.7rem !important;
|
font-size: .7rem !important;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
.table .cbi-input-text {
|
.table .cbi-input-text {
|
||||||
@ -2793,10 +2793,10 @@ input[type="checkbox"]:checked {
|
|||||||
.main > .main-left > .nav > li a,
|
.main > .main-left > .nav > li a,
|
||||||
.main > .main-left > .nav > .slide > .menu,
|
.main > .main-left > .nav > .slide > .menu,
|
||||||
.main > .main-left > .nav > li > [data-title="Logout"] {
|
.main > .main-left > .nav > li > [data-title="Logout"] {
|
||||||
font-size: 0.9rem;
|
font-size: .9rem;
|
||||||
}
|
}
|
||||||
.main > .main-left > .nav > .slide > .slide-menu > li > a {
|
.main > .main-left > .nav > .slide > .slide-menu > li > a {
|
||||||
font-size: 0.7rem;
|
font-size: .7rem;
|
||||||
}
|
}
|
||||||
#modal_overlay {
|
#modal_overlay {
|
||||||
top: 0rem;
|
top: 0rem;
|
||||||
@ -2947,7 +2947,7 @@ input[type="checkbox"]:checked {
|
|||||||
}
|
}
|
||||||
.tr[data-title]::before,
|
.tr[data-title]::before,
|
||||||
.tr.cbi-section-table-titles.named::before {
|
.tr.cbi-section-table-titles.named::before {
|
||||||
font-size: 0.9rem;
|
font-size: .9rem;
|
||||||
display: block;
|
display: block;
|
||||||
flex: 1 1 100%;
|
flex: 1 1 100%;
|
||||||
border-bottom: thin solid rgba(0, 0, 0, 0.26);
|
border-bottom: thin solid rgba(0, 0, 0, 0.26);
|
||||||
@ -2994,10 +2994,10 @@ input[type="checkbox"]:checked {
|
|||||||
}
|
}
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
body {
|
body {
|
||||||
font-size: 0.8rem;
|
font-size: .8rem;
|
||||||
}
|
}
|
||||||
.cbi-progressbar::after {
|
.cbi-progressbar::after {
|
||||||
font-size: 0.95em;
|
font-size: .95em;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
.main-left {
|
.main-left {
|
||||||
@ -3091,5 +3091,4 @@ input[type="checkbox"]:checked {
|
|||||||
background: #424242;
|
background: #424242;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*# sourceMappingURL=./cascade.css.map */
|
|
||||||
/*# sourceMappingURL=cascade.css.map */
|
/*# sourceMappingURL=cascade.css.map */
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user