/** * Copyright 2013, 2014 IBM Corp. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. **/ body { font: 13px "Helvetica" !important; padding-top: 100px; background: url("pw_maze_white.png"); } #header { position: absolute; top: 0; left: 0; width: 100%; height: 40px; background: #000; box-sizing: border-box; padding: 5px 0px 5px 20px; } #dropTarget { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(100,100,100,0.5); display:table; width: 100%; height: 100%; display: none; } #dropTarget div { display: table-cell; vertical-align: middle; text-align: center; font-size: 40px; color: #fff; } #dropTarget div i { font-size: 80px; } div.btn-group, a.btn { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } span.logo { pointer-events: none; float: left; font-size: 30px; line-height: 30px; text-decoration: none; color: #ccc; } span.logo span { vertical-align: middle; font-size: 16px !important; } span.logo img { height: 18px; } #header .button { line-height: 22px; display: inline-block; font-size: 14px; padding: 4px 12px; text-decoration: none; border-radius: 3px; color: #ccc; margin: auto 10px; vertical-align: middle; } #header .button:not(.disabled):hover { box-shadow: 0 0 2px #fff; } #btn-deploy:not(.disabled):hover { background: #ca3f39; } #btn-deploy { color: #fff !important; background: #d24741; box-shadow: 0 0 2px #fff; } #btn-deploy:not(.disabled):active { background: #aa1f19 !important; color: #ccc !important; box-shadow: 0 0 2px #999; } #btn-deploy.disabled { cursor: default; background: #444 ; color: #999 !important; } #btn-sidemenu { font-size: 20px !important; } #btn-sidemenu:active, #btn-sidemenu.active { background: #333 ; } #header .button:focus { outline: none; } #workspace { margin-left: 160px; overflow: hidden; } #chart { overflow: auto; background: #e3e3e3; position: absolute; bottom:0px; top: 30px; left:0px; right:0px; } #workspace-toolbar { display: none; position: absolute; top: 30px; left:0; right: 18px; padding: 5px; background: #f3f3f3; } #chart-zoom-controls { padding-top: 3px; text-align: right; float: right; } #palette { background: #f3f3f3; width: 140px; text-align: center; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .palette-scroll { display: none; position: absolute; top: 0; left:0; right: 0; bottom: 35px; padding: 5px; overflow-y: auto; box-sizing:border-box; -moz-box-sizing: border-box; } .palette-spinner { padding-top: 40px; } #palette-search { position: absolute; display: none; bottom: 0; left:0; right:0; overflow: hidden; background: #f3f3f3; text-align: center; height: 35px; padding: 3px; border-top: 1px solid #999; box-sizing:border-box; -moz-box-sizing: border-box; } #palette-search i.fa-search { position: absolute; pointer-events: none; left: 4px; top: 10px; } #palette-search i.fa-times { position: absolute; right: 6px; top: 10px; } #palette-search-clear { display: none; color: #000; } #palette-search input { border-radius: 0; border: none; width: 100%; box-shadow: none; -webkit-box-shadow: none; padding: 3px 17px; margin: 0px; height: 30px; box-sizing:border-box; -moz-box-sizing: border-box; } #palette-search input:focus { border: none; box-shadow: none; -webkit-box-shadow: none; } .palette-category { border: 1px solid #999; border-radius: 3px; margin-bottom: 5px; } .palette-content { background: #fff; border-top: 1px solid #aaa; padding-bottom: 3px; } .palette-header { background: #f3f3f3; border-radius: 3px; cursor: pointer; text-align: left; padding: 1px; } .palette-header i { margin: 3px 4px 3px 3px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); } .palette-header i.expanded { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); } .palette-header span { clear: both; } .palette_label { line-height: 25px; text-align: center; } .palette_node { cursor:move; font-size:13px; background: #ddd; margin: 10px auto; height: 25px; border-radius: 6px; border: 2px solid #999; backgrou
{
   "vdns-instance": [
        ${payloadJson.configuration-parameters}
   ]
}
ckground: #e3e3e3; margin: 0 5px 0 0; height: 23px; line-height: 17px; max-width: 150px; width: 14%; overflow: hidden; white-space: nowrap; } ul.red-ui-tabs li a.red-ui-tab-label { display: block; padding: 3px 16px; color: #666; } ul.red-ui-tabs li { position: relative; } ul.red-ui-tabs li a.red-ui-tab-close { background: rgba(227,227,227,0.8); position: absolute; right: 2px; top: 2px; display: block; width: 20px; height: 20px; line-height: 20px; text-align: center; padding: 0px; border-radius: 5px; color: #666; } ul.red-ui-tabs li a.red-ui-tab-close:hover { background: #bbb !important; } ul.red-ui-tabs li a:hover { text-decoration: none; background: #f0f0f0; } ul.red-ui-tabs li.active { background: #fff; border-bottom: 1px solid #fff; } ul.red-ui-tabs li.active a { color: #333; } ul.red-ui-tabs li.active a.red-ui-tab-close { background: rgba(255,255,255,0.8); } ul.red-ui-tabs li.active a.red-ui-tab-label:hover { background: #fff; } ul.red-ui-tabs li.red-ui-add-tab { width: 25px; border-top-right-radius: 15px; line-height: 22px; } ul.red-ui-tabs li.red-ui-add-tab a { padding: 2px 4px; } ul.tab-config-list { list-style-type: none; padding: 3px; margin: 0; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } ul.tab-config-list li { max-width: 400px; font-size: 13px; background: #f3f3f3; margin: 10px auto; border-radius: 3px; border: 1px solid #ccc; padding: 3px 8px; } div.tab-config-list-type { } div.tab-config-list-entry { position: relative; margin: 4px 0; padding: 8px 4px 8px 10px; background: #fff; border: 1px solid #ccc; border-radius: 4px; cursor: pointer; } div.tab-config-list-entry:hover { background: #f6f6f6; } div.tab-config-list-label { } div.tab-config-list-users { position: absolute; right: 3px; top: 3px; bottom: 3px; line-height: 27px; font-size: 11px; background: #f6f6f6; float: right; border: 1px solid #eee; border-radius: 3px; padding: 1px 5px; } i.spinner { display: inline-block; width: 14px; height: 14px; line-height: 14px; vertical-align: text-top; margin-top: 0px; background: url(spin.svg) no-repeat 50% 50%; background-size: contain }