2017-11-12 19:27:28 +00:00
|
|
|
html, body, #page-wrapper, #content-wrapper, .page-content, #view {
|
2016-12-15 03:33:47 +00:00
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2017-11-12 19:27:28 +00:00
|
|
|
#view {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2016-12-15 03:33:47 +00:00
|
|
|
.white-space-normal {
|
|
|
|
white-space: normal !important;
|
|
|
|
}
|
|
|
|
|
2013-06-20 02:40:58 +00:00
|
|
|
.messages {
|
2016-12-15 03:33:47 +00:00
|
|
|
max-height: 50px;
|
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: scroll;
|
2013-06-20 02:40:58 +00:00
|
|
|
}
|
2013-09-02 21:51:35 +00:00
|
|
|
|
|
|
|
.legend .title {
|
2016-12-15 03:33:47 +00:00
|
|
|
padding: 0 0.3em;
|
|
|
|
margin: 0.5em;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 0 0 0 1em;
|
2014-12-15 22:26:10 +00:00
|
|
|
}
|
2015-01-31 20:42:10 +00:00
|
|
|
|
2016-06-02 05:34:03 +00:00
|
|
|
.logo {
|
|
|
|
display: inline;
|
2016-08-17 09:52:49 +00:00
|
|
|
max-width: 155px;
|
2016-06-23 05:36:01 +00:00
|
|
|
max-height: 55px;
|
2016-06-02 05:34:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.containerNameInput {
|
|
|
|
width: 85%;
|
|
|
|
border:none;
|
|
|
|
background:none;
|
|
|
|
border-bottom: 1px solid black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.containerNameInput:active, .containerNameInput:focus {
|
|
|
|
outline:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#network-legend {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#network-legend span {
|
|
|
|
display: inline;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
2016-06-14 02:32:44 +00:00
|
|
|
|
|
|
|
.header_title_content {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
2016-07-06 00:19:09 +00:00
|
|
|
|
2017-03-27 12:44:39 +00:00
|
|
|
.form-section-title {
|
|
|
|
border-bottom: 1px solid #777;
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
|
2016-07-06 00:19:09 +00:00
|
|
|
.form-horizontal .control-label.text-left{
|
2017-03-27 12:44:39 +00:00
|
|
|
text-align: left;
|
|
|
|
font-size: 0.9em;
|
2016-07-06 00:19:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input[type="checkbox"] {
|
|
|
|
margin-top: 1px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2017-02-15 22:14:56 +00:00
|
|
|
a[ng-click]{
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2016-10-27 08:33:39 +00:00
|
|
|
.space-right {
|
2016-07-13 22:58:39 +00:00
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2018-01-21 16:26:24 +00:00
|
|
|
.space-left {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
2017-03-12 16:24:15 +00:00
|
|
|
.tooltip.portainer-tooltip .tooltip-inner {
|
|
|
|
font-family: Montserrat;
|
|
|
|
background-color: #ffffff;
|
|
|
|
padding: .833em 1em;
|
|
|
|
color: #333333;
|
|
|
|
border: 1px solid #d4d4d5;
|
|
|
|
border-radius: .14285714rem;
|
|
|
|
box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
|
|
|
|
}
|
|
|
|
|
|
|
|
.tooltip.portainer-tooltip .tooltip-arrow {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fa.tooltip-icon {
|
|
|
|
margin-left: 5px;
|
|
|
|
font-size: 1.3em;
|
|
|
|
color: #337ab7;
|
|
|
|
}
|
|
|
|
|
2017-08-10 08:35:23 +00:00
|
|
|
.fa.green-icon {
|
|
|
|
color: #23ae89;
|
|
|
|
}
|
|
|
|
|
2016-08-10 03:05:33 +00:00
|
|
|
.fa.red-icon {
|
2016-07-13 22:58:39 +00:00
|
|
|
color: #ae2323;
|
|
|
|
}
|
2016-07-14 00:02:42 +00:00
|
|
|
|
2017-04-25 09:09:06 +00:00
|
|
|
.fa.orange-icon {
|
|
|
|
color: #f0ad4e;
|
|
|
|
}
|
|
|
|
|
2016-08-10 03:05:33 +00:00
|
|
|
.fa.white-icon {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2018-05-06 07:15:57 +00:00
|
|
|
.fa.blue-icon {
|
|
|
|
color: #337ab7;
|
|
|
|
}
|
|
|
|
|
2016-07-14 00:02:42 +00:00
|
|
|
.widget .widget-body table tbody .image-tag {
|
2016-08-03 03:12:53 +00:00
|
|
|
font-size: 90% !important;
|
2016-10-27 08:33:39 +00:00
|
|
|
margin-right: 5px;
|
2016-08-03 03:12:53 +00:00
|
|
|
}
|
|
|
|
|
2016-11-10 04:01:03 +00:00
|
|
|
.widget .widget-body table tbody .fit-text-size {
|
|
|
|
font-size: 90% !important;
|
|
|
|
}
|
|
|
|
|
2017-12-11 15:03:00 +00:00
|
|
|
.widget .widget-body table thead th {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2018-03-27 21:11:17 +00:00
|
|
|
.widget .widget-body table tbody td {
|
2018-05-06 07:15:57 +00:00
|
|
|
white-space: nowrap;
|
2018-03-27 21:11:17 +00:00
|
|
|
}
|
|
|
|
|
2017-05-23 18:56:10 +00:00
|
|
|
.template-widget {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.template-widget-body {
|
|
|
|
max-height: 86%;
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.template-list {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.template-logo {
|
|
|
|
width: 100%;
|
|
|
|
max-width: 60px;
|
|
|
|
height: 100%;
|
|
|
|
max-height: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.template-container {
|
|
|
|
padding: 0.7rem;
|
|
|
|
margin-bottom: 0.7rem;
|
|
|
|
cursor: pointer;
|
|
|
|
border: 1px solid #333333;
|
|
|
|
border-radius: 2px;
|
|
|
|
box-shadow: 0 3px 10px -2px rgba(161, 170, 166, 0.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
.template-container--selected {
|
|
|
|
border: 2px solid #333333;
|
|
|
|
background-color: #ececec;
|
|
|
|
color: #2d3e63;
|
|
|
|
}
|
|
|
|
|
|
|
|
.template-container:hover {
|
|
|
|
background-color: #ececec;
|
|
|
|
color: #2d3e63;
|
|
|
|
}
|
|
|
|
|
|
|
|
.template-main {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.template-note {
|
|
|
|
padding: 0.5em;
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.template-title {
|
|
|
|
font-size: 1.8em;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.template-description {
|
|
|
|
font-size: 0.9em;
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.template-line {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
2016-11-10 04:01:03 +00:00
|
|
|
.nopadding {
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
|
2017-03-20 20:28:09 +00:00
|
|
|
.padding-top {
|
|
|
|
padding-top: 15px !important;
|
|
|
|
}
|
|
|
|
|
2016-08-03 03:12:53 +00:00
|
|
|
.terminal-container {
|
|
|
|
width: 100%;
|
|
|
|
padding: 10px 5px;
|
2016-07-14 00:02:42 +00:00
|
|
|
}
|
2016-08-10 03:05:33 +00:00
|
|
|
|
|
|
|
.interactive {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2016-08-19 06:41:45 +00:00
|
|
|
|
2016-10-02 03:11:20 +00:00
|
|
|
.custom-header-ico {
|
2016-10-08 21:49:24 +00:00
|
|
|
max-width: 32px;
|
|
|
|
max-height: 32px;
|
|
|
|
margin-right: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-responsive {
|
|
|
|
padding: 5px 10px;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 1.5;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 1107px) {
|
|
|
|
.btn-responsive {
|
|
|
|
padding: 6px 12px;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.42857143;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-12-25 20:34:02 +00:00
|
|
|
.page-wrapper {
|
2016-12-15 03:33:47 +00:00
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2016-12-25 20:34:02 +00:00
|
|
|
.simple-box {
|
2016-12-15 03:33:47 +00:00
|
|
|
margin-bottom: 80px;
|
|
|
|
}
|
|
|
|
|
2016-12-25 20:34:02 +00:00
|
|
|
.simple-box > div:first-child {
|
2016-12-15 03:33:47 +00:00
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2016-12-25 20:34:02 +00:00
|
|
|
.simple-box-logo {
|
2016-12-15 03:33:47 +00:00
|
|
|
display: block;
|
|
|
|
margin: auto;
|
|
|
|
position: relative;
|
|
|
|
width: 240px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2017-08-28 18:59:13 +00:00
|
|
|
.simple-box-form > div {
|
2016-12-15 03:33:47 +00:00
|
|
|
margin-bottom: 25px;
|
|
|
|
}
|
|
|
|
|
2017-08-28 18:59:13 +00:00
|
|
|
.simple-box-form > div:last-child {
|
2016-12-15 03:33:47 +00:00
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-body {
|
|
|
|
padding-top: 30px;
|
|
|
|
background-color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2016-11-17 12:50:46 +00:00
|
|
|
.pagination-controls {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
2016-12-15 03:33:47 +00:00
|
|
|
|
|
|
|
.user-box {
|
|
|
|
margin-right: 25px;
|
|
|
|
}
|
2016-12-25 20:34:02 +00:00
|
|
|
|
|
|
|
.select-endpoint {
|
|
|
|
width: 80%;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2016-12-31 00:12:51 +00:00
|
|
|
|
2017-07-08 07:21:30 +00:00
|
|
|
ul.sidebar {
|
2017-10-27 07:35:35 +00:00
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
flex-shrink: 0;
|
2017-07-08 07:21:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.sidebar .sidebar-title {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2017-11-07 07:18:23 +00:00
|
|
|
ul.sidebar .sidebar-list a {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
2016-12-31 00:12:51 +00:00
|
|
|
ul.sidebar .sidebar-list a.active {
|
|
|
|
color: #fff;
|
|
|
|
text-indent: 22px;
|
|
|
|
border-left: 3px solid #fff;
|
|
|
|
background: #2d3e63;
|
|
|
|
}
|
2017-03-12 16:24:15 +00:00
|
|
|
|
2017-10-27 07:35:35 +00:00
|
|
|
.sidebar-header {
|
|
|
|
height: 60px;
|
|
|
|
list-style: none;
|
|
|
|
text-indent: 20px;
|
|
|
|
font-size: 18px;
|
|
|
|
background: #2d3e63;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-header a { color: #fff; }
|
|
|
|
.sidebar-header a:hover {text-decoration: none; }
|
|
|
|
|
|
|
|
.sidebar-header .menu-icon {
|
|
|
|
float: right;
|
|
|
|
padding-right: 28px;
|
|
|
|
line-height: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#page-wrapper:not(.open) .sidebar-footer-content {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-footer-content {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-footer-content .logo {
|
2017-10-01 08:44:02 +00:00
|
|
|
width: 100%;
|
|
|
|
max-width: 100px;
|
|
|
|
height: 100%;
|
|
|
|
max-height: 35px;
|
|
|
|
margin: 2px 0 2px 20px;
|
|
|
|
}
|
|
|
|
|
2017-10-27 07:35:35 +00:00
|
|
|
.sidebar-footer-content .version {
|
2017-10-01 08:44:02 +00:00
|
|
|
font-size: 11px;
|
|
|
|
margin: 11px 20px 0 7px;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2017-10-27 07:35:35 +00:00
|
|
|
#sidebar-wrapper {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-content {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-between;
|
|
|
|
overflow-y: auto;
|
|
|
|
overflow-x: hidden;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2017-07-08 06:59:32 +00:00
|
|
|
#image-layers .btn{
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#image-layers .expand{
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
2017-11-12 19:27:28 +00:00
|
|
|
.createResource {
|
|
|
|
margin-left: 5px;
|
|
|
|
font-size: 90%;
|
|
|
|
}
|
|
|
|
|
2017-11-23 08:59:29 +00:00
|
|
|
ul.sidebar .sidebar-list a.active .menu-icon {
|
|
|
|
text-indent: 25px;
|
|
|
|
}
|
|
|
|
|
2017-04-05 08:13:32 +00:00
|
|
|
ul.sidebar .sidebar-list .sidebar-sublist a {
|
|
|
|
text-indent: 35px;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #b2bfdc;
|
2018-01-21 16:26:24 +00:00
|
|
|
line-height: 36px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.sidebar .sidebar-title {
|
|
|
|
line-height: 36px;
|
|
|
|
}
|
|
|
|
ul.sidebar .sidebar-title .form-control {
|
|
|
|
height: 36px;
|
|
|
|
padding: 6px 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.sidebar .sidebar-list {
|
|
|
|
height: 36px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.sidebar .sidebar-list a, ul.sidebar .sidebar-list .sidebar-sublist a {
|
|
|
|
line-height: 36px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.sidebar .sidebar-list .menu-icon {
|
|
|
|
line-height: 36px;
|
2017-04-05 08:13:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.sidebar .sidebar-list .sidebar-sublist a.active {
|
|
|
|
color: #fff;
|
|
|
|
border-left: 3px solid #fff;
|
|
|
|
background: #2d3e63;
|
|
|
|
}
|
|
|
|
|
2018-01-21 16:26:24 +00:00
|
|
|
@media (max-height: 785px) {
|
2017-10-28 17:42:55 +00:00
|
|
|
ul.sidebar .sidebar-title {
|
2018-01-21 16:26:24 +00:00
|
|
|
line-height: 26px;
|
2017-10-28 17:42:55 +00:00
|
|
|
}
|
2017-10-30 08:29:22 +00:00
|
|
|
ul.sidebar .sidebar-title .form-control {
|
2018-01-21 16:26:24 +00:00
|
|
|
height: 26px;
|
|
|
|
padding: 3px 6px;
|
2017-10-30 08:29:22 +00:00
|
|
|
}
|
2017-10-28 17:42:55 +00:00
|
|
|
ul.sidebar .sidebar-list {
|
2018-01-21 16:26:24 +00:00
|
|
|
height: 26px;
|
2017-10-28 17:42:55 +00:00
|
|
|
}
|
|
|
|
ul.sidebar .sidebar-list a, ul.sidebar .sidebar-list .sidebar-sublist a {
|
|
|
|
font-size: 12px;
|
2018-01-21 16:26:24 +00:00
|
|
|
line-height: 26px;
|
2017-10-28 17:42:55 +00:00
|
|
|
}
|
|
|
|
ul.sidebar .sidebar-list .menu-icon {
|
2018-01-21 16:26:24 +00:00
|
|
|
line-height: 26px;
|
2017-10-28 17:42:55 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-01-21 16:26:24 +00:00
|
|
|
@media(min-height: 786px) and (max-height: 924px) {
|
2017-10-28 17:42:55 +00:00
|
|
|
ul.sidebar .sidebar-title {
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
2017-10-30 08:29:22 +00:00
|
|
|
ul.sidebar .sidebar-title .form-control {
|
|
|
|
height: 30px;
|
|
|
|
padding: 5px 10px;
|
|
|
|
}
|
2017-10-28 17:42:55 +00:00
|
|
|
ul.sidebar .sidebar-list {
|
|
|
|
height: 30px;
|
|
|
|
}
|
|
|
|
ul.sidebar .sidebar-list a, ul.sidebar .sidebar-list .sidebar-sublist a {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
|
|
|
ul.sidebar .sidebar-list .menu-icon {
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-03-27 12:44:39 +00:00
|
|
|
@media(min-width: 768px) and (max-width: 992px) {
|
|
|
|
.margin-sm-top {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
}
|
2017-03-12 16:24:15 +00:00
|
|
|
@media (min-width: 768px) {
|
2017-03-27 12:44:39 +00:00
|
|
|
.pull-sm-left {
|
|
|
|
float: left !important;
|
|
|
|
}
|
|
|
|
.pull-sm-right {
|
|
|
|
float: right !important;
|
|
|
|
}
|
|
|
|
.pull-sm-none {
|
|
|
|
float: none !important;
|
|
|
|
}
|
2017-03-12 16:24:15 +00:00
|
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
2017-03-27 12:44:39 +00:00
|
|
|
.pull-md-left {
|
|
|
|
float: left !important;
|
|
|
|
}
|
|
|
|
.pull-md-right {
|
|
|
|
float: right !important;
|
|
|
|
}
|
|
|
|
.pull-md-none {
|
|
|
|
float: none !important;
|
|
|
|
}
|
2017-03-12 16:24:15 +00:00
|
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
2017-03-27 12:44:39 +00:00
|
|
|
.pull-lg-left {
|
|
|
|
float: left !important;
|
|
|
|
}
|
|
|
|
.pull-lg-right {
|
|
|
|
float: right !important;
|
|
|
|
}
|
|
|
|
.pull-lg-none {
|
|
|
|
float: none !important;
|
|
|
|
}
|
2017-03-12 16:24:15 +00:00
|
|
|
}
|
|
|
|
.pull-none {
|
2017-03-27 12:44:39 +00:00
|
|
|
float: none !important;
|
|
|
|
}
|
|
|
|
|
2017-05-01 10:18:06 +00:00
|
|
|
.bootbox-form .bootbox-input-checkbox {
|
|
|
|
display: none
|
|
|
|
}
|
|
|
|
|
|
|
|
.bootbox-form label {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
2017-03-27 12:44:39 +00:00
|
|
|
.switch input {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2017-05-01 10:18:06 +00:00
|
|
|
.bootbox-form .checkbox i {
|
|
|
|
margin-left: 21px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.switch i, .bootbox-form .checkbox i {
|
2017-03-27 12:44:39 +00:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
cursor: pointer;
|
|
|
|
padding-right: 24px;
|
|
|
|
transition: all ease 0.2s;
|
|
|
|
-webkit-transition: all ease 0.2s;
|
2017-12-05 08:49:04 +00:00
|
|
|
-moz-transition: all ease 0.2s;
|
|
|
|
-o-transition: all ease 0.2s;
|
2017-03-27 12:44:39 +00:00
|
|
|
border-radius: 24px;
|
|
|
|
box-shadow: inset 0 0 1px 1px rgba(0,0,0,.5);
|
|
|
|
}
|
|
|
|
|
2017-05-01 10:18:06 +00:00
|
|
|
.switch i:before, .bootbox-form .checkbox i:before {
|
2017-03-27 12:44:39 +00:00
|
|
|
display: block;
|
|
|
|
content: '';
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
border-radius: 24px;
|
|
|
|
background: white;
|
|
|
|
box-shadow: 0 0 1px 1px rgba(0,0,0,.5);
|
|
|
|
}
|
|
|
|
|
2017-05-01 10:18:06 +00:00
|
|
|
.switch :checked + i, .bootbox-form .checkbox :checked ~ i {
|
2017-03-27 12:44:39 +00:00
|
|
|
padding-right: 0;
|
|
|
|
padding-left: 24px;
|
|
|
|
-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 40px #337ab7;
|
2017-12-05 08:49:04 +00:00
|
|
|
-moz-box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 40px #337ab7;
|
2017-03-27 12:44:39 +00:00
|
|
|
box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 40px #337ab7;
|
2017-03-12 16:24:15 +00:00
|
|
|
}
|
2017-04-12 19:47:22 +00:00
|
|
|
|
2017-06-20 11:00:32 +00:00
|
|
|
.boxselector_wrapper {
|
2017-05-23 18:56:10 +00:00
|
|
|
display: flex;
|
|
|
|
flex-flow: row wrap;
|
|
|
|
margin: 0.5rem;
|
2017-04-12 19:47:22 +00:00
|
|
|
}
|
2017-05-18 21:00:08 +00:00
|
|
|
|
2017-06-20 11:00:32 +00:00
|
|
|
.boxselector_wrapper > div {
|
2017-05-23 18:56:10 +00:00
|
|
|
flex: 1;
|
|
|
|
padding: 0.5rem;
|
2017-05-18 21:00:08 +00:00
|
|
|
}
|
|
|
|
|
2017-06-20 11:00:32 +00:00
|
|
|
.boxselector_wrapper .boxselector_header {
|
2017-05-23 18:56:10 +00:00
|
|
|
font-size: 14px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
font-weight: bold;
|
2017-05-18 21:00:08 +00:00
|
|
|
}
|
|
|
|
|
2018-05-06 07:15:57 +00:00
|
|
|
.boxselector_header .fa,.fab {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2017-06-20 11:00:32 +00:00
|
|
|
.boxselector_wrapper input[type="radio"] {
|
2017-05-23 18:56:10 +00:00
|
|
|
display: none;
|
2017-05-18 21:00:08 +00:00
|
|
|
}
|
|
|
|
|
2017-06-20 11:00:32 +00:00
|
|
|
.boxselector_wrapper input[type="radio"]:not(:disabled) ~ label {
|
2017-05-23 18:56:10 +00:00
|
|
|
cursor: pointer;
|
2017-05-18 21:00:08 +00:00
|
|
|
}
|
|
|
|
|
2017-06-20 11:00:32 +00:00
|
|
|
.boxselector_wrapper label {
|
2017-05-23 18:56:10 +00:00
|
|
|
font-weight: normal;
|
|
|
|
font-size: 12px;
|
|
|
|
display: block;
|
|
|
|
background: white;
|
2017-05-18 21:00:08 +00:00
|
|
|
border: 1px solid #333333;
|
|
|
|
border-radius: 2px;
|
2017-05-23 18:56:10 +00:00
|
|
|
padding: 10px 10px 0 10px;
|
|
|
|
text-align: center;
|
2017-05-18 21:00:08 +00:00
|
|
|
box-shadow: 0 3px 10px -2px rgba(161, 170, 166, 0.5);
|
2017-05-23 18:56:10 +00:00
|
|
|
position: relative;
|
2017-05-18 21:00:08 +00:00
|
|
|
}
|
|
|
|
|
2017-06-20 11:00:32 +00:00
|
|
|
.boxselector_wrapper input[type="radio"]:checked + label {
|
2017-05-23 18:56:10 +00:00
|
|
|
background: #337ab7;
|
|
|
|
color: white;
|
|
|
|
padding-top: 2rem;
|
|
|
|
border-color: #337ab7;
|
2017-05-18 21:00:08 +00:00
|
|
|
}
|
|
|
|
|
2017-06-20 11:00:32 +00:00
|
|
|
.boxselector_wrapper input[type="radio"]:checked + label::after {
|
2017-05-23 18:56:10 +00:00
|
|
|
color: #337ab7;
|
2018-03-13 05:36:53 +00:00
|
|
|
font-family: "Font Awesome 5 Free";
|
2017-05-23 18:56:10 +00:00
|
|
|
border: 2px solid #337ab7;
|
|
|
|
content: "\f00c";
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: bold;
|
|
|
|
position: absolute;
|
|
|
|
top: -15px;
|
|
|
|
left: 50%;
|
|
|
|
transform: translateX(-50%);
|
|
|
|
height: 30px;
|
|
|
|
width: 30px;
|
|
|
|
line-height: 26px;
|
|
|
|
text-align: center;
|
|
|
|
border-radius: 50%;
|
|
|
|
background: white;
|
|
|
|
box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.25);
|
2017-05-18 21:00:08 +00:00
|
|
|
}
|
|
|
|
|
2017-05-23 18:56:10 +00:00
|
|
|
@media only screen and (max-width: 700px) {
|
2017-06-20 11:00:32 +00:00
|
|
|
.boxselector_wrapper {
|
2017-05-23 18:56:10 +00:00
|
|
|
flex-direction: column;
|
|
|
|
}
|
2017-05-18 21:00:08 +00:00
|
|
|
}
|
|
|
|
|
2017-09-14 06:04:59 +00:00
|
|
|
.visualizer_container {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-around;
|
|
|
|
}
|
|
|
|
|
|
|
|
.visualizer_container .node {
|
|
|
|
border: 1px dashed #337ab7;
|
|
|
|
background-color: rgb(51, 122, 183);
|
|
|
|
background-color: rgba(51, 122, 183, 0.1);
|
|
|
|
border-radius: 4px;
|
|
|
|
box-shadow: 0 3px 10px -2px rgba(161, 170, 166, 0.5);
|
|
|
|
padding: 15px;
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.visualizer_container .node .node_info {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
text-align: center;
|
|
|
|
border-bottom: 1px solid #777;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2017-09-14 08:22:27 +00:00
|
|
|
.visualizer_container .node .node_info .node_platform {
|
|
|
|
margin-left: 2px;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
2017-09-14 06:04:59 +00:00
|
|
|
.visualizer_container .node .tasks {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.visualizer_container .node .tasks .task {
|
|
|
|
border: 1px solid #333333;
|
|
|
|
border-radius: 2px;
|
|
|
|
box-shadow: 0 3px 10px -2px rgba(161, 170, 166, 0.5);
|
|
|
|
padding: 10px;
|
|
|
|
margin: 5px;
|
2017-09-22 06:53:08 +00:00
|
|
|
font-size: 10px;
|
2017-09-14 06:04:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.visualizer_container .node .tasks .task div {
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.visualizer_container .node .tasks .task_running {
|
|
|
|
border-radius: 4px;
|
|
|
|
background-color: rgb(35, 174, 137);
|
|
|
|
background-color: rgba(35, 174, 137, 0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.visualizer_container .node .tasks .task_stopped {
|
|
|
|
border-radius: 4px;
|
|
|
|
background-color: rgb(174, 35, 35);
|
|
|
|
background-color: rgba(174, 35, 35, 0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.visualizer_container .node .tasks .task_warning {
|
|
|
|
border-radius: 4px;
|
|
|
|
background-color: rgb(240, 173, 78);
|
|
|
|
background-color: rgba(240, 173, 78, 0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.visualizer_container .node .tasks .task_info {
|
|
|
|
border-radius: 4px;
|
|
|
|
background-color: rgb(70, 184, 218);
|
|
|
|
background-color: rgba(70, 184, 218, 0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.visualizer_container .node .tasks .task .service_name {
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2018-02-28 06:19:06 +00:00
|
|
|
.log_viewer {
|
|
|
|
height:100%;
|
|
|
|
overflow-y: scroll;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
color: black;
|
|
|
|
font-size: .85em;
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.log_viewer .inner_line {
|
|
|
|
padding: 0 15px;
|
|
|
|
cursor: pointer;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.log_viewer .inner_line:empty::after {
|
|
|
|
content: '.';
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.log_viewer .line_selected {
|
|
|
|
background-color: #C5CAE9;
|
|
|
|
}
|
|
|
|
|
2017-05-23 18:56:10 +00:00
|
|
|
/*bootbox override*/
|
|
|
|
.modal-open {
|
|
|
|
padding-right: 0 !important;
|
2017-05-18 21:00:08 +00:00
|
|
|
}
|
2017-05-23 18:56:10 +00:00
|
|
|
/*!bootbox override*/
|
2017-05-18 21:00:08 +00:00
|
|
|
|
2017-05-23 18:56:10 +00:00
|
|
|
/*angular-multi-select override*/
|
|
|
|
.multiSelect > button {
|
|
|
|
min-height: 30px !important;
|
|
|
|
background-color: unset;
|
|
|
|
background-image: unset;
|
2017-05-18 21:00:08 +00:00
|
|
|
}
|
|
|
|
|
2017-05-23 18:56:10 +00:00
|
|
|
.multiSelect .multiSelectItem:not(.multiSelectGroup).selected
|
|
|
|
{
|
|
|
|
background-image: linear-gradient( #337ab7, #337ab7 );
|
|
|
|
color: #fff;
|
|
|
|
border: none;
|
2017-05-18 21:00:08 +00:00
|
|
|
}
|
|
|
|
|
2017-05-23 18:56:10 +00:00
|
|
|
.multiSelect .multiSelectItem:hover,
|
|
|
|
.multiSelect .multiSelectGroup:hover {
|
|
|
|
background-image: linear-gradient( #337ab7 , #337ab7 ) !important;
|
|
|
|
color: #fff !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.multiSelect .tickMark,
|
|
|
|
.widget .widget-body table tbody .multiSelect .tickMark {
|
|
|
|
top: 2px;
|
|
|
|
right: 12px;
|
|
|
|
font-size: 20px !important;
|
|
|
|
}
|
|
|
|
/*!angular-multi-select override*/
|
|
|
|
|
|
|
|
/*toaster override*/
|
|
|
|
#toast-container > div {
|
|
|
|
opacity: 0.9;
|
2017-05-18 21:00:08 +00:00
|
|
|
}
|
2017-05-23 18:56:10 +00:00
|
|
|
/*!toaster override*/
|
2017-07-11 07:56:28 +00:00
|
|
|
|
2017-11-12 19:27:28 +00:00
|
|
|
/*angular-loading-bar override*/
|
|
|
|
#loadingbar-placeholder {
|
|
|
|
margin-bottom: 0;
|
|
|
|
height: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#loading-bar .bar {
|
|
|
|
position: relative;
|
|
|
|
height: 3px;
|
|
|
|
background: #738bc0;
|
|
|
|
}
|
|
|
|
/*!angular-loading-bar override*/
|
|
|
|
|
2017-07-11 07:56:28 +00:00
|
|
|
.monospaced {
|
|
|
|
font-family: monospace;
|
|
|
|
font-weight: 600;
|
2017-08-10 08:35:23 +00:00
|
|
|
}
|
2017-10-24 07:32:21 +00:00
|
|
|
|
|
|
|
/* json-tree */
|
|
|
|
|
|
|
|
json-tree {
|
|
|
|
font-size: 13px;
|
|
|
|
color: #30426a;
|
|
|
|
}
|
|
|
|
json-tree .key {
|
|
|
|
color: #738bc0;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
json-tree .branch-preview {
|
|
|
|
font-style: normal;
|
|
|
|
font-size: 11px;
|
|
|
|
opacity: .5;
|
|
|
|
}
|
2017-11-12 19:27:28 +00:00
|
|
|
|
|
|
|
.row.header .meta .page {
|
|
|
|
padding-top: 7px;
|
|
|
|
}
|