1d8eeaac99
Change-Id: I16b830f3f4f858099085b855e4e1bdc1ef95584e
1127 lines
24 KiB
CSS
1127 lines
24 KiB
CSS
html {
|
|
overflow: -moz-scrollbars-vertical;
|
|
overflow-y: scroll;
|
|
overflow-x: scroll;
|
|
font-size: 14px !important;
|
|
height: 100%;
|
|
font-family: "Trebuchet MS", san sarif !important;
|
|
color: rgba(83, 83, 83, 1) !important;
|
|
}
|
|
body {
|
|
min-width: 1024px;
|
|
font-size: 14px !important;
|
|
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif !important;
|
|
color: rgba(83, 83, 83, 1) !important;
|
|
}
|
|
body, .main-content {
|
|
background: #fff;
|
|
/* right: 0px;
|
|
bottom: 0px;
|
|
left: 0px;
|
|
background-size: cover;
|
|
top: 0px;
|
|
background-image: url('../img/body_bg3.jpg');*/
|
|
}
|
|
.page-content {
|
|
background: inherit !important;
|
|
}
|
|
.table-responsive {
|
|
background-color: white;
|
|
}
|
|
.notification-msg {
|
|
white-space: normal;
|
|
}
|
|
.nav-list > li.open .submenu {
|
|
display: block;
|
|
}
|
|
.nav-list > li > a {
|
|
font-size: inherit !important;
|
|
}
|
|
.table > tbody > tr > td {
|
|
vertical-align: middle;
|
|
}
|
|
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
|
.table > tbody > tr {
|
|
height: 50px;
|
|
}
|
|
}
|
|
.btn-login {
|
|
border-radius: 7px;
|
|
}
|
|
.btn-topdown {
|
|
border-radius: 7px !important;
|
|
}
|
|
.btn-dropdown {
|
|
border-radius: 7px !important;
|
|
}
|
|
/*
|
|
.cssSlideUp {
|
|
transition: 1s linear all;
|
|
height: 300px;
|
|
overflow: hidden;
|
|
}
|
|
.cssSlideUp.ng-hide {
|
|
height:0;
|
|
}
|
|
.cssFade {
|
|
transition: 0.5s linear all;
|
|
opacity: 1;
|
|
}
|
|
.cssFade.ng-hide {
|
|
opacity: 0;
|
|
}*/
|
|
|
|
.no-border {
|
|
border: 0px !important;
|
|
}
|
|
.nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
.action {
|
|
cursor: pointer;
|
|
}
|
|
.action i {
|
|
padding-top: 7px;
|
|
}
|
|
.action i.fa-trash-o:hover {
|
|
background-color: #d15b47 !important;
|
|
color: white;
|
|
}
|
|
.role-tag {
|
|
background-color: #6fb3e0;
|
|
border-color: rgba(0, 0, 0, 0);
|
|
border-radius: 10px;
|
|
color: #fff;
|
|
display: inline-block;
|
|
font-size: 13px;
|
|
font-weight: normal;
|
|
margin-bottom: 3px !important;
|
|
margin-right: 3px;
|
|
padding: 4px 22px 5px 9px;
|
|
position: relative;
|
|
text-transform: capitalize;
|
|
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
|
|
transition: all 0.2s ease 0s;
|
|
vertical-align: baseline;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
width: 150px;
|
|
}
|
|
.role-tag .close {
|
|
margin-right: -15px;
|
|
cursor: pointer;
|
|
font-size: 16px;
|
|
}
|
|
.no-border-search {
|
|
padding-left: 10px;
|
|
margin-left: 10px;
|
|
border-left: 1px solid rgb(216, 216, 216);
|
|
padding-bottom: 0px
|
|
}
|
|
.alert-dismissable .close {
|
|
color: inherit;
|
|
position: relative;
|
|
right: -17px !important;
|
|
top: 0 !important;
|
|
}
|
|
select {
|
|
padding-left: 1px !important;
|
|
border-radius: 7px;
|
|
height: 33px;
|
|
}
|
|
select option[value=""], select.form-control option[value=""] {
|
|
padding: 3px 4px;
|
|
}
|
|
.opacity-zero {
|
|
opacity: 0;
|
|
}
|
|
.margin-bottom-10 {
|
|
margin-bottom: 10px;
|
|
}
|
|
.margin-bottom-15 {
|
|
margin-bottom: 15px;
|
|
}
|
|
.margin-right-5 {
|
|
margin-right: 5px !important;
|
|
}
|
|
.margin-right-20 {
|
|
margin-right: 20px !important;
|
|
}
|
|
.max-width-200 {
|
|
max-width: 200px;
|
|
}
|
|
.partition-chart {
|
|
padding-top: 30px;
|
|
}
|
|
.margin-top-minus10 {
|
|
margin-top: -10px !important;
|
|
}
|
|
.cluster-progress {
|
|
margin-top: -40px;
|
|
margin-right: 20px;
|
|
margin-bottom: 18px;
|
|
}
|
|
.progressbar-number {
|
|
text-align: center;
|
|
position: absolute;
|
|
width: 100%;
|
|
margin-top: -1px;
|
|
}
|
|
.login-page {
|
|
margin-top: 60px;
|
|
}
|
|
.dashed-panel {
|
|
border: 2px dashed #D0D0D0;
|
|
border-radius: 10px;
|
|
padding: 5px 15px 20px 15px;
|
|
margin-bottom: 20px;
|
|
background-color: rgba(224, 226, 227, 0.25);
|
|
}
|
|
.no-cluster-panel {
|
|
text-align: center;
|
|
cursor: pointer;
|
|
padding-top: 90px;
|
|
height: 350px;
|
|
}
|
|
.no-cluster-panel i {
|
|
transform: scale(2, 2);
|
|
}
|
|
.no-cluster-panel h4 {
|
|
padding-top: 50px;
|
|
}
|
|
.widget-box {
|
|
padding-bottom: 20px;
|
|
}
|
|
.widget-body .table {
|
|
border-top: 0px !important;
|
|
}
|
|
.widget-body .table thead:first-child tr {
|
|
background-color: #f2f2f2;
|
|
}
|
|
.navbar .navbar-nav > li {
|
|
border-style: none;
|
|
}
|
|
.ace-nav > li {
|
|
border-left: none !important;
|
|
height: 60px;
|
|
}
|
|
.new-servers-result {
|
|
overflow-y: scroll;
|
|
max-height: 400px
|
|
}
|
|
.padding-top-30 {
|
|
padding-top: 30px;
|
|
}
|
|
.border-radius-4 {
|
|
border-radius: 4px !important;
|
|
}
|
|
textarea, input[type="text"], input[type="password"], input[type="number"], input[type="email"] {
|
|
-webkit-appearance: none;
|
|
/* Remove inner shadow from inputs on mobile iOS */
|
|
/*background: inherit;*/
|
|
border-radius: 7px !important;
|
|
}
|
|
/*
|
|
input[type="text"]:focus, input[type="password"]:focus {
|
|
background: inherit;
|
|
}
|
|
*/
|
|
|
|
/* Fix ace checkbox/radio css */
|
|
|
|
input.ace[type="checkbox"] + .lbl:before, input.ace[type="radio"] + .lbl:before {
|
|
content: "\00A0";
|
|
border-radius: 4px !important;
|
|
}
|
|
.progress {
|
|
position: relative;
|
|
}
|
|
button[disabled] {
|
|
pointer-events: auto !important;
|
|
cursor: not-allowed !important;
|
|
}
|
|
.wizard-steps li .title {
|
|
white-space: nowrap;
|
|
}
|
|
.wizard-steps li.active .step {
|
|
transform: scale(1.2, 1.2);
|
|
-webkit-transform: scale(1.2, 1.2);
|
|
}
|
|
.wizard-steps li.active .title {
|
|
font-weight: bold;
|
|
}
|
|
.wizard-steps li.active .step {
|
|
background: rgba(27, 92, 141, 1);
|
|
color: #fff;
|
|
transform: scale(1.3, 1.3);
|
|
-webkit-transform: scale(1.3, 1.3);
|
|
}
|
|
.wizard-steps li.error .step:before {
|
|
background-color: #fff;
|
|
border-radius: 100%;
|
|
bottom: 0;
|
|
color: #d3413b;
|
|
content: "\f00d";
|
|
display: block;
|
|
font-family: FontAwesome;
|
|
font-size: 17px;
|
|
left: 0;
|
|
line-height: 30px;
|
|
position: absolute;
|
|
right: 0;
|
|
text-align: center;
|
|
top: 0;
|
|
z-index: 3;
|
|
}
|
|
.wizard-steps li.error .step, .wizard-steps li.error:before {
|
|
border-color: #5293c4;
|
|
}
|
|
.wizard-steps li.error .title, .wizard-steps li.error .title {
|
|
color: #2b3d53;
|
|
}
|
|
.wizard-steps li.incomplete:before, li.incomplete .step {
|
|
border-color: #d15b47 !important;
|
|
}
|
|
.wizard-steps li .step {
|
|
transform: scale(1.5);
|
|
-webkit-transform: scale(1.5);
|
|
background-color: #AEAEAE;
|
|
border-style: none;
|
|
}
|
|
.wizard-steps li.complete:hover .step {
|
|
transform: scale(1.7) !important;
|
|
}
|
|
.wizard-steps li.complete .step:before {
|
|
background-color: rgba(255, 255, 255, 0);
|
|
top: 23px;
|
|
right: -3px;
|
|
}
|
|
.wizard-steps li.complete:before, .wizard-steps li.complete .step {
|
|
background-color: #5293C4;
|
|
/* border-color: #93cbf9 !important;*/
|
|
}
|
|
.a.wizard-steps li.active:before, .wizard-steps li.active .step {
|
|
border-color: #80afd4 !important;
|
|
transform: scale(1.25) !important;
|
|
-webkit-transform: scale(1.25) !important;
|
|
background-color: rgba(52, 109, 153, 1);
|
|
/*border-color: #93cbf9 !important;*/
|
|
}
|
|
.a.wizard-steps li.active:before, .wizard-steps li.active .step {
|
|
/*border-color: #80afd4 !important;*/
|
|
transform: scale(1.7) !important;
|
|
-webkit-transform: scale(1.7) !important;
|
|
}
|
|
li.incomplete:before, li.incomplete .step {
|
|
border-color: #d15b47 !important;
|
|
background-color: #D15B47;
|
|
}
|
|
.padding-left-15 {
|
|
padding-left: 15px;
|
|
}
|
|
.padding-left-1 {
|
|
padding-left: 1px;
|
|
}
|
|
.padding-left-2 {
|
|
padding-left: 2px;
|
|
}
|
|
.infobox {
|
|
width: 260px !important;
|
|
height: 160px !important;
|
|
margin-right: 10px;
|
|
margin-bottom: 10px;
|
|
background: rgba(0, 0, 0, 0.07);
|
|
border: 2px dotted #ddd;
|
|
border-radius: 7px;
|
|
}
|
|
.infobox:hover {
|
|
background: rgba(0, 0, 0, 0.2)
|
|
}
|
|
.clusters-view {
|
|
margin-top: 30px;
|
|
margin-right: 15px;
|
|
}
|
|
.clusters-view .glyphicon {
|
|
margin-right: 5px;
|
|
}
|
|
.top-padding-10 {
|
|
padding-top: 10px
|
|
}
|
|
.autofill-section {
|
|
border-left: 1px solid #ccc;
|
|
}
|
|
/*
|
|
.fa-exclamation:before {
|
|
content: "\f12a"
|
|
}
|
|
*/
|
|
|
|
.btn {
|
|
/*font-weight: 600;*/
|
|
text-shadow: none !important;
|
|
border-width: 3px;
|
|
font-size: 15px;
|
|
line-height: 1.5;
|
|
padding: 4px 12px;
|
|
border-radius: 7px !important;
|
|
}
|
|
.btn-cancel {
|
|
border-color: #909AA1;
|
|
background-color: #909AA1 !important;
|
|
}
|
|
.btn-group > .btn {
|
|
border-radius: 7px !important;
|
|
}
|
|
.btn-xs {
|
|
padding: 1px 5px !important;
|
|
}
|
|
.btn-white {
|
|
border-width: 1px !important;
|
|
}
|
|
.btn-black-white, .btn-black-white:focus {
|
|
border: none !important;
|
|
background-color: inherit!important;
|
|
color: #000000 !important
|
|
}
|
|
.btn-trash-hover {
|
|
padding: 4px 7px 2px 7px !important;
|
|
}
|
|
.btn-export-hover {
|
|
padding: 4px 8px 2px 8px !important;
|
|
}
|
|
button.btn-trash-hover:hover, button.btn-trash-hover:active {
|
|
background-color: #d15b47 !important;
|
|
color: #FFFFFF !important;
|
|
}
|
|
button.btn-clte:hover, button.btn-clte:active {
|
|
background-color: #3a87ad !important;
|
|
color: #FFFFFF !important;
|
|
}
|
|
button.btn-edit-hover:hover, button.btn-edit-hover:active {
|
|
background-color: #87b87f !important;
|
|
color: #FFFFFF !important;
|
|
}
|
|
button.btn-sumbit-hover:hover, button.btn-sumbit-hover-hover:active {
|
|
background-color: #428bca !important;
|
|
color: #FFFFFF !important;
|
|
}
|
|
.btn-topmargin-8 {
|
|
margin-top: 5px;
|
|
}
|
|
/*
|
|
th {
|
|
background-color: #FFFFFF !important;
|
|
color: #000000;
|
|
}*/
|
|
|
|
a.darkfont:link: {
|
|
font color: #000000 !important;
|
|
}
|
|
a.darkfont:visited {
|
|
color: #000000 !important;
|
|
}
|
|
/* visited link */
|
|
|
|
h1.blue-header {
|
|
float: left !important;
|
|
line-height: 1.4 !important;
|
|
color: #2679b5;
|
|
font-size: 24px;
|
|
font-weight: lighter;
|
|
padding: 0;
|
|
}
|
|
.header-margins {
|
|
margin-left: 0px !important;
|
|
margin-right: 0px !important;
|
|
margin-bottom: 15px !important;
|
|
}
|
|
a:active {
|
|
color: #0000FF;
|
|
}
|
|
.page-header {
|
|
border-bottom: 0px !important;
|
|
padding-top: 15px;
|
|
padding-bottom: 15px;
|
|
}
|
|
.label {
|
|
border-radius: 0.25em !important;
|
|
line-height: 80% !important;
|
|
text-transform: lowercase !important;
|
|
font-size: 100% !important;
|
|
/*padding: 0.2em 0 0 0 !important;*/
|
|
}
|
|
.label:first-letter {
|
|
text-transform: uppercase !important;
|
|
}
|
|
.label-red {
|
|
background-color: #e2755f !important;
|
|
}
|
|
.capitalize {
|
|
text-transform: capitalize;
|
|
}
|
|
.nav-search {
|
|
position: relative !important;
|
|
float: right !important;
|
|
}
|
|
.btn-create {
|
|
/*line-height: 1.1 !important;*/
|
|
padding: 5px 12px 6px 12px !important;
|
|
width: auto !important;
|
|
font-weight: 500 !important;
|
|
margin-top: 26px !important;
|
|
}
|
|
.input-icon {
|
|
/* margin-top: 5px !important;*/
|
|
}
|
|
.ng-table th.sortable {
|
|
cursor: pointer
|
|
}
|
|
.ng-table th.sortable div {
|
|
padding-right: 18px;
|
|
position: relative
|
|
}
|
|
.ng-table th.sortable div:after, .ng-table th.sortable div:before {
|
|
content: "";
|
|
border-width: 0 4px 4px;
|
|
border-style: solid;
|
|
border-color: #000 transparent;
|
|
visibility: visible;
|
|
right: 8px;
|
|
top: 50%;
|
|
position: absolute;
|
|
opacity: .3;
|
|
margin-top: -4px
|
|
}
|
|
.ng-table th.sortable div:before {
|
|
margin-top: 2px;
|
|
border-bottom: 0;
|
|
border-left: 4px solid transparent;
|
|
border-right: 4px solid transparent;
|
|
border-top: 4px solid #000
|
|
}
|
|
.ng-table th.sortable div:hover:after, .ng-table th.sortable div:hover:before {
|
|
opacity: 0.8;
|
|
visibility: visible
|
|
}
|
|
.ng-table th.sortable.sort-desc, .ng-table th.sortable.sort-asc {
|
|
background-color: rgba(141, 192, 219, .25);
|
|
text-shadow: 0 1px 1px rgba(255, 255, 255, .75)
|
|
}
|
|
.ng-table th.sortable.sort-desc div:after, .ng-table th.sortable.sort-asc div:after {
|
|
margin-top: -2px
|
|
}
|
|
.ng-table th.sortable.sort-desc div:before, .ng-table th.sortable.sort-asc div:before {
|
|
visibility: hidden
|
|
}
|
|
.ng-table th.sortable.sort-asc div:after, .ng-table th.sortable.sort-asc div:hover:after {
|
|
visibility: visible;
|
|
filter: alpha(opacity=60);
|
|
-khtml-opacity: .6;
|
|
-moz-opacity: .6;
|
|
/* opacity: .6 */
|
|
}
|
|
.ng-table th.sortable.sort-desc div:after {
|
|
border-bottom: 0;
|
|
border-left: 4px solid transparent;
|
|
border-right: 4px solid transparent;
|
|
border-top: 4px solid #000;
|
|
visibility: visible;
|
|
-webkit-box-shadow: none;
|
|
-moz-box-shadow: none;
|
|
box-shadow: none;
|
|
filter: alpha(opacity=60);
|
|
-khtml-opacity: .6;
|
|
-moz-opacity: .6;
|
|
/* opacity: .6 */
|
|
}
|
|
.ng-table-pager {
|
|
display: none;
|
|
}
|
|
tr.hightlight {
|
|
background-color: #e4efc9 !important;
|
|
}
|
|
tr.hightlight td {
|
|
background-color: #e4efc9 !important;
|
|
}
|
|
tr.grey {
|
|
background-color: #dedede !important;
|
|
opacity: 0.6;
|
|
}
|
|
tr.grey td {
|
|
background-color: #dedede !important;
|
|
}
|
|
.btn-previous {
|
|
background-color: #abbac3 !important;
|
|
border-color: #abbac3 !important;
|
|
}
|
|
.btn-light {
|
|
cursor: not-allowed !important;
|
|
}
|
|
.btn-prev-spacing {
|
|
margin-right: 10px;
|
|
}
|
|
.networkDeleteView {
|
|
border-bottom-color: #f3cdc6 !important;
|
|
background-color: #f5f5f5 !important;
|
|
}
|
|
.networkDeleteButton {
|
|
color: #dd5a43 !important;
|
|
}
|
|
.th-inhert {
|
|
vertical-align: auto;
|
|
}
|
|
.eth-width {
|
|
width: 13%;
|
|
}
|
|
.max-width-150 {
|
|
max-width: 150px !important;
|
|
}
|
|
.margin-bottom-8 {
|
|
margin-bottom: 0px;
|
|
}
|
|
td.center-align {
|
|
vertical-align: inherit !important;
|
|
}
|
|
.side-padding-30 {
|
|
padding-left: 30px !important;
|
|
padding-right: 30px !important;
|
|
padding-top: 10px;
|
|
}
|
|
.side-padding-40 {
|
|
padding-left: 40px !important;
|
|
padding-right: 40px !important;
|
|
}
|
|
.side-padding-10 {
|
|
padding-left: 10px !important;
|
|
padding-right: 10px !important;
|
|
}
|
|
.side-padding-20 {
|
|
padding-left: 20px !important;
|
|
padding-right: 20px !important;
|
|
/*padding-top:7px !important;*/
|
|
}
|
|
.side-margin-3 {
|
|
margin-left: 3px !important;
|
|
margin-right: 3px !important;
|
|
}
|
|
.top-margin-14 {
|
|
margin-top: 14px;
|
|
}
|
|
.top-margin-17 {
|
|
margin-top: 17px;
|
|
}
|
|
table {
|
|
margin-bottom: 0px !important;
|
|
}
|
|
div.center-align {
|
|
vertical-align: center !important;
|
|
}
|
|
.margin-right-5 {
|
|
margin-right: 10px;
|
|
}
|
|
.interface-placeholder-margin {
|
|
border: 1px solid rgba(190, 210, 219, .5) !important;
|
|
min-height: 60px !important;
|
|
border-radius: 4px;
|
|
background-color: rgba(221, 221, 221, 0.32);
|
|
}
|
|
.network-margin-border {
|
|
border: 1px solid rgba(190, 210, 219, .5) !important;
|
|
border-radius: 4px;
|
|
}
|
|
.network-margin {
|
|
margin-left: 10px !important;
|
|
margin-top: 10px !important;
|
|
}
|
|
.widget-header-marginbottom {
|
|
border-bottom: 1px solid #bed2db !important;
|
|
margin-bottom: 15px;
|
|
}
|
|
.network-background {
|
|
background-image: url();
|
|
}
|
|
/* adjustments to draggable */
|
|
|
|
.network-draggable {
|
|
position: relative;
|
|
width: 155px !important;
|
|
border-radius: 7px;
|
|
cursor: move;
|
|
}
|
|
.external-event {
|
|
float: left !important;
|
|
}
|
|
.drag-enter {
|
|
background: none repeat scroll 0 0 #F0F9FF;
|
|
border: 2px dashed #BED2DB !important;
|
|
box-sizing: border-box;
|
|
margin: 5px 0;
|
|
min-height: 50px;
|
|
padding: 0;
|
|
}
|
|
.network-placeholder {
|
|
min-height: 200px;
|
|
}
|
|
.interface-placeholder {
|
|
border: 1px solid #BED2DB;
|
|
box-sizing: border-box;
|
|
margin: 5px 0;
|
|
min-height: 50px;
|
|
padding: 10px;
|
|
}
|
|
.modal-body {
|
|
padding-top: 30px;
|
|
padding-right-value: 20px;
|
|
padding-bottom: 0px;
|
|
padding-left-value: 20px;
|
|
padding-left-ltr-source: physical;
|
|
padding-left-rtl-source: physical;
|
|
padding-right-ltr-source: physical;
|
|
padding-right-rtl-source: physical;
|
|
}
|
|
.modal-header {
|
|
/*background-color: #EFF3F8;*/
|
|
background-image: url('../img/header.png');
|
|
background-size: cover;
|
|
/*background-position: 50% 50%;*/
|
|
}
|
|
.modal-warning-header {
|
|
padding-top: 13px;
|
|
padding-bottom: 13px;
|
|
}
|
|
.modal-warning-body {
|
|
padding-top: 30px;
|
|
padding-bottom: 20px;
|
|
}
|
|
.modal-warning-footer {
|
|
padding-top: 8px;
|
|
padding-bottom: 8px;
|
|
}
|
|
.bkg-fullscreen {
|
|
/*background-color:#EFF3F8;*/
|
|
background-image: url(../img/datacenter2.jpg);
|
|
position: fixed;
|
|
right: 0px;
|
|
bottom: 0px;
|
|
left: 0px;
|
|
background-size: cover;
|
|
background-position: 50% 50%;
|
|
top: 0px;
|
|
}
|
|
.bkg-fullscreen:before {
|
|
content: "";
|
|
position: fixed;
|
|
top: 0px;
|
|
right: 0px;
|
|
bottom: 0px;
|
|
left: 0px;
|
|
background-color: rgba(68, 57, 170, 0.3);
|
|
background-image: none;
|
|
opacity: 0.6;
|
|
}
|
|
.bar-white {
|
|
background-color: white;
|
|
}
|
|
.page-header h1 {
|
|
font-weight: bold;
|
|
font-size: 20px !important;
|
|
}
|
|
.navbar {
|
|
background-image: url('../img/header.png');
|
|
/*position: fixed;*/
|
|
right: 0px;
|
|
bottom: 0px;
|
|
left: 0px;
|
|
background-size: cover;
|
|
background-position: 50% 50%;
|
|
top: 0px;
|
|
}
|
|
.ace-nav > li > a {
|
|
padding: 8px 8px;
|
|
}
|
|
.modal-footer {
|
|
/*background-image: url('../img/dialogue-bar1.jpg');*/
|
|
background-size: cover;
|
|
}
|
|
.modal-title {
|
|
color: white;
|
|
}
|
|
.gritter-error .gritter-close {
|
|
color: rgba(192, 116, 80, 1);
|
|
}
|
|
.gritter-close:hover {
|
|
color: rgba(219, 101, 68, 1) !important;
|
|
}
|
|
.gritter-item-wrapper.gritter-error {
|
|
background-image: url('../img/grey.png') !important;
|
|
background-size: cover;
|
|
border-radius: 7px;
|
|
opacity: 0.9;
|
|
}
|
|
.error-text {
|
|
color: rgba(219, 101, 68, 1);
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
padding-left: 10px;
|
|
}
|
|
#side {
|
|
position: absolute;
|
|
overflow: hidden;
|
|
right: 30px;
|
|
width: 0px;
|
|
height: 30%;
|
|
content: "";
|
|
background: #fff;
|
|
}
|
|
#side-content {
|
|
position: absolute;
|
|
right: 0px;
|
|
top: 5px;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
width: 200px;
|
|
background: #fff;
|
|
font-size: 13px;
|
|
}
|
|
#side-ctrl {
|
|
position: absolute;
|
|
right: 5px;
|
|
top: 0px;
|
|
height: 1.5%;
|
|
width: 15px;
|
|
/*background:yellow;*/
|
|
}
|
|
.label-lg.arrowed:before {
|
|
left: -11px;
|
|
}
|
|
.glyphicon {
|
|
top: 0px;
|
|
}
|
|
.widget-main {
|
|
padding-top: 25px;
|
|
padding-bottom: 5px;
|
|
}
|
|
.login-form {
|
|
background-color: rgba(221, 221, 221, 0.6);
|
|
padding: 20px 15px 10px;
|
|
}
|
|
.login-dialogue {
|
|
margin: 0 auto;
|
|
top: 10%;
|
|
position: relative;
|
|
width: 400px;
|
|
/*margin-top: -241px;*/
|
|
padding: 50px 30px 30px;
|
|
}
|
|
.modal.in .modal-dialog {
|
|
transform: translate(0px, 100px);
|
|
}
|
|
address, caption, cite, code, dfn, em, strong, th, var {
|
|
opacity: 0.8 !important;
|
|
}
|
|
div.toc ul li a {
|
|
border-radius: 7px;
|
|
}
|
|
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
|
|
background-color: rgba(194, 221, 240, 1);
|
|
}
|
|
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
|
|
background-color: rgba(239, 243, 252, 0.98);
|
|
}
|
|
.search-badge-adjustment {
|
|
float: left !important;
|
|
display: inline-block !important;
|
|
min-width: 400px !important;
|
|
}
|
|
.badge-adjustment {
|
|
padding-top: 23px !important;
|
|
padding-left: 0px !important;
|
|
}
|
|
.skinny-badge {
|
|
padding: 1px 7px 1px 7px !important;
|
|
}
|
|
.server-margin-adjustment {
|
|
padding-top: 17px !important;
|
|
padding-left: 0px !important;
|
|
}
|
|
.margin-right-7 {
|
|
margin-right: 7px !important;
|
|
}
|
|
.search-small {
|
|
font-size: 65% !important;
|
|
}
|
|
.top-padding-5 {
|
|
padding-top: 5px !important;
|
|
}
|
|
.margin-top-10 {
|
|
margin-top: 10px !important;
|
|
}
|
|
.margin-top-29 {
|
|
margin-top: 29px !important;
|
|
}
|
|
.margin-left-15 {
|
|
margin-left: 15px !important;
|
|
}
|
|
.margin-left-neg30 {
|
|
margin-left: -30px !important;
|
|
}
|
|
.margin-left-17 {
|
|
margin-left: 17px !important;
|
|
}
|
|
.margin-left-18 {
|
|
margin-left: 18px !important;
|
|
}
|
|
.margin-left-14 {
|
|
margin-left: 14px !important;
|
|
}
|
|
.new-user-form {
|
|
margin-left: 160px !important;
|
|
}
|
|
.input-width-200 {
|
|
width: 220px !important;
|
|
}
|
|
.date-picker-width {
|
|
width: 337px !important;
|
|
}
|
|
.opacity-50 {
|
|
opacity: 0.50 !important;
|
|
}
|
|
.cluster-margin-bottom-20 {
|
|
margin-bottom: 20px !important;
|
|
}
|
|
.padding-bottom-0 {
|
|
padding-bottom: 0px !important;
|
|
}
|
|
.user-form-note {
|
|
padding-left: 120px !important;
|
|
}
|
|
.date-picker-margin {
|
|
margin-bottom: 15px !important;
|
|
}
|
|
.user-row {
|
|
height: 50px;
|
|
line-height: 55px;
|
|
display: inline-block;
|
|
}
|
|
.row-action {
|
|
width: 27%;
|
|
}
|
|
.row-timestamp {
|
|
width: 40%;
|
|
}
|
|
.row-user-id {
|
|
margin-left: 1%;
|
|
width: 30%;
|
|
}
|
|
.log-row {
|
|
border-top: 1px solid #ddd;
|
|
}
|
|
.log-row:nth-child(2n+1) {
|
|
background-color: #f9f9f9;
|
|
}
|
|
.reload-servers-border {
|
|
padding: 4px 8px 4px 9px;
|
|
}
|
|
.cluster-overview-delete, .cluster-overview-delete:focus {
|
|
border: none !important;
|
|
background-color: inherit !important;
|
|
color: black !important;
|
|
font-size: 130%;
|
|
}
|
|
.cluster-overview-menu {
|
|
vertical-align: inherit !important;
|
|
}
|
|
.compass-menu-icon {
|
|
display: inline-block;
|
|
font-size: 18px;
|
|
font-weight: 400;
|
|
margin-right: 2px;
|
|
min-width: 30px;
|
|
text-align: center;
|
|
vertical-align: auto !important;
|
|
}
|
|
.iframe-fail {
|
|
display: none;
|
|
}
|
|
/* iPads (portrait and landscape) ----------- */
|
|
|
|
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
|
|
iframe {
|
|
display: none;
|
|
}
|
|
.iframe-fail {
|
|
display: block !important;
|
|
}
|
|
}
|
|
.angular-ui-tree-handle {
|
|
background: #f8faff;
|
|
border: 1px solid #dae2ea;
|
|
color: #7c9eb2;
|
|
padding: 10px 10px;
|
|
cursor: default;
|
|
}
|
|
.angular-ui-tree-handle:hover {
|
|
color: #438eb9;
|
|
background: #f4f6f7;
|
|
border-color: #dce2e8;
|
|
}
|
|
.angular-ui-tree-placeholder {
|
|
background: #f0f9ff;
|
|
border: 2px dashed #bed2db;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.group-title {
|
|
background-color: #687074 !important;
|
|
color: #FFF !important;
|
|
}
|
|
.margin-left-neg4 {
|
|
margin-left: -4px;
|
|
}
|
|
.table-col {
|
|
width: 80%;
|
|
}
|
|
.role-col {
|
|
margin-left: 1%;
|
|
max-width: 300px;
|
|
width: 19%;
|
|
}
|
|
.role-panel {
|
|
z-index: 10;
|
|
margin-left: 30px;
|
|
}
|
|
.role-panel.stick {
|
|
position: fixed;
|
|
z-index: 10000;
|
|
top: 0px;
|
|
padding-right: 30px;
|
|
width: 19%;
|
|
}
|
|
.role-assign-drag {
|
|
border: 1px solid rgba(190, 210, 219, 0.5) !important;
|
|
border-radius: 4px;
|
|
min-height: 120px;
|
|
width: 90%;
|
|
}
|
|
.role-assign-drop {
|
|
min-height: 30px;
|
|
min-width: 150px;
|
|
}
|
|
.drag-roles {
|
|
margin-left: 7px;
|
|
margin-top: 7px;
|
|
display: block !important;
|
|
border-radius: 4px !important;
|
|
cursor: move;
|
|
width: auto;
|
|
}
|
|
.drag-enter-role {
|
|
background: none repeat scroll 0 0 #F0F9FF;
|
|
border: 2px dashed #BED2DB !important;
|
|
box-sizing: border-box;
|
|
margin: 5px 0;
|
|
min-height: 35px;
|
|
padding: 0;
|
|
}
|
|
.role-badge {
|
|
background-color: #abbac3;
|
|
font-size: 12px;
|
|
font-weight: 400;
|
|
line-height: 15px;
|
|
padding: 1px 7px 3px 7px;
|
|
text-shadow: none;
|
|
border-radius: 5px;
|
|
color: #fff;
|
|
display: inline-block;
|
|
min-width: 10px;
|
|
text-align: center;
|
|
vertical-align: baseline;
|
|
white-space: nowrap;
|
|
margin-right: 2px;
|
|
width: 120px;
|
|
}
|
|
.autofill-success {
|
|
margin-top: 20px;
|
|
}
|
|
h4.widget-title:hover {
|
|
color: #2a6496;
|
|
text-decoration: underline;
|
|
}
|
|
.loadingMask{
|
|
z-index:1;
|
|
width:100%;
|
|
background-color: rgba(0,0,0,0.15);
|
|
pointer-events: none;
|
|
}
|
|
.loadingMask .mask{
|
|
opacity: 0.5;
|
|
}
|
|
.tab-panel {
|
|
z-index: 10;
|
|
margin-left: 30px;
|
|
}
|
|
.tab-panel.stick {
|
|
position: fixed;
|
|
z-index: 10000;
|
|
top: 10px;
|
|
}
|
|
.review-padding{
|
|
padding-left: 60px;
|
|
padding-right: 60px;
|
|
}
|
|
.review-network-badge{
|
|
width:130px;
|
|
}
|
|
.review-targetconfig{
|
|
background:#7E6EB0;
|
|
}
|
|
.review-host{
|
|
background:#307ECC;
|
|
}
|
|
.review-osconfig{
|
|
background:#69AA46;
|
|
}
|
|
.centerLoading{
|
|
padding-top: 20%;
|
|
padding-left: 45%;
|
|
}
|
|
.popover-title{
|
|
background: #F2DEDE;
|
|
}
|
|
.yellow{
|
|
color: #FEE188 !important;
|
|
}
|
|
.input-spacing{
|
|
margin-top: 8px;
|
|
}
|
|
.uploadContainer{
|
|
width: 25px;
|
|
height: 25px;
|
|
background-color: #6FB3E0;
|
|
display: inline-block;
|
|
line-height: 25px;
|
|
margin-top: 10px;
|
|
margin-right: -35px;
|
|
border-radius: 20px;
|
|
}
|
|
.uploadContainer:hover {
|
|
background-color: #EBEBEB;
|
|
cursor:pointer;
|
|
}
|
|
.uploadFile{
|
|
margin-left: 6px;
|
|
color: #fff;
|
|
}
|
|
.col1{
|
|
margin-top:10px;
|
|
float: left;
|
|
width: 46%;
|
|
}
|
|
.col2{
|
|
margin-top: 10px;
|
|
margin-left: 8%;
|
|
float: left;
|
|
position: relative;
|
|
width: 46%;
|
|
} |