2016-12-15 03:33:47 +00:00
|
|
|
html, body, #content-wrapper, .page-content, #view {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.white-space-normal {
|
|
|
|
white-space: normal !important;
|
|
|
|
}
|
|
|
|
|
2014-01-07 17:18:38 +00:00
|
|
|
.btn-group button {
|
2016-12-15 03:33:47 +00:00
|
|
|
margin: 3px;
|
2014-01-07 17:18:38 +00:00
|
|
|
}
|
2013-06-09 00:12:14 +00:00
|
|
|
|
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-06-23 05:36:01 +00:00
|
|
|
width: 100%;
|
2016-08-17 09:52:49 +00:00
|
|
|
max-width: 155px;
|
2016-06-23 05:36:01 +00:00
|
|
|
height: 100%;
|
|
|
|
max-height: 55px;
|
|
|
|
margin-bottom: 5px;
|
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;
|
|
|
|
}
|
|
|
|
|
2016-08-10 03:05:33 +00:00
|
|
|
.fa.green-icon {
|
2016-07-13 22:58:39 +00:00
|
|
|
color: #23ae89;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
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-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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-form > div {
|
|
|
|
margin-bottom: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-form > div:last-child {
|
|
|
|
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-03-18 12:08:39 +00:00
|
|
|
ul.sidebar {
|
|
|
|
bottom: 40px;
|
|
|
|
}
|
|
|
|
|
2017-04-05 08:13:32 +00:00
|
|
|
ul.sidebar .sidebar-title {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
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-04-05 08:13:32 +00:00
|
|
|
ul.sidebar .sidebar-list .sidebar-sublist a {
|
|
|
|
text-indent: 35px;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #b2bfdc;
|
|
|
|
line-height: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.sidebar .sidebar-list .sidebar-sublist a.active {
|
|
|
|
color: #fff;
|
|
|
|
border-left: 3px solid #fff;
|
|
|
|
background: #2d3e63;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
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;
|
|
|
|
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-05-23 18:56:10 +00:00
|
|
|
.ownership_wrapper {
|
|
|
|
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-05-23 18:56:10 +00:00
|
|
|
.ownership_wrapper > div {
|
|
|
|
flex: 1;
|
|
|
|
padding: 0.5rem;
|
2017-05-18 21:00:08 +00:00
|
|
|
}
|
|
|
|
|
2017-05-23 18:56:10 +00:00
|
|
|
.ownership_wrapper .ownership_header {
|
|
|
|
font-size: 14px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
font-weight: bold;
|
2017-05-18 21:00:08 +00:00
|
|
|
}
|
|
|
|
|
2017-05-23 18:56:10 +00:00
|
|
|
.ownership_wrapper input[type="radio"] {
|
|
|
|
display: none;
|
2017-05-18 21:00:08 +00:00
|
|
|
}
|
|
|
|
|
2017-05-23 18:56:10 +00:00
|
|
|
.ownership_wrapper input[type="radio"]:not(:disabled) ~ label {
|
|
|
|
cursor: pointer;
|
2017-05-18 21:00:08 +00:00
|
|
|
}
|
|
|
|
|
2017-05-23 18:56:10 +00:00
|
|
|
.ownership_wrapper label {
|
|
|
|
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-05-23 18:56:10 +00:00
|
|
|
.ownership_wrapper input[type="radio"]:checked + label {
|
|
|
|
background: #337ab7;
|
|
|
|
color: white;
|
|
|
|
padding-top: 2rem;
|
|
|
|
border-color: #337ab7;
|
2017-05-18 21:00:08 +00:00
|
|
|
}
|
|
|
|
|
2017-05-23 18:56:10 +00:00
|
|
|
.ownership_wrapper input[type="radio"]:checked + label::after {
|
|
|
|
color: #337ab7;
|
|
|
|
font-family: FontAwesome;
|
|
|
|
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) {
|
|
|
|
.ownership_wrapper {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
2017-05-18 21:00:08 +00:00
|
|
|
}
|
|
|
|
|
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*/
|