2015-09-17 08:19:48 +00:00
|
|
|
/**
|
|
|
|
* Material is a clean HTML5 theme for LuCI. It is based on luci-theme-bootstrap and MUI
|
|
|
|
*
|
|
|
|
* luci-theme-material
|
|
|
|
* Copyright 2015 Lutty Yang <lutty@wcan.in>
|
|
|
|
*
|
|
|
|
* Have a bug? Please create an issue here on GitHub!
|
|
|
|
* https://github.com/LuttyYang/luci-theme-material/issues
|
|
|
|
*
|
|
|
|
* luci-theme-bootstrap:
|
|
|
|
* Copyright 2008 Steven Barth <steven@midlink.org>
|
|
|
|
* Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
|
|
|
|
* Copyright 2012 David Menting <david@nut-bolt.nl>
|
|
|
|
*
|
|
|
|
* MUI:
|
|
|
|
* https://github.com/muicss/mui
|
|
|
|
*
|
|
|
|
* Licensed to the public under the Apache License 2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Font generate by Icomoon<icomoon.io>
|
|
|
|
*/
|
2015-09-16 11:59:17 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'icomoon';
|
2018-08-07 15:46:00 +00:00
|
|
|
src: url('fonts/font.eot');
|
|
|
|
src: url('fonts/font.eot') format('embedded-opentype'),
|
|
|
|
url('fonts/font.ttf') format('truetype'),
|
|
|
|
url('fonts/font.woff') format('woff'),
|
|
|
|
url('fonts/font.svg') format('svg');
|
2015-09-16 11:59:17 +00:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
2018-06-19 15:20:45 +00:00
|
|
|
.table { display: table; position: relative; }
|
|
|
|
.tr { display: table-row; }
|
2018-05-28 12:54:50 +00:00
|
|
|
.thead { display: table-header-group; }
|
|
|
|
.tbody { display: table-row-group; }
|
|
|
|
.tfoot { display: table-footer-group; }
|
|
|
|
.td, .th {
|
|
|
|
vertical-align: middle;
|
|
|
|
text-align: center;
|
|
|
|
display: table-cell;
|
|
|
|
padding: .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.th {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2018-06-19 15:20:45 +00:00
|
|
|
.tr.placeholder {
|
|
|
|
height: 4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tr.placeholder > .td {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 3em;
|
2018-07-09 09:50:51 +00:00
|
|
|
background: inherit;
|
2018-06-19 15:20:45 +00:00
|
|
|
}
|
|
|
|
|
2018-05-28 12:54:50 +00:00
|
|
|
.table[width="33%"], .th[width="33%"], .td[width="33%"] { width: 33%; }
|
|
|
|
.table[width="100%"], .th[width="100%"], .td[width="100%"] { width: 100%; }
|
|
|
|
|
2018-07-09 09:50:51 +00:00
|
|
|
.col-1 { flex: 1 1 30px !important; -webkit-flex: 1 1 30px !important; }
|
|
|
|
.col-2 { flex: 2 2 60px !important; -webkit-flex: 2 2 60px !important; }
|
|
|
|
.col-3 { flex: 3 3 90px !important; -webkit-flex: 3 3 90px !important; }
|
|
|
|
.col-4 { flex: 4 4 120px !important; -webkit-flex: 4 4 120px !important; }
|
|
|
|
.col-5 { flex: 5 5 150px !important; -webkit-flex: 5 5 150px !important; }
|
|
|
|
.col-6 { flex: 6 6 180px !important; -webkit-flex: 6 6 180px !important; }
|
|
|
|
.col-7 { flex: 7 7 210px !important; -webkit-flex: 7 7 210px !important; }
|
|
|
|
.col-8 { flex: 8 8 240px !important; -webkit-flex: 8 8 240px !important; }
|
|
|
|
.col-9 { flex: 9 9 270px !important; -webkit-flex: 9 9 270px !important; }
|
|
|
|
.col-10 { flex: 10 10 300px !important; -webkit-flex: 10 10 300px !important; }
|
|
|
|
|
2015-09-16 11:59:17 +00:00
|
|
|
.cbi-button-up,
|
|
|
|
.cbi-button-down,
|
|
|
|
.cbi-value-helpicon,
|
|
|
|
.showSide,
|
2015-09-19 09:22:54 +00:00
|
|
|
.main > .loading > span {
|
2015-09-16 11:59:17 +00:00
|
|
|
font-family: 'icomoon' !important;
|
|
|
|
speak: none;
|
|
|
|
font-style: normal !important;
|
|
|
|
font-weight: normal !important;
|
|
|
|
font-variant: normal !important;
|
|
|
|
text-transform: none !important;
|
|
|
|
line-height: 1;
|
|
|
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|
|
|
|
|
|
|
|
* {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
|
|
|
|
font-family: inherit;
|
2016-02-18 12:29:19 +00:00
|
|
|
font-weight: 400;
|
2015-09-16 11:59:17 +00:00
|
|
|
line-height: 1.1;
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
2015-10-05 14:01:42 +00:00
|
|
|
html {
|
|
|
|
-webkit-text-size-adjust: 100%;
|
|
|
|
-ms-text-size-adjust: 100%;
|
|
|
|
}
|
|
|
|
|
2016-02-18 12:29:19 +00:00
|
|
|
body {
|
|
|
|
font-size: 0.8rem;
|
|
|
|
background-color: #EEE;
|
|
|
|
}
|
|
|
|
|
2015-09-16 11:59:17 +00:00
|
|
|
html, body {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
height: 100%;
|
2016-02-18 12:29:19 +00:00
|
|
|
font-family: Microsoft Yahei, WenQuanYi Micro Hei, sans-serif, "Helvetica Neue", Helvetica, Hiragino Sans GB;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
select {
|
|
|
|
padding: 0.36rem 0.8rem;
|
|
|
|
color: #555;
|
|
|
|
background-color: #fff;
|
|
|
|
background-image: none;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
|
2015-09-20 04:08:44 +00:00
|
|
|
select,
|
2018-06-08 05:29:44 +00:00
|
|
|
input,
|
|
|
|
.cbi-dropdown {
|
2015-09-20 04:08:44 +00:00
|
|
|
background-color: transparent;
|
2015-10-23 04:51:07 +00:00
|
|
|
color: rgba(0, 0, 0, .87);
|
2015-09-20 04:08:44 +00:00
|
|
|
border: none;
|
2016-02-18 12:29:19 +00:00
|
|
|
border-bottom: 2px solid rgba(0, 0, 0, .26);
|
2015-09-20 04:08:44 +00:00
|
|
|
outline: 0;
|
|
|
|
padding: 0;
|
|
|
|
box-shadow: none;
|
|
|
|
border-radius: 0;
|
|
|
|
background-image: none;
|
2016-02-18 12:29:19 +00:00
|
|
|
height: 1.8rem;
|
|
|
|
font-size: 0.8rem;
|
2015-09-20 04:08:44 +00:00
|
|
|
}
|
|
|
|
|
2015-10-05 14:01:42 +00:00
|
|
|
select:not([multiple="multiple"]):focus,
|
2015-09-20 04:08:44 +00:00
|
|
|
input:focus {
|
|
|
|
border-color: #0099CC;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
2015-10-23 04:51:07 +00:00
|
|
|
select[multiple="multiple"] {
|
2015-10-05 14:01:42 +00:00
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2015-09-16 11:59:17 +00:00
|
|
|
code {
|
|
|
|
color: #0099CC;
|
|
|
|
}
|
|
|
|
|
|
|
|
abbr {
|
2015-10-23 04:51:07 +00:00
|
|
|
color: #005470;
|
2015-09-16 11:59:17 +00:00
|
|
|
text-decoration: underline;
|
|
|
|
cursor: help;
|
|
|
|
}
|
|
|
|
|
2016-02-18 12:29:19 +00:00
|
|
|
hr {
|
2015-10-23 04:51:07 +00:00
|
|
|
margin: 1rem 0;
|
|
|
|
border-color: #EEE;
|
|
|
|
opacity: 0.1;
|
|
|
|
}
|
|
|
|
|
2015-09-19 09:22:54 +00:00
|
|
|
header, .main {
|
2015-09-16 11:59:17 +00:00
|
|
|
width: 100%;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
header {
|
|
|
|
height: 4rem;
|
|
|
|
box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
|
|
|
|
transition: box-shadow .2s;
|
|
|
|
float: left;
|
|
|
|
position: fixed;
|
2018-06-08 05:29:44 +00:00
|
|
|
z-index: 2000;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
2015-10-23 04:51:07 +00:00
|
|
|
footer {
|
2015-09-19 09:22:54 +00:00
|
|
|
text-align: right;
|
|
|
|
padding: 1rem;
|
|
|
|
color: #aaa;
|
|
|
|
font-size: 0.8rem;
|
|
|
|
text-shadow: 0px 0px 2px #BBB;
|
|
|
|
}
|
|
|
|
|
2015-10-23 04:51:07 +00:00
|
|
|
footer > a {
|
2015-09-19 09:22:54 +00:00
|
|
|
color: #aaa;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2015-09-16 11:59:17 +00:00
|
|
|
.main {
|
|
|
|
top: 4rem;
|
|
|
|
bottom: 0rem;
|
2015-10-13 15:07:16 +00:00
|
|
|
position: relative;
|
|
|
|
height: 100%;
|
|
|
|
height: calc(100% - 4rem);
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
2015-10-23 04:51:07 +00:00
|
|
|
.main > .loading {
|
2015-09-19 09:22:54 +00:00
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
z-index: 1000;
|
|
|
|
display: block;
|
|
|
|
background-color: rgb(240, 240, 240);
|
2015-09-20 04:08:44 +00:00
|
|
|
top: 0;
|
2015-09-19 09:22:54 +00:00
|
|
|
}
|
|
|
|
|
2015-10-23 04:51:07 +00:00
|
|
|
.main > .loading > span {
|
2015-09-19 09:22:54 +00:00
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 2rem;
|
|
|
|
color: #888;
|
2016-02-18 12:29:19 +00:00
|
|
|
font-size: 1.2rem;
|
2015-09-19 09:22:54 +00:00
|
|
|
}
|
|
|
|
|
2015-10-23 04:51:07 +00:00
|
|
|
.main > .loading > span > .loading-img:before {
|
2015-09-19 09:22:54 +00:00
|
|
|
content: "\e603";
|
|
|
|
}
|
|
|
|
|
2015-10-23 04:51:07 +00:00
|
|
|
.main > .loading > span > .loading-img {
|
2015-09-20 04:08:44 +00:00
|
|
|
animation: anim-rotate 2s infinite linear;
|
|
|
|
margin-right: 0.2rem;
|
|
|
|
display: inline-block;
|
2015-09-19 09:22:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes anim-rotate {
|
|
|
|
0% {
|
2015-10-23 04:51:07 +00:00
|
|
|
-webkit-transform: rotate(0);
|
|
|
|
-ms-transform: rotate(0);
|
|
|
|
transform: rotate(0);
|
2015-09-19 09:22:54 +00:00
|
|
|
}
|
|
|
|
100% {
|
2015-10-23 04:51:07 +00:00
|
|
|
-webkit-transform: rotate(360deg);
|
|
|
|
-ms-transform: rotate(360deg);
|
|
|
|
transform: rotate(360deg)
|
2015-09-19 09:22:54 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-09-16 11:59:17 +00:00
|
|
|
.main-left {
|
|
|
|
float: left;
|
2015-10-13 15:07:16 +00:00
|
|
|
top: 4rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
width: 15%;
|
2016-02-18 12:29:19 +00:00
|
|
|
width: calc(0% + 15rem);
|
2015-09-16 11:59:17 +00:00
|
|
|
height: 100%;
|
2015-10-13 15:07:16 +00:00
|
|
|
height: calc(100% - 4rem);
|
2015-09-16 11:59:17 +00:00
|
|
|
background-color: white;
|
2015-10-13 15:07:16 +00:00
|
|
|
overflow-x: auto;
|
|
|
|
position: fixed;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.main-right {
|
|
|
|
width: 85%;
|
2016-02-18 12:29:19 +00:00
|
|
|
width: calc(100% - 15rem);
|
2015-09-16 11:59:17 +00:00
|
|
|
float: right;
|
|
|
|
height: 100%;
|
|
|
|
background-color: #EEE;
|
|
|
|
}
|
|
|
|
|
2015-10-23 04:51:07 +00:00
|
|
|
.main-right > #maincontent {
|
2015-10-13 15:07:16 +00:00
|
|
|
background-color: #EEE;
|
|
|
|
}
|
|
|
|
|
2015-09-16 11:59:17 +00:00
|
|
|
.pull-right {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pull-left {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
header {
|
|
|
|
background: #0099CC;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2018-08-07 15:46:00 +00:00
|
|
|
header > .fill > .container {
|
2015-09-16 11:59:17 +00:00
|
|
|
margin-top: 0.5rem;
|
|
|
|
padding: 0.5rem 1rem 0 1rem;
|
|
|
|
}
|
|
|
|
|
2018-08-07 15:46:00 +00:00
|
|
|
header > .fill > .container > .brand {
|
2016-02-18 12:29:19 +00:00
|
|
|
font-size: 1.4rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
color: white;
|
|
|
|
text-decoration: none;
|
|
|
|
cursor: default;
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
|
|
|
|
2018-03-23 08:35:26 +00:00
|
|
|
.danger {
|
|
|
|
background-color: #FA8072 !important;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2015-09-16 11:59:17 +00:00
|
|
|
.warning {
|
2018-03-23 08:35:26 +00:00
|
|
|
background-color: #F0E68C !important;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.success {
|
|
|
|
background-color: #90EE90 !important;
|
|
|
|
color: black;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.alert-message {
|
|
|
|
margin: 2rem 0 0 0;
|
2018-05-31 16:56:50 +00:00
|
|
|
padding: 1rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
border: 0;
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
line-height: 1;
|
|
|
|
font-family: inherit;
|
|
|
|
min-width: inherit;
|
|
|
|
overflow: auto;
|
|
|
|
border-radius: 0;
|
|
|
|
background-color: #FFF;
|
|
|
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 2px 0 rgba(0, 0, 0, .12);
|
|
|
|
}
|
|
|
|
|
2015-10-23 04:51:07 +00:00
|
|
|
.error {
|
2015-10-05 14:01:42 +00:00
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
2018-05-31 16:56:50 +00:00
|
|
|
.alert-message > h4 {
|
2018-05-31 13:38:03 +00:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 110%;
|
2018-05-31 16:56:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.alert-message > * {
|
|
|
|
margin: .5rem 0;
|
2018-05-31 13:38:03 +00:00
|
|
|
}
|
|
|
|
|
2015-09-16 11:59:17 +00:00
|
|
|
#maincontent > .container > div:nth-child(1).alert-message.warning > a {
|
|
|
|
font: inherit;
|
|
|
|
overflow: visible;
|
|
|
|
text-transform: none;
|
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: 0;
|
|
|
|
font-weight: 400;
|
|
|
|
text-align: center;
|
|
|
|
white-space: nowrap;
|
|
|
|
vertical-align: middle;
|
|
|
|
touch-action: manipulation;
|
|
|
|
cursor: pointer;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
background-image: none;
|
|
|
|
min-width: 6rem;
|
|
|
|
padding: 0.5rem 1rem;
|
2016-02-18 12:29:19 +00:00
|
|
|
font-size: 0.9rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
line-height: 1.42857143;
|
|
|
|
color: #fff;
|
|
|
|
background-color: #5bc0de;
|
|
|
|
border-color: #46b8da;
|
|
|
|
margin-top: 2rem;
|
|
|
|
text-decoration: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main > .main-left > .nav {
|
|
|
|
margin-top: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main > .main-left > .nav > li a {
|
|
|
|
color: #404040;
|
2015-09-18 03:32:44 +00:00
|
|
|
display: block;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.main > .main-left > .nav > li:nth-last-child(1) {
|
|
|
|
margin-top: 2rem;
|
2015-09-18 03:32:44 +00:00
|
|
|
font-size: 1.2rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.main > .main-left > .nav > li {
|
|
|
|
padding: 0.5rem 1rem;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main > .main-left > .nav > .slide {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main > .main-left > .nav > .slide > ul {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main > .main-left > .nav > .slide > .menu {
|
|
|
|
display: block;
|
|
|
|
padding: 0.5rem 1rem;
|
|
|
|
text-decoration: none;
|
|
|
|
cursor: default;
|
2016-02-18 12:29:19 +00:00
|
|
|
font-size: 1.15rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.main > .main-left > .nav > li:hover,
|
|
|
|
.main > .main-left > .nav > .slide > .menu:hover {
|
|
|
|
background: #D4D4D4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main > .main-left > .nav > .slide:hover {
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main > .main-left > .nav > .slide > .slide-menu > li {
|
|
|
|
padding: 0.4rem 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main > .main-left > .nav > .slide > .slide-menu > .active {
|
|
|
|
background-color: #0099CC;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main > .main-left > .nav > .slide > .slide-menu > li > a {
|
|
|
|
text-decoration: none;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main > .main-left > .nav > .slide > .slide-menu > .active > a {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main > .main-left > .nav > .slide > .slide-menu > li:hover {
|
|
|
|
background: #D4D4D4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main > .main-left > .nav > .slide > .slide-menu > .active:hover {
|
|
|
|
background-color: #0099CC;
|
|
|
|
cursor: hand;
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#maincontent > .container {
|
2015-09-19 09:22:54 +00:00
|
|
|
margin: 0 2rem 1rem 2rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
2016-02-18 12:29:19 +00:00
|
|
|
font-size: 2rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
padding-bottom: 10px;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
margin: 2rem 0 0 0;
|
2016-02-18 12:29:19 +00:00
|
|
|
font-size: 1.8rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
padding-bottom: 10px;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
margin: 2rem 0 0 0;
|
2016-02-18 12:29:19 +00:00
|
|
|
font-size: 1.4rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
2018-06-19 15:20:45 +00:00
|
|
|
margin: 2rem 0 0 0;
|
|
|
|
font-size: 1.2rem;
|
|
|
|
padding-bottom: 10px;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
2018-06-19 15:20:45 +00:00
|
|
|
.cbi-section {
|
2018-07-09 09:50:51 +00:00
|
|
|
margin: 1rem 0 0 0;
|
2015-09-16 11:59:17 +00:00
|
|
|
padding: 2rem;
|
|
|
|
border: 0;
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
line-height: 1;
|
|
|
|
font-family: inherit;
|
|
|
|
min-width: inherit;
|
|
|
|
border-radius: 0;
|
|
|
|
background-color: #FFF;
|
|
|
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 2px 0 rgba(0, 0, 0, .12);
|
2015-10-05 14:01:42 +00:00
|
|
|
|
2015-10-23 04:51:07 +00:00
|
|
|
-webkit-overflow-scrolling: touch;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
2016-02-18 12:29:19 +00:00
|
|
|
.cbi-map-descr + fieldset {
|
|
|
|
margin-top: 1rem;
|
|
|
|
}
|
|
|
|
|
2018-06-19 15:20:45 +00:00
|
|
|
.cbi-section > legend {
|
2015-09-16 11:59:17 +00:00
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset > fieldset {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2018-07-09 09:50:51 +00:00
|
|
|
.cbi-section > h3:first-child,
|
2015-09-16 11:59:17 +00:00
|
|
|
.panel-title {
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
line-height: 1;
|
|
|
|
color: #404040;
|
2016-02-18 12:29:19 +00:00
|
|
|
font-size: 1.4rem;
|
|
|
|
padding-bottom: 1rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
border-bottom: 1px solid #eee;
|
2018-07-09 09:50:51 +00:00
|
|
|
margin: 0;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
2018-06-19 15:20:45 +00:00
|
|
|
table {
|
2015-09-16 11:59:17 +00:00
|
|
|
border-spacing: 0;
|
|
|
|
border-collapse: collapse;
|
2018-06-19 15:20:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table, .table {
|
2015-09-16 11:59:17 +00:00
|
|
|
width: 100%;
|
|
|
|
border: 1px solid #eee;
|
|
|
|
}
|
|
|
|
|
2018-05-28 12:54:50 +00:00
|
|
|
table > tbody > tr > td, table > tbody > tr > th, table > tfoot > tr > td, table > tfoot > tr > th, table > thead > tr > td, table > thead > tr > th,
|
|
|
|
.table > .tbody > .tr > .td, .table > .tbody > .tr > .th, .table > .tfoot > .tr > .td, .table > .tfoot > .tr > .th, .table > .thead > .tr > .td, .table > .thead > .tr > .th {
|
2016-02-18 12:29:19 +00:00
|
|
|
padding: .5rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2018-06-19 15:20:45 +00:00
|
|
|
.cbi-section-table-cell {
|
|
|
|
white-space: nowrap;
|
|
|
|
align-self: flex-end;
|
2018-07-09 09:50:51 +00:00
|
|
|
flex: 1 1 auto;
|
2018-06-19 15:20:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-section-table {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2015-09-16 11:59:17 +00:00
|
|
|
.cbi-section-table-row {
|
|
|
|
text-align: center;
|
2018-06-19 15:20:45 +00:00
|
|
|
margin-bottom: 1rem;
|
|
|
|
background: #f4f4f4;
|
|
|
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 2px 0 rgba(0, 0, 0, .12);
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-section-table-row:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-section-table-row > .cbi-value-field .cbi-input-select,
|
|
|
|
.cbi-section-table-row > .cbi-value-field .cbi-input-text,
|
|
|
|
.cbi-section-table-row > .cbi-value-field .cbi-input-password,
|
|
|
|
.cbi-section-table-row > .cbi-value-field .cbi-dropdown {
|
|
|
|
width: 100%;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
2018-07-09 09:50:51 +00:00
|
|
|
.cbi-section-table-row > .cbi-value-field [data-dynlist] > input,
|
|
|
|
.cbi-section-table-row > .cbi-value-field input.cbi-input-password {
|
|
|
|
width: calc(100% - 1.5rem);
|
|
|
|
}
|
|
|
|
|
2018-06-19 15:20:45 +00:00
|
|
|
div > table > tbody > tr:nth-of-type(2n),
|
|
|
|
div > .table > .tbody > .tr:nth-of-type(2n) {
|
2018-05-28 12:54:50 +00:00
|
|
|
background-color: #f9f9f9;
|
|
|
|
}
|
|
|
|
|
2018-06-19 15:20:45 +00:00
|
|
|
div > table > tbody > tr:nth-of-type(2n),
|
|
|
|
div > .table > .tbody > .tr:nth-of-type(2n) {
|
2015-09-16 11:59:17 +00:00
|
|
|
background-color: #f9f9f9;
|
|
|
|
}
|
|
|
|
|
2015-09-17 08:19:48 +00:00
|
|
|
/* fix progress bar */
|
2015-10-23 04:51:07 +00:00
|
|
|
#swaptotal > div,
|
|
|
|
#swapfree > div,
|
2015-09-16 11:59:17 +00:00
|
|
|
#memfree > div,
|
|
|
|
#membuff > div,
|
|
|
|
#conns > div,
|
|
|
|
#memtotal > div {
|
|
|
|
width: 100% !important;
|
2016-02-18 12:29:19 +00:00
|
|
|
height: 1.2rem !important;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
2015-10-23 04:51:07 +00:00
|
|
|
#swaptotal > div > div,
|
|
|
|
#swapfree > div > div,
|
2015-09-16 11:59:17 +00:00
|
|
|
#memfree > div > div,
|
|
|
|
#membuff > div > div,
|
|
|
|
#conns > div > div,
|
|
|
|
#memtotal > div > div {
|
2016-02-18 12:29:19 +00:00
|
|
|
height: 100% !important;
|
2015-09-16 11:59:17 +00:00
|
|
|
background-color: #0099CC !important;
|
|
|
|
}
|
|
|
|
|
2015-09-17 08:19:48 +00:00
|
|
|
/* fix multiple table */
|
2015-09-16 11:59:17 +00:00
|
|
|
|
2018-05-28 12:54:50 +00:00
|
|
|
table table,
|
|
|
|
.table .table {
|
2015-09-16 11:59:17 +00:00
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2018-05-28 12:54:50 +00:00
|
|
|
.cbi-value-field table,
|
|
|
|
.cbi-value-field .table {
|
2015-09-16 11:59:17 +00:00
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2018-05-28 12:54:50 +00:00
|
|
|
td > table > tbody > tr > td,
|
|
|
|
.td > .table > .tbody > .tr > .td {
|
2015-09-16 11:59:17 +00:00
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2018-05-28 12:54:50 +00:00
|
|
|
.cbi-value-field > table > tbody > tr > td,
|
|
|
|
.cbi-value-field > .table > .tbody > .tr > .td {
|
2015-09-16 11:59:17 +00:00
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2015-09-17 08:19:48 +00:00
|
|
|
/* button style */
|
2015-09-16 11:59:17 +00:00
|
|
|
|
2018-05-31 13:38:03 +00:00
|
|
|
.btn, .cbi-button {
|
2015-10-05 14:01:42 +00:00
|
|
|
-webkit-appearance: none;
|
2015-09-20 04:08:44 +00:00
|
|
|
text-transform: uppercase;
|
|
|
|
color: rgba(0, 0, 0, 0.87);
|
2015-10-05 14:01:42 +00:00
|
|
|
background-color: #F0F0F0;
|
2015-09-20 04:08:44 +00:00
|
|
|
transition: all 0.2s ease-in-out;
|
2015-09-16 11:59:17 +00:00
|
|
|
display: inline-block;
|
2016-02-18 12:29:19 +00:00
|
|
|
padding: 0 0.8rem;
|
2015-09-20 04:08:44 +00:00
|
|
|
border: none;
|
|
|
|
border-radius: 0.2rem;
|
|
|
|
cursor: pointer;
|
|
|
|
-ms-touch-action: manipulation;
|
|
|
|
touch-action: manipulation;
|
|
|
|
background-image: none;
|
2015-09-16 11:59:17 +00:00
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
2015-09-20 04:08:44 +00:00
|
|
|
white-space: nowrap;
|
2015-09-16 11:59:17 +00:00
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
user-select: none;
|
2016-02-18 12:29:19 +00:00
|
|
|
font-size: 0.8rem;
|
2015-09-20 04:08:44 +00:00
|
|
|
width: auto !important;
|
2018-05-31 16:56:50 +00:00
|
|
|
display: inline-block;
|
|
|
|
text-decoration: none;
|
2015-09-20 04:08:44 +00:00
|
|
|
}
|
|
|
|
|
2018-05-31 13:38:03 +00:00
|
|
|
.btn:hover,
|
|
|
|
.btn:focus,
|
|
|
|
.btn:active,
|
2015-09-20 04:08:44 +00:00
|
|
|
.cbi-button:hover,
|
|
|
|
.cbi-button:focus,
|
2018-07-13 10:39:07 +00:00
|
|
|
.cbi-button:active,
|
|
|
|
.cbi-page-actions .cbi-button-apply + .cbi-button-save:hover,
|
|
|
|
.cbi-page-actions .cbi-button-apply + .cbi-button-save:focus,
|
|
|
|
.cbi-page-actions .cbi-button-apply + .cbi-button-save:active {
|
2015-09-20 04:08:44 +00:00
|
|
|
outline: 0;
|
|
|
|
text-decoration: none;
|
2018-07-13 10:39:07 +00:00
|
|
|
background-color: rgba(250, 250, 250, 0.7);
|
2015-09-20 04:08:44 +00:00
|
|
|
}
|
|
|
|
|
2018-05-31 13:38:03 +00:00
|
|
|
.btn:hover,
|
|
|
|
.btn:focus,
|
2015-09-20 04:08:44 +00:00
|
|
|
.cbi-button:hover,
|
|
|
|
.cbi-button:focus {
|
|
|
|
box-shadow: 0 0px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
|
|
|
|
}
|
|
|
|
|
2018-05-31 13:38:03 +00:00
|
|
|
.btn:active,
|
2015-09-20 04:08:44 +00:00
|
|
|
.cbi-button:active {
|
|
|
|
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
|
|
|
|
}
|
|
|
|
|
2018-05-31 13:38:03 +00:00
|
|
|
.btn:disabled,
|
2015-09-20 04:08:44 +00:00
|
|
|
.cbi-button:disabled {
|
|
|
|
cursor: not-allowed;
|
|
|
|
pointer-events: none;
|
|
|
|
opacity: 0.60;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2018-07-13 10:39:07 +00:00
|
|
|
.cbi-page-actions .cbi-button-apply,
|
|
|
|
.cbi-section-actions .cbi-button-edit,
|
|
|
|
.cbi-button-edit.important,
|
|
|
|
.cbi-button-apply.important,
|
|
|
|
.cbi-button-reload.important,
|
|
|
|
.cbi-button-action.important {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #337ab7;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
2018-07-13 10:39:07 +00:00
|
|
|
.cbi-page-actions .cbi-button-save,
|
|
|
|
.cbi-button-add.important,
|
|
|
|
.cbi-button-save.important,
|
|
|
|
.cbi-button-positive.important {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #5bc0de;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-button-remove.important,
|
|
|
|
.cbi-button-reset.important,
|
|
|
|
.cbi-button-negative.important {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #d9534f;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-button-find,
|
2018-07-13 10:39:07 +00:00
|
|
|
.cbi-button-link,
|
|
|
|
.cbi-button-up,
|
|
|
|
.cbi-button-down,
|
|
|
|
.cbi-button-neutral {
|
|
|
|
border: 1px solid #bfbfbf;
|
|
|
|
background-color: transparent;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
2018-07-13 10:39:07 +00:00
|
|
|
.cbi-button-edit,
|
2015-09-16 11:59:17 +00:00
|
|
|
.cbi-button-apply,
|
2018-07-13 10:39:07 +00:00
|
|
|
.cbi-button-reload,
|
|
|
|
.cbi-button-action {
|
|
|
|
color: #2e6da4;
|
|
|
|
border: 1px solid #2e6da4;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-page-actions .cbi-button-apply + .cbi-button-save,
|
|
|
|
.cbi-button-add,
|
|
|
|
.cbi-button-save,
|
|
|
|
.cbi-button-positive {
|
|
|
|
color: #46b8da;
|
|
|
|
border: 1px solid #46b8da;
|
|
|
|
background-color: transparent;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
2016-02-18 12:29:19 +00:00
|
|
|
.cbi-section-remove > .cbi-button,
|
2018-07-13 10:39:07 +00:00
|
|
|
.cbi-button-remove,
|
|
|
|
.cbi-button-reset,
|
|
|
|
.cbi-button-negative {
|
|
|
|
color: #d43f3a;
|
|
|
|
border: 1px solid #d43f3a;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-page-actions .cbi-button-link:first-child {
|
|
|
|
float: left;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
2015-10-23 04:51:07 +00:00
|
|
|
.a-to-btn {
|
2015-09-20 04:08:44 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2015-09-16 11:59:17 +00:00
|
|
|
/* table */
|
|
|
|
|
|
|
|
.tabs {
|
|
|
|
margin: 0 -2rem;
|
|
|
|
padding-left: 0.5rem;
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-tabmenu > li,
|
|
|
|
.tabs > li {
|
|
|
|
display: inline-block;
|
2016-02-18 12:29:19 +00:00
|
|
|
padding: 0.6rem 0rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-tabmenu > li > a,
|
|
|
|
.tabs > li > a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #404040;
|
2016-02-18 12:29:19 +00:00
|
|
|
padding: 0.5rem 0.8rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabs > li[class~="active"],
|
|
|
|
.tabs > li:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
border-bottom: 0.2rem solid #0099CC;
|
|
|
|
color: #0099CC;
|
2015-10-05 14:01:42 +00:00
|
|
|
margin-bottom: -0.18751rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabs > li[class~="active"] > a {
|
|
|
|
color: #0099cc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabs > li:hover {
|
2015-10-05 14:01:42 +00:00
|
|
|
border-bottom: 0.18751rem solid #C9C9C9;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-tabmenu {
|
|
|
|
border-top: 1px solid #D4D4D4;
|
|
|
|
border-left: 1px solid #D4D4D4;
|
|
|
|
border-right: 1px solid #D4D4D4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-tabmenu > li:hover {
|
|
|
|
background-color: #F1F1F1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-tabmenu > li[class~="cbi-tab"] {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-tabmenu {
|
|
|
|
background-color: #D4D4D4;
|
|
|
|
}
|
|
|
|
|
2016-02-18 12:29:19 +00:00
|
|
|
.cbi-section-remove:nth-of-type(2n),
|
|
|
|
.cbi-section-node:nth-of-type(2n){
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
}
|
|
|
|
|
2015-09-16 11:59:17 +00:00
|
|
|
.cbi-section-node-tabbed {
|
|
|
|
padding: 0;
|
|
|
|
margin-top: 0;
|
|
|
|
border-bottom: 1px solid #D4D4D4;
|
|
|
|
border-left: 1px solid #D4D4D4;
|
|
|
|
border-right: 1px solid #D4D4D4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-tabcontainer > .cbi-value:nth-of-type(2n) {
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-value-field,
|
|
|
|
.cbi-value-description {
|
|
|
|
display: table-cell;
|
2016-02-18 12:29:19 +00:00
|
|
|
line-height: 1.25;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-value-helpicon > img {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-value-helpicon:before {
|
|
|
|
content: "\f059";
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-value-description {
|
|
|
|
font-size: small;
|
|
|
|
opacity: 0.5;
|
|
|
|
padding: 0.5rem 0 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-value-title {
|
2015-09-18 05:51:15 +00:00
|
|
|
word-wrap: break-word;
|
2015-09-16 11:59:17 +00:00
|
|
|
padding-top: 0.6rem;
|
2015-09-18 05:51:15 +00:00
|
|
|
width: 23rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
float: left;
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 2rem;
|
2015-09-18 05:51:15 +00:00
|
|
|
display: table-cell;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-value {
|
2016-02-18 12:29:19 +00:00
|
|
|
padding: 0.3rem 1rem;
|
2015-10-05 14:01:42 +00:00
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-section-table-descr > .cbi-section-table-cell,
|
|
|
|
.cbi-section-table-titles > .cbi-section-table-cell {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2018-07-09 09:50:51 +00:00
|
|
|
.td[data-title]::before {
|
|
|
|
content: attr(data-title) ":\20";
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: left;
|
|
|
|
display: none;
|
|
|
|
padding: .25rem 0;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tr.placeholder .td[data-title]::before {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tr[data-title]::before,
|
|
|
|
.tr.cbi-section-table-titles.named::before {
|
|
|
|
content: attr(data-title) "\20";
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
display: table-cell;
|
|
|
|
align-self: center;
|
|
|
|
flex: 1 1 5%;
|
|
|
|
padding: .25rem;
|
|
|
|
white-space: normal;
|
|
|
|
word-wrap: break-word;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2018-07-13 10:39:07 +00:00
|
|
|
.cbi-rowstyle-1 {
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
}
|
|
|
|
|
2015-09-16 11:59:17 +00:00
|
|
|
.cbi-rowstyle-2 {
|
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
|
2015-10-23 04:51:07 +00:00
|
|
|
.cbi-rowstyle-2 .cbi-button-up,
|
2016-02-18 12:29:19 +00:00
|
|
|
.cbi-rowstyle-2 .cbi-button-down {
|
2015-10-23 04:51:07 +00:00
|
|
|
background-color: #FFF !important;
|
|
|
|
}
|
|
|
|
|
2015-09-16 11:59:17 +00:00
|
|
|
.cbi-section-table .cbi-section-table-titles .cbi-section-table-cell {
|
|
|
|
width: auto !important;
|
|
|
|
}
|
|
|
|
|
2018-07-13 10:39:07 +00:00
|
|
|
.td.cbi-section-actions {
|
|
|
|
text-align: right;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.td.cbi-section-actions > * {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.td.cbi-section-actions > * > *,
|
|
|
|
.td.cbi-section-actions > * > form > * {
|
|
|
|
flex: 1 1 4em;
|
|
|
|
margin: 0 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.td.cbi-section-actions > * > form {
|
|
|
|
display: inline-flex;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2015-09-16 11:59:17 +00:00
|
|
|
/* desc */
|
|
|
|
.cbi-section-descr,
|
|
|
|
.cbi-map-descr {
|
|
|
|
padding: 0.5rem;
|
|
|
|
color: #999;
|
2015-10-05 14:01:42 +00:00
|
|
|
font-size: small;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
2018-06-08 05:29:44 +00:00
|
|
|
|
|
|
|
.cbi-dropdown {
|
|
|
|
display: inline-flex;
|
|
|
|
cursor: pointer;
|
|
|
|
position: relative;
|
|
|
|
padding: 0;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-dropdown:focus {
|
|
|
|
outline: 2px solid #4b6e9b;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-dropdown > ul {
|
|
|
|
margin: 0 !important;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: auto;
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-dropdown > ul.preview {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-dropdown > .open {
|
|
|
|
border: 2px outset #eee;
|
|
|
|
flex-basis: 15px;
|
|
|
|
background: #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-dropdown > .open,
|
|
|
|
.cbi-dropdown > .more {
|
|
|
|
flex-grow: 0;
|
|
|
|
flex-shrink: 0;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 2em;
|
|
|
|
padding: 0 .25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-dropdown > .more,
|
|
|
|
.cbi-dropdown > ul > li[placeholder] {
|
|
|
|
color: #777;
|
|
|
|
font-weight: bold;
|
|
|
|
text-shadow: 1px 1px 0px #fff;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-dropdown > ul > li {
|
|
|
|
display: none;
|
|
|
|
padding: .25em;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
flex-shrink: 1;
|
|
|
|
flex-grow: 1;
|
|
|
|
align-items: center;
|
|
|
|
align-self: center;
|
|
|
|
min-height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-dropdown > ul > li .hide-open { display: initial; }
|
|
|
|
.cbi-dropdown > ul > li .hide-close { display: none; }
|
|
|
|
|
|
|
|
.cbi-dropdown > ul > li[display]:not([display="0"]) {
|
|
|
|
border-left: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-dropdown[empty] > ul {
|
|
|
|
max-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-dropdown > ul > li > form {
|
|
|
|
display: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-dropdown > ul > li img {
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-right: .25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-dropdown > ul > li > form > input[type="checkbox"] {
|
|
|
|
margin: 0;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-dropdown > ul > li input[type="text"] {
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-dropdown[open] {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-dropdown[open] > ul.dropdown {
|
|
|
|
display: block;
|
|
|
|
background: #f6f6f5;
|
|
|
|
border: 1px solid #918e8c;
|
|
|
|
box-shadow: 0 0 4px #918e8c;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 1000;
|
|
|
|
max-width: none;
|
|
|
|
min-width: 100%;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-dropdown > ul > li[display],
|
|
|
|
.cbi-dropdown[open] > ul.preview,
|
|
|
|
.cbi-dropdown[open] > ul.dropdown > li,
|
|
|
|
.cbi-dropdown[multiple] > ul > li > label,
|
|
|
|
.cbi-dropdown[multiple][open] > ul.dropdown > li,
|
|
|
|
.cbi-dropdown[multiple][more] > .more,
|
|
|
|
.cbi-dropdown[multiple][empty] > .more {
|
|
|
|
flex-grow: 1;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-dropdown[empty] > ul > li,
|
|
|
|
.cbi-dropdown[optional][open] > ul.dropdown > li[placeholder],
|
|
|
|
.cbi-dropdown[multiple][open] > ul.dropdown > li > form {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-dropdown[open] > ul.dropdown > li .hide-open { display: none; }
|
|
|
|
.cbi-dropdown[open] > ul.dropdown > li .hide-close { display: initial; }
|
|
|
|
|
|
|
|
.cbi-dropdown[open] > ul.dropdown > li {
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-dropdown[open] > ul.dropdown > li[selected] {
|
|
|
|
background: #b0d0f0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-dropdown[open] > ul.dropdown > li.focus {
|
|
|
|
background: linear-gradient(90deg, #a3c2e8 0%, #84aad9 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-dropdown[open] > ul.dropdown > li:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-dropdown[disabled] {
|
|
|
|
pointer-events: none;
|
|
|
|
opacity: .6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-dropdown .zonebadge {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-dropdown[open] .zonebadge {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2015-09-16 11:59:17 +00:00
|
|
|
/* luci */
|
|
|
|
|
|
|
|
.hidden {
|
|
|
|
display: none
|
|
|
|
}
|
|
|
|
|
2018-07-09 09:50:51 +00:00
|
|
|
.left, .left::before {
|
2015-09-16 11:59:17 +00:00
|
|
|
text-align: left !important;
|
|
|
|
}
|
|
|
|
|
2018-07-09 09:50:51 +00:00
|
|
|
.right, .right::before {
|
2015-09-16 11:59:17 +00:00
|
|
|
text-align: right !important;
|
|
|
|
}
|
|
|
|
|
2018-07-09 09:50:51 +00:00
|
|
|
.center, .center::before {
|
2018-05-28 12:54:50 +00:00
|
|
|
text-align: center !important;
|
|
|
|
}
|
|
|
|
|
2018-07-09 09:50:51 +00:00
|
|
|
.top {
|
|
|
|
align-self: flex-start !important;
|
|
|
|
vertical-align: top !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottom {
|
|
|
|
align-self: flex-end !important;
|
|
|
|
vertical-align: bottom !important;
|
|
|
|
}
|
|
|
|
|
2015-09-16 11:59:17 +00:00
|
|
|
.inline {
|
2015-10-23 04:51:07 +00:00
|
|
|
display: inline;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-page-actions {
|
|
|
|
border-top: 1px solid #eee;
|
2016-02-18 12:29:19 +00:00
|
|
|
padding-top: 1rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* input */
|
|
|
|
.cbi-value input[type="password"],
|
|
|
|
.cbi-value input[type="text"] {
|
|
|
|
min-width: 15rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* select */
|
2018-06-08 05:29:44 +00:00
|
|
|
.cbi-value-field .cbi-dropdown {
|
2015-09-16 11:59:17 +00:00
|
|
|
min-width: 15rem;
|
|
|
|
}
|
|
|
|
|
2018-06-08 05:29:44 +00:00
|
|
|
.cbi-value-field .cbi-input-select {
|
|
|
|
width: 15rem;
|
|
|
|
}
|
|
|
|
|
2018-07-09 09:50:51 +00:00
|
|
|
.th[data-type="button"], .td[data-type="button"],
|
|
|
|
.th[data-type="fvalue"], .td[data-type="fvalue"] {
|
|
|
|
flex: 1 1 2em;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2015-09-16 11:59:17 +00:00
|
|
|
.ifacebadge {
|
2015-10-05 14:01:42 +00:00
|
|
|
display: inline-flex;
|
2015-09-20 04:08:44 +00:00
|
|
|
border-bottom: 1px solid #CCCCCC;
|
2015-09-16 11:59:17 +00:00
|
|
|
padding: 0.5rem 1rem;
|
|
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
2018-06-08 05:29:44 +00:00
|
|
|
background: #fff;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
2018-05-28 12:54:50 +00:00
|
|
|
td > .ifacebadge,
|
|
|
|
.td > .ifacebadge {
|
2016-02-18 12:29:19 +00:00
|
|
|
background-color: #F0F0F0;
|
|
|
|
font-size: 0.9rem;
|
|
|
|
}
|
|
|
|
|
2018-06-08 05:29:44 +00:00
|
|
|
.ifacebadge > em,
|
2015-09-16 11:59:17 +00:00
|
|
|
.ifacebadge > img {
|
2018-06-08 05:29:44 +00:00
|
|
|
display: inline-block;
|
|
|
|
margin: 0 .2rem;
|
2018-06-19 15:20:45 +00:00
|
|
|
align-self: flex-start;
|
2018-05-30 12:49:24 +00:00
|
|
|
}
|
|
|
|
|
2018-06-08 05:29:44 +00:00
|
|
|
.ifacebadge > img + img {
|
|
|
|
margin: 0 .2rem 0 0;
|
|
|
|
}
|
|
|
|
|
2018-05-30 12:49:24 +00:00
|
|
|
.network-status-table {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.network-status-table .ifacebox {
|
|
|
|
margin: .5em;
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.network-status-table .ifacebox-body {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.network-status-table .ifacebox-body > span {
|
2018-07-09 09:50:51 +00:00
|
|
|
flex: 10 10 auto;
|
2018-05-30 12:49:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.network-status-table .ifacebox-body > div {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.network-status-table .ifacebox-body .ifacebadge {
|
2018-07-09 09:50:51 +00:00
|
|
|
flex: 1 1 auto;
|
2018-05-30 12:49:24 +00:00
|
|
|
margin: .5em .25em 0 .25em;
|
|
|
|
padding: .5em;
|
|
|
|
min-width: 220px;
|
|
|
|
background-color: #fff;
|
|
|
|
align-items: center;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*textarea*/
|
|
|
|
|
|
|
|
.cbi-input-textarea {
|
|
|
|
width: 100%;
|
2016-02-18 12:29:19 +00:00
|
|
|
min-height: 14rem;
|
|
|
|
padding: 0.8rem;
|
|
|
|
font-size: 0.8rem;
|
2015-09-18 08:22:39 +00:00
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
color: black;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#syslog {
|
2015-09-18 08:22:39 +00:00
|
|
|
width: 100%;
|
2015-09-16 11:59:17 +00:00
|
|
|
min-height: 15rem;
|
|
|
|
padding: 1rem;
|
2015-10-24 02:14:11 +00:00
|
|
|
font-size: small;
|
2015-09-16 11:59:17 +00:00
|
|
|
color: #5F5F5F;
|
|
|
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
border-radius: 0;
|
|
|
|
background-color: #FFF;
|
|
|
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 2px 0 rgba(0, 0, 0, .12);
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* change */
|
|
|
|
|
|
|
|
.uci-change-list {
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uci-change-list ins,
|
|
|
|
.uci-change-legend-label ins {
|
|
|
|
text-decoration: none;
|
|
|
|
border: 1px solid #00FF00;
|
|
|
|
background-color: #CCFFCC;
|
|
|
|
display: block;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uci-change-list del,
|
|
|
|
.uci-change-legend-label del {
|
|
|
|
text-decoration: none;
|
|
|
|
border: 1px solid #FF0000;
|
|
|
|
background-color: #FFCCCC;
|
|
|
|
display: block;
|
|
|
|
font-style: normal;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uci-change-list var,
|
|
|
|
.uci-change-legend-label var {
|
|
|
|
text-decoration: none;
|
|
|
|
border: 1px solid #CCCCCC;
|
|
|
|
background-color: #EEEEEE;
|
|
|
|
display: block;
|
|
|
|
font-style: normal;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uci-change-list var ins,
|
|
|
|
.uci-change-list var del {
|
|
|
|
border: none;
|
|
|
|
white-space: pre;
|
|
|
|
font-style: normal;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uci-change-legend {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uci-change-legend-label {
|
|
|
|
width: 150px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uci-change-legend-label > ins,
|
|
|
|
.uci-change-legend-label > del,
|
|
|
|
.uci-change-legend-label > var {
|
|
|
|
float: left;
|
|
|
|
margin-right: 4px;
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uci-change-legend-label var ins,
|
|
|
|
.uci-change-legend-label var del {
|
|
|
|
line-height: 6px;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uci-change-list var,
|
|
|
|
.uci-change-list del,
|
|
|
|
.uci-change-list ins {
|
|
|
|
padding: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* other fix */
|
|
|
|
#iwsvg,
|
|
|
|
#iwsvg2,
|
|
|
|
#bwsvg {
|
|
|
|
border: 1px solid #D4D4D4 !important;
|
|
|
|
border-top: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ifacebox {
|
2018-07-13 10:39:07 +00:00
|
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
|
|
|
|
border-bottom: 1px solid #ccc;
|
2015-09-16 11:59:17 +00:00
|
|
|
background-color: #f9f9f9;
|
2018-05-30 12:49:24 +00:00
|
|
|
display: inline-flex;
|
|
|
|
flex-direction: column;
|
|
|
|
line-height: 1.2em;
|
|
|
|
min-width: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ifacebox-head {
|
|
|
|
padding: .25em;
|
|
|
|
background: #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ifacebox-head.active {
|
|
|
|
background: #90c0e0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ifacebox-body {
|
|
|
|
padding: .25em;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-image-button {
|
|
|
|
margin-left: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zonebadge {
|
|
|
|
padding: 0.2rem 0.5rem;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2018-06-19 15:20:45 +00:00
|
|
|
.zonebadge .ifacebadge {
|
2018-06-08 05:29:44 +00:00
|
|
|
padding: .2rem .3rem;
|
|
|
|
margin: 0.1rem 0.2rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
border: 1px solid #6C6C6C;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zonebadge > input[type="text"] {
|
|
|
|
padding: 0.16rem 1rem;
|
|
|
|
min-width: 10rem;
|
|
|
|
margin-top: 0.3rem;
|
|
|
|
}
|
|
|
|
|
2018-06-08 05:29:44 +00:00
|
|
|
.zonebadge > em,
|
|
|
|
.zonebadge > strong {
|
|
|
|
margin: 0 0.2rem;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2015-09-16 11:59:17 +00:00
|
|
|
.cbi-value-field .cbi-input-checkbox,
|
|
|
|
.cbi-value-field .cbi-input-radio {
|
2016-02-18 12:29:19 +00:00
|
|
|
margin-top: 0.5rem;
|
|
|
|
height: 1rem;
|
|
|
|
}
|
|
|
|
|
2018-07-09 09:50:51 +00:00
|
|
|
.td .cbi-input-checkbox,
|
|
|
|
.td .cbi-input-radio {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2016-02-18 12:29:19 +00:00
|
|
|
.cbi-value-field > input + .cbi-value-description {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-value-field > ul > li {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-value-field > ul > li > label {
|
|
|
|
margin-top: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-value-field > ul > li .ifacebadge {
|
|
|
|
background-color: #eee;
|
|
|
|
margin-left: 0.4rem;
|
|
|
|
margin-top: -0.5rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
2018-06-08 05:29:44 +00:00
|
|
|
.cbi-section-table-row > .cbi-value-field .cbi-dropdown {
|
2015-09-16 11:59:17 +00:00
|
|
|
min-width: 7rem;
|
|
|
|
}
|
|
|
|
|
2018-06-19 15:20:45 +00:00
|
|
|
.cbi-section-create {
|
|
|
|
margin: .5rem -3px;
|
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
2018-06-08 05:29:44 +00:00
|
|
|
}
|
|
|
|
|
2018-06-19 15:20:45 +00:00
|
|
|
.cbi-section-create > * {
|
2015-09-16 11:59:17 +00:00
|
|
|
margin: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2016-02-18 12:29:19 +00:00
|
|
|
.cbi-section-remove {
|
|
|
|
padding: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2018-05-28 12:54:50 +00:00
|
|
|
div.cbi-value var, td.cbi-value-field var, .td.cbi-value-field var {
|
2015-09-16 11:59:17 +00:00
|
|
|
font-style: italic;
|
|
|
|
color: #0069D6;
|
|
|
|
}
|
|
|
|
|
|
|
|
small {
|
2016-02-18 12:29:19 +00:00
|
|
|
font-size: 90%;
|
2015-09-16 11:59:17 +00:00
|
|
|
white-space: normal;
|
2016-02-18 12:29:19 +00:00
|
|
|
line-height: 1.42857143;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-button-up,
|
|
|
|
.cbi-button-down {
|
|
|
|
display: inline-block;
|
|
|
|
min-width: 0;
|
|
|
|
padding: 0.2rem 0.3rem;
|
2016-02-18 12:29:19 +00:00
|
|
|
font-size: 1.2rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
2015-10-05 14:01:42 +00:00
|
|
|
.cbi-optionals {
|
|
|
|
padding: 1rem 1rem 0 1rem;
|
|
|
|
border-top: 1px solid #CCC;
|
|
|
|
}
|
|
|
|
|
2018-06-19 15:20:45 +00:00
|
|
|
.cbi-dropdown-container {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-tooltip-container {
|
|
|
|
cursor: help;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-tooltip {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 1000;
|
|
|
|
left: -1000px;
|
|
|
|
opacity: 0;
|
|
|
|
transition: opacity .25s ease-out;
|
|
|
|
pointer-events: none;
|
|
|
|
box-shadow: 0 0 2px #444;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-tooltip-container:hover .cbi-tooltip {
|
|
|
|
left: auto;
|
|
|
|
opacity: 1;
|
|
|
|
transition: opacity .25s ease-in;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zonebadge .cbi-tooltip {
|
|
|
|
padding: .25rem;
|
|
|
|
background: inherit;
|
|
|
|
margin: -1.5rem 0 0 -.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zonebadge-empty {
|
|
|
|
background: repeating-linear-gradient(45deg,rgba(204,204,204,0.5),rgba(204,204,204,0.5) 5px,rgba(255,255,255,0.5) 5px,rgba(255,255,255,0.5) 10px);
|
|
|
|
color: #404040;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zone-forwards {
|
|
|
|
display: flex;
|
|
|
|
min-width: 10rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zone-forwards > * {
|
|
|
|
flex: 1 1 45%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zone-forwards > span {
|
|
|
|
flex-basis: 10%;
|
|
|
|
text-align: center;
|
|
|
|
padding: 0 .25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zone-forwards .zone-src,
|
|
|
|
.zone-forwards .zone-dest {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
2015-09-16 11:59:17 +00:00
|
|
|
#diag-rc-output > pre {
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
display: block;
|
|
|
|
padding: 8.5px;
|
|
|
|
margin: 0 0 18px;
|
|
|
|
line-height: 1.5rem;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
word-wrap: break-word;
|
2016-02-18 12:29:19 +00:00
|
|
|
font-size: 1.4rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
color: #404040;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[name="ping"],
|
|
|
|
input[name="traceroute"],
|
|
|
|
input[name="nslookup"] {
|
|
|
|
width: 80%;
|
|
|
|
}
|
|
|
|
|
2015-09-19 09:22:54 +00:00
|
|
|
header > .container > .pull-right > * {
|
2015-09-16 11:59:17 +00:00
|
|
|
position: relative;
|
|
|
|
top: 0.45rem;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#xhr_poll_status > .label.success {
|
|
|
|
background-color: #14CE14;
|
|
|
|
}
|
|
|
|
|
2015-09-18 03:32:44 +00:00
|
|
|
.label {
|
2015-09-16 11:59:17 +00:00
|
|
|
padding: 0.3rem 0.8rem;
|
2016-02-18 12:29:19 +00:00
|
|
|
font-size: 0.8rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
font-weight: bold;
|
|
|
|
color: #ffffff !important;
|
|
|
|
text-transform: uppercase;
|
|
|
|
white-space: nowrap;
|
|
|
|
background-color: #bfbfbf;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
text-shadow: none;
|
2015-09-18 03:32:44 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2015-09-19 09:22:54 +00:00
|
|
|
.notice {
|
2015-09-18 03:32:44 +00:00
|
|
|
background-color: #5BC0DE;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.showSide {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.darkMask {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
position: fixed;
|
|
|
|
background-color: rgba(0, 0, 0, 0.56);
|
|
|
|
content: "";
|
|
|
|
z-index: 99;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* fix Main Login*/
|
|
|
|
.node-main-login > .main > .main-left {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.node-main-login > .main > .main-right {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.node-main-login > .main fieldset {
|
2015-09-20 04:08:44 +00:00
|
|
|
padding: 0.5rem;
|
2015-09-18 05:51:15 +00:00
|
|
|
margin-bottom: 1rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
display: inline;
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
box-shadow: none;
|
2015-10-05 14:01:42 +00:00
|
|
|
overflow: hidden;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.node-main-login > .main .cbi-value-title {
|
2015-09-18 05:51:15 +00:00
|
|
|
width: 7rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.node-main-login > .main #maincontent {
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.node-main-login > .main .container {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 2rem 4rem;
|
|
|
|
margin-top: 2rem !important;
|
|
|
|
background-color: #FFF;
|
|
|
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 2px 0 rgba(0, 0, 0, .12);
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.node-main-login > .main form > div:nth-last-child(1) {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2015-10-23 04:51:07 +00:00
|
|
|
.node-main-login > .main .cbi-value {
|
2015-10-05 14:01:42 +00:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2015-10-23 04:51:07 +00:00
|
|
|
.node-main-login > .main .cbi-value > * {
|
2015-10-05 14:01:42 +00:00
|
|
|
display: inline-block !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.node-main-login > .main .cbi-input-user,
|
2015-10-23 04:51:07 +00:00
|
|
|
.node-main-login > .main .cbi-input-password {
|
2015-10-05 14:01:42 +00:00
|
|
|
min-width: 15rem;
|
|
|
|
}
|
|
|
|
|
2015-10-23 04:51:07 +00:00
|
|
|
.node-main-login footer {
|
2015-09-19 09:22:54 +00:00
|
|
|
bottom: 0;
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* fix status overview */
|
|
|
|
|
2018-05-28 12:54:50 +00:00
|
|
|
.node-status-overview > .main fieldset:nth-child(4) .td:nth-child(2) {
|
2015-09-19 09:22:54 +00:00
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
2015-09-16 11:59:17 +00:00
|
|
|
/* fix status processes */
|
|
|
|
|
2018-05-28 12:54:50 +00:00
|
|
|
.node-status-processes > .main .table .tr .td:nth-child(3) {
|
2015-09-16 11:59:17 +00:00
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
2015-10-23 12:51:12 +00:00
|
|
|
.node-status-iptables > .main div > .cbi-map > form {
|
2015-10-23 04:51:07 +00:00
|
|
|
margin: 2rem 2rem 0 0;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* fix system reboot */
|
|
|
|
|
|
|
|
.node-system-reboot > .main > .main-right p,
|
|
|
|
.node-system-reboot > .main > .main-right h3 {
|
|
|
|
padding-left: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* fix Services Network Shares*/
|
2015-10-23 12:51:12 +00:00
|
|
|
.node-services-samba > .main .cbi-tabcontainer:nth-child(3) .cbi-value-title {
|
2015-09-16 11:59:17 +00:00
|
|
|
margin-bottom: 1rem;
|
2016-02-18 12:29:19 +00:00
|
|
|
width: auto;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
2015-10-23 12:51:12 +00:00
|
|
|
.node-services-samba > .main .cbi-tabcontainer:nth-child(3) .cbi-value-field {
|
2015-09-16 11:59:17 +00:00
|
|
|
display: list-item;
|
|
|
|
}
|
|
|
|
|
2015-10-23 12:51:12 +00:00
|
|
|
.node-services-samba > .main .cbi-tabcontainer:nth-child(3) .cbi-value-description {
|
2015-09-16 11:59:17 +00:00
|
|
|
padding-top: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* fix System Software*/
|
2015-10-23 12:51:12 +00:00
|
|
|
.node-system-packages > .main table tr td:nth-child(1) {
|
2015-10-06 12:14:27 +00:00
|
|
|
width: auto !important;
|
|
|
|
}
|
|
|
|
|
2015-10-23 12:51:12 +00:00
|
|
|
.node-system-packages > .main table tr td:nth-last-child(1) {
|
2015-09-16 11:59:17 +00:00
|
|
|
white-space: normal;
|
|
|
|
font-size: small;
|
|
|
|
color: #404040;
|
|
|
|
}
|
|
|
|
|
2015-10-23 12:51:12 +00:00
|
|
|
.node-system-packages > .main .cbi-tabmenu > li > a, .tabs > li > a {
|
2016-02-18 12:29:19 +00:00
|
|
|
padding: 0.5rem 0.8rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
2015-10-23 12:51:12 +00:00
|
|
|
.node-system-packages > .main .cbi-value > pre {
|
2015-09-18 05:51:15 +00:00
|
|
|
background-color: #eee;
|
|
|
|
padding: 0.5rem;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
2015-09-19 09:22:54 +00:00
|
|
|
.cbi-tabmenu + .cbi-section {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2015-10-23 12:51:12 +00:00
|
|
|
.node-status-iptables fieldset,
|
|
|
|
.node-system-packages fieldset,
|
|
|
|
.node-system-flashops fieldset {
|
2015-09-16 11:59:17 +00:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2015-10-23 12:51:12 +00:00
|
|
|
.node-status-iptables .cbi-tabmenu,
|
|
|
|
.node-system-packages .cbi-tabmenu,
|
|
|
|
.node-system-flashops .cbi-tabmenu {
|
2015-09-16 11:59:17 +00:00
|
|
|
border: none;
|
|
|
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 2px 0 rgba(0, 0, 0, .12);
|
|
|
|
}
|
|
|
|
|
2016-02-18 12:29:19 +00:00
|
|
|
.node-system-flashops form.inline + form.inline {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
2015-10-23 04:51:07 +00:00
|
|
|
#cbi-firewall-redirect table *,
|
|
|
|
#cbi-network-switch_vlan table *,
|
2016-02-18 12:29:19 +00:00
|
|
|
#cbi-firewall-zone table * {
|
2015-10-24 02:14:11 +00:00
|
|
|
font-size: small;
|
2015-10-23 04:51:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#cbi-firewall-redirect table input[type="text"],
|
|
|
|
#cbi-network-switch_vlan table input[type="text"],
|
2016-02-18 12:29:19 +00:00
|
|
|
#cbi-firewall-zone table input[type="text"] {
|
2015-10-23 04:51:07 +00:00
|
|
|
width: 5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
#cbi-firewall-redirect table select,
|
|
|
|
#cbi-network-switch_vlan table select,
|
2016-02-18 12:29:19 +00:00
|
|
|
#cbi-firewall-zone table select {
|
2015-10-23 04:51:07 +00:00
|
|
|
min-width: 3.5rem;
|
|
|
|
}
|
|
|
|
|
2018-06-26 20:00:01 +00:00
|
|
|
#cbi-network-switch_vlan .th,
|
|
|
|
#cbi-network-switch_vlan .td {
|
|
|
|
flex-basis: 12%;
|
|
|
|
}
|
|
|
|
|
2015-09-18 05:51:15 +00:00
|
|
|
/* language fix */
|
2015-09-19 09:22:54 +00:00
|
|
|
body.lang_pl.node-main-login .cbi-value-title {
|
2015-09-18 05:51:15 +00:00
|
|
|
width: 12rem;
|
|
|
|
}
|
|
|
|
|
2018-08-07 15:37:48 +00:00
|
|
|
/* applyreboot fix */
|
|
|
|
|
|
|
|
#applyreboot-container {
|
|
|
|
margin: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
#applyreboot-section {
|
|
|
|
margin: 2rem;
|
|
|
|
line-height: 300%;
|
|
|
|
}
|
|
|
|
|
2015-09-16 11:59:17 +00:00
|
|
|
@media screen and (max-width: 1600px) {
|
|
|
|
.main-left {
|
2016-02-18 12:29:19 +00:00
|
|
|
width: calc(0% + 13rem);
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.main-right {
|
2016-02-18 12:29:19 +00:00
|
|
|
width: calc(100% - 13rem);
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
2018-05-31 16:56:50 +00:00
|
|
|
.btn,
|
2015-09-16 11:59:17 +00:00
|
|
|
.cbi-button {
|
|
|
|
padding: 0.3rem 0.6rem;
|
2016-02-18 12:29:19 +00:00
|
|
|
font-size: 0.8rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
2015-09-18 03:32:44 +00:00
|
|
|
header > .container > .pull-right > * {
|
2015-09-16 11:59:17 +00:00
|
|
|
top: 0.35rem;
|
|
|
|
}
|
|
|
|
|
2015-09-18 03:32:44 +00:00
|
|
|
.label {
|
2015-09-16 11:59:17 +00:00
|
|
|
padding: 0.2rem 0.6rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-value-title {
|
2015-09-18 05:51:15 +00:00
|
|
|
width: 15rem;
|
2015-10-23 04:51:07 +00:00
|
|
|
padding-right: 0.6rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
fieldset {
|
|
|
|
padding: 1rem;
|
|
|
|
}
|
2015-09-18 08:22:39 +00:00
|
|
|
|
2015-09-19 09:22:54 +00:00
|
|
|
.cbi-input-textarea {
|
2015-10-24 02:14:11 +00:00
|
|
|
font-size: small;
|
2015-09-18 08:22:39 +00:00
|
|
|
}
|
2015-09-19 09:22:54 +00:00
|
|
|
|
2015-10-23 12:51:12 +00:00
|
|
|
.node-status-iptables > .main fieldset li > a {
|
2015-09-19 09:22:54 +00:00
|
|
|
padding: 0.3rem 0.6rem;
|
|
|
|
}
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 1280px) {
|
2015-09-19 09:22:54 +00:00
|
|
|
header {
|
|
|
|
height: 3.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
header > .container {
|
|
|
|
margin-top: 0.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main {
|
|
|
|
top: 3.5rem;
|
2015-10-13 15:07:16 +00:00
|
|
|
height: calc(100% - 3.5rem);
|
2015-09-19 09:22:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.main-left {
|
|
|
|
width: calc(0% + 13rem);
|
2015-10-13 15:07:16 +00:00
|
|
|
top: 3.5rem;
|
|
|
|
height: calc(100% - 3.5rem);
|
2015-09-19 09:22:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.main-right {
|
|
|
|
width: calc(100% - 13rem);
|
|
|
|
}
|
|
|
|
|
2015-09-16 11:59:17 +00:00
|
|
|
.cbi-tabmenu > li > a, .tabs > li > a {
|
|
|
|
padding: 0.2rem 0.5rem;
|
|
|
|
}
|
|
|
|
|
2015-09-19 09:22:54 +00:00
|
|
|
.panel-title {
|
2016-02-18 12:29:19 +00:00
|
|
|
font-size: 1.1rem;
|
2015-09-19 09:22:54 +00:00
|
|
|
padding-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
2016-02-18 12:29:19 +00:00
|
|
|
font-size: 0.7rem !important;
|
2015-10-23 04:51:07 +00:00
|
|
|
width: 100% !important;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
2015-09-19 09:22:54 +00:00
|
|
|
.main > .main-left > .nav > li,
|
|
|
|
.main > .main-left > .nav > li a,
|
|
|
|
.main > .main-left > .nav > .slide > .menu {
|
2016-02-18 12:29:19 +00:00
|
|
|
font-size: 0.9rem;
|
2015-09-19 09:22:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.main > .main-left > .nav > .slide > .slide-menu > li > a {
|
2016-02-18 12:29:19 +00:00
|
|
|
font-size: 0.7rem;
|
2015-09-19 09:22:54 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 992px) {
|
2015-09-16 11:59:17 +00:00
|
|
|
.main-left {
|
|
|
|
width: 0;
|
|
|
|
position: fixed;
|
|
|
|
z-index: 100;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-right {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.showSide {
|
|
|
|
padding: 0.1rem;
|
|
|
|
margin-right: 0.5rem;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.showSide:before {
|
|
|
|
content: "\e20e";
|
|
|
|
font-size: 1.7rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.node-main-login .showSide {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-value-title {
|
2015-09-18 05:51:15 +00:00
|
|
|
width: 9rem;
|
|
|
|
padding-right: 1rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
2015-09-19 09:22:54 +00:00
|
|
|
.node-network-diagnostics > .main .cbi-map fieldset > div * {
|
2015-09-16 11:59:17 +00:00
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
|
2015-09-19 09:22:54 +00:00
|
|
|
.node-network-diagnostics > .main .cbi-map fieldset > div input[type="text"] {
|
2015-09-16 11:59:17 +00:00
|
|
|
margin: 3rem 0 0 0 !important;
|
|
|
|
}
|
|
|
|
|
2015-09-19 09:22:54 +00:00
|
|
|
.node-network-diagnostics > .main .cbi-map fieldset > div:nth-child(4) input[type="text"] {
|
2015-09-16 11:59:17 +00:00
|
|
|
margin: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.node-network-diagnostics > .main .cbi-map fieldset > div select,
|
2015-09-19 09:22:54 +00:00
|
|
|
.node-network-diagnostics > .main .cbi-map fieldset > div input[type="button"] {
|
2015-09-16 11:59:17 +00:00
|
|
|
margin: 1rem 0 0 0;
|
|
|
|
}
|
|
|
|
|
2015-09-19 09:22:54 +00:00
|
|
|
.node-network-diagnostics > .main .cbi-map fieldset > div {
|
2015-09-16 11:59:17 +00:00
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#diag-rc-output > pre {
|
2016-02-18 12:29:19 +00:00
|
|
|
font-size: 1rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
2015-09-18 05:51:15 +00:00
|
|
|
|
2015-09-19 09:22:54 +00:00
|
|
|
.node-main-login > .main .cbi-value-title {
|
2015-09-18 05:51:15 +00:00
|
|
|
text-align: left;
|
|
|
|
}
|
2018-06-19 15:20:45 +00:00
|
|
|
|
|
|
|
.tr {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.th, .td {
|
2018-07-09 09:50:51 +00:00
|
|
|
flex: 2 2 25%;
|
|
|
|
align-self: flex-start;
|
2018-06-19 15:20:45 +00:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2018-07-09 09:50:51 +00:00
|
|
|
word-wrap: break-word;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.td select,
|
|
|
|
.td input[type="text"] {
|
|
|
|
word-wrap: normal;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.td [data-dynlist] > input,
|
|
|
|
.td input.cbi-input-password {
|
|
|
|
width: calc(100% - 1.5rem);
|
|
|
|
}
|
|
|
|
|
|
|
|
.td[data-type="button"],
|
|
|
|
.td[data-type="fvalue"] {
|
|
|
|
flex: 1 1 12.5%;
|
|
|
|
text-align: left;
|
2018-06-19 15:20:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.th.cbi-value-field,
|
|
|
|
.td.cbi-value-field,
|
|
|
|
.th.cbi-section-table-cell,
|
|
|
|
.td.cbi-section-table-cell {
|
|
|
|
flex-basis: auto;
|
|
|
|
}
|
2018-07-09 09:50:51 +00:00
|
|
|
|
|
|
|
.cbi-section-table-row {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.td.cbi-value-field,
|
|
|
|
.cbi-section-table-cell {
|
|
|
|
text-align: center;
|
|
|
|
display: inline-block;
|
|
|
|
flex: 10 10 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.td.cbi-section-actions {
|
|
|
|
text-align: right;
|
|
|
|
align-self: flex-end;
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tr.table-titles,
|
|
|
|
.tr.cbi-section-table-titles,
|
|
|
|
.tr.cbi-section-table-descr {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tr[data-title]::before,
|
|
|
|
.tr.cbi-section-table-titles.named::before {
|
|
|
|
display: block;
|
|
|
|
flex: 1 1 100%;
|
|
|
|
background: #eef;
|
|
|
|
font-size: .9rem;
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, .26);
|
|
|
|
}
|
|
|
|
|
|
|
|
.td[data-title] {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.td[data-title]::before {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hide-sm,
|
|
|
|
.hide-xs {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 480px) {
|
2016-02-18 12:29:19 +00:00
|
|
|
body {
|
|
|
|
font-size: 1rem;
|
|
|
|
}
|
|
|
|
|
2015-09-16 11:59:17 +00:00
|
|
|
fieldset {
|
|
|
|
padding: 1rem;
|
|
|
|
margin: 1rem 0 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabs {
|
|
|
|
margin: 0 -1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
#maincontent > .container {
|
|
|
|
margin: 0 1rem 1.5rem 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main > .main-left > .nav > .slide > .menu {
|
|
|
|
font-size: 1.3rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main > .main-left > .nav > .slide > .slide-menu > li > a {
|
|
|
|
font-size: 1.1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-value-title {
|
2015-09-18 05:51:15 +00:00
|
|
|
width: 100%;
|
2015-09-16 11:59:17 +00:00
|
|
|
min-width: 0rem !important;
|
|
|
|
display: block;
|
|
|
|
margin-top: 1rem;
|
|
|
|
margin-bottom: 0.5rem;
|
2015-09-18 05:51:15 +00:00
|
|
|
text-align: left;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-value-field, .cbi-value-description {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-value > .cbi-value-field {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-tabmenu > li, .tabs > li {
|
|
|
|
padding: 0.6rem 0rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-tabmenu > li > a, .tabs > li > a {
|
2015-09-19 09:22:54 +00:00
|
|
|
padding: 0.2rem 0.3rem;
|
|
|
|
font-size: 0.9rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
2015-09-18 03:32:44 +00:00
|
|
|
.cbi-page-actions > div > input {
|
2015-09-16 11:59:17 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.node-main-login > .main .container {
|
|
|
|
padding: 0.5rem 1rem 2rem 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.node-main-login > .main .cbi-value {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.node-main-login > .main form > div:nth-last-child(1) {
|
|
|
|
margin-top: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.node-main-login > .main .cbi-value-title {
|
2015-09-18 05:51:15 +00:00
|
|
|
width: 100% !important;
|
2015-09-16 11:59:17 +00:00
|
|
|
font-size: 1.2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.node-main-login > .main fieldset {
|
|
|
|
margin: 0;
|
2015-09-18 05:51:15 +00:00
|
|
|
padding: 0.5rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-size: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabs > li > a {
|
2015-09-19 09:22:54 +00:00
|
|
|
font-size: 0.9rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
select,
|
|
|
|
input {
|
2015-09-19 09:22:54 +00:00
|
|
|
font-size: 0.9rem;
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
2015-09-18 05:51:15 +00:00
|
|
|
|
2015-09-19 09:22:54 +00:00
|
|
|
.mobile-hide {
|
2015-09-18 03:32:44 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2015-09-18 05:51:15 +00:00
|
|
|
|
2015-09-19 09:22:54 +00:00
|
|
|
.panel-title {
|
2015-09-18 05:51:15 +00:00
|
|
|
font-size: 1.4rem;
|
|
|
|
padding-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
2015-10-23 12:51:12 +00:00
|
|
|
.node-system-packages > .main .cbi-value.cbi-value-last > div {
|
2015-09-18 05:51:15 +00:00
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
|
2015-10-23 12:51:12 +00:00
|
|
|
.node-system-packages > .main .cbi-value .cbi-value-field input {
|
2015-09-18 05:51:15 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
2015-10-23 04:51:07 +00:00
|
|
|
|
2015-10-23 12:51:12 +00:00
|
|
|
.node-status-iptables > .main div > .cbi-map > form {
|
2015-10-23 04:51:07 +00:00
|
|
|
position: static !important;
|
|
|
|
margin: 0 0 2rem 0;
|
|
|
|
padding: 2rem;
|
|
|
|
border: 0;
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
line-height: 1;
|
|
|
|
font-family: inherit;
|
|
|
|
min-width: inherit;
|
|
|
|
border-radius: 0;
|
|
|
|
background-color: #FFF;
|
|
|
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 2px 0 rgba(0, 0, 0, .12);
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
}
|
|
|
|
|
2016-02-18 12:29:19 +00:00
|
|
|
.node-status-iptables > .main div > .cbi-map > form input[type="submit"] {
|
2015-10-23 04:51:07 +00:00
|
|
|
width: 100% !important;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2016-02-18 12:29:19 +00:00
|
|
|
.node-status-iptables > .main div > .cbi-map > form input[type="submit"] + input[type="submit"] {
|
2015-10-23 04:51:07 +00:00
|
|
|
margin-top: 1rem;
|
|
|
|
}
|
2018-06-19 15:20:45 +00:00
|
|
|
|
|
|
|
.th, .td {
|
|
|
|
flex-basis: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.td.cbi-value-field {
|
|
|
|
flex-basis: 100%;
|
|
|
|
}
|
2018-07-09 09:50:51 +00:00
|
|
|
|
|
|
|
.td.cbi-value-field[data-type="dvalue"] {
|
|
|
|
flex-basis: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.td.cbi-value-field[data-type="button"],
|
|
|
|
.td.cbi-value-field[data-type="fvalue"] {
|
|
|
|
flex-basis: 25%;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tr[data-title]::before,
|
|
|
|
.tr.cbi-section-table-titles.named::before {
|
|
|
|
font-size: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hide-xs {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-09-16 11:59:17 +00:00
|
|
|
}
|
2015-10-05 14:01:42 +00:00
|
|
|
|
|
|
|
@media screen and (min-width: 992px) {
|
|
|
|
.cbi-value input[type="password"],
|
2018-06-08 05:29:44 +00:00
|
|
|
.cbi-value input[type="text"],
|
|
|
|
.cbi-value-field .cbi-input-select {
|
|
|
|
width: 20rem;
|
2015-10-05 14:01:42 +00:00
|
|
|
}
|
|
|
|
|
2018-06-08 05:29:44 +00:00
|
|
|
.cbi-value-field .cbi-dropdown {
|
2015-10-05 14:01:42 +00:00
|
|
|
min-width: 20rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 1280px) {
|
|
|
|
.cbi-value input[type="password"],
|
2018-06-08 05:29:44 +00:00
|
|
|
.cbi-value input[type="text"],
|
|
|
|
.cbi-value-field .cbi-input-select {
|
|
|
|
width: 22rem;
|
2015-10-05 14:01:42 +00:00
|
|
|
}
|
|
|
|
|
2018-06-08 05:29:44 +00:00
|
|
|
.cbi-value-field .cbi-dropdown {
|
2015-10-05 14:01:42 +00:00
|
|
|
min-width: 22rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 1600px) {
|
|
|
|
.cbi-value input[type="password"],
|
2018-06-08 05:29:44 +00:00
|
|
|
.cbi-value input[type="text"],
|
|
|
|
.cbi-value-field .cbi-input-select {
|
|
|
|
width: 25rem;
|
2015-10-05 14:01:42 +00:00
|
|
|
}
|
|
|
|
|
2018-06-08 05:29:44 +00:00
|
|
|
.cbi-value-field .cbi-dropdown {
|
2015-10-05 14:01:42 +00:00
|
|
|
min-width: 25rem;
|
|
|
|
}
|
2018-03-23 08:35:26 +00:00
|
|
|
}
|