2017-08-29 19:22:41 +02:00
|
|
|
|
/*
|
|
|
|
|
|
|
|
|
|
Copyright 2010, Google Inc.
|
|
|
|
|
All rights reserved.
|
|
|
|
|
|
|
|
|
|
Redistribution and use in source and binary forms, with or without
|
|
|
|
|
modification, are permitted provided that the following conditions are
|
|
|
|
|
met:
|
|
|
|
|
|
|
|
|
|
* Redistributions of source code must retain the above copyright
|
|
|
|
|
notice, this list of conditions and the following disclaimer.
|
|
|
|
|
* Redistributions in binary form must reproduce the above
|
|
|
|
|
copyright notice, this list of conditions and the following disclaimer
|
|
|
|
|
in the documentation and/or other materials provided with the
|
|
|
|
|
distribution.
|
|
|
|
|
* Neither the name of Google Inc. nor the names of its
|
|
|
|
|
contributors may be used to endorse or promote products derived from
|
|
|
|
|
this software without specific prior written permission.
|
|
|
|
|
|
|
|
|
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
|
|
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
|
|
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
|
|
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
|
|
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
|
|
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
|
|
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
|
|
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
|
|
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
|
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
|
|
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
@import-less url("../theme.less");
|
|
|
|
|
|
|
|
|
|
.schema-alignment-dialog-canvas {
|
|
|
|
|
height: 400px;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
padding: 0px
|
|
|
|
|
margin-top: 3px;
|
|
|
|
|
background: white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.schema-alignment-dialog-statements-area {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
min-height: 200px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.schema-alignment-dialog-columns-area {
|
|
|
|
|
border: 1px solid #bcf;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-31 10:11:00 +02:00
|
|
|
|
.wbs-draggable-column {
|
2017-08-29 19:22:41 +02:00
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
margin: 2px;
|
|
|
|
|
background-color: #eee;
|
|
|
|
|
display: inline-block;
|
2017-08-31 10:11:00 +02:00
|
|
|
|
padding-bottom: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wbs-reconciled-column {
|
|
|
|
|
border-bottom: 3px solid #282;
|
|
|
|
|
padding-bottom: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wbs-accepting-input {
|
|
|
|
|
box-shadow: inset 0 0 10px #a7cdff;
|
2017-08-29 19:22:41 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wbs-item-input, .wbs-prop-input, .wbs-target-input {
|
|
|
|
|
width: 160px;
|
|
|
|
|
height: 20px;
|
2017-08-31 10:11:00 +02:00
|
|
|
|
/* border: 1px solid #a2a9b1; */
|
2017-08-29 19:22:41 +02:00
|
|
|
|
display: inline-block;
|
2017-08-31 10:11:00 +02:00
|
|
|
|
/* background: white; */
|
2017-08-29 19:22:41 +02:00
|
|
|
|
margin: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wbs-prop-input {
|
|
|
|
|
width: 120px;
|
|
|
|
|
}
|
|
|
|
|
|
2017-09-08 18:18:22 +02:00
|
|
|
|
.wbs-qualifier .wbs-prop-input {
|
2017-09-07 12:37:00 +02:00
|
|
|
|
width: 85px;
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-31 10:11:00 +02:00
|
|
|
|
.wbs-item-input input, .wbs-prop-input input, .wbs-target-input input {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wbs-draggable-column img {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-29 19:22:41 +02:00
|
|
|
|
.wbs-toolbar {
|
|
|
|
|
float: right;
|
|
|
|
|
width: 100px;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
2017-09-08 18:18:22 +02:00
|
|
|
|
.wbs-add-item, .wbs-add-statement-group, .wbs-add-statement, .wbs-add-qualifier, .wbs-add-reference {
|
2017-08-29 19:22:41 +02:00
|
|
|
|
color: #0645ad !important;
|
|
|
|
|
font-size: 0.9em;
|
|
|
|
|
}
|
|
|
|
|
|
2017-09-08 18:18:22 +02:00
|
|
|
|
.wbs-statement-group-container, .wbs-statement-container, .wbs-qualifier-container, .wbs-reference-container {
|
2017-08-29 19:22:41 +02:00
|
|
|
|
width: 100%;
|
|
|
|
|
display: block;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2017-09-08 18:18:22 +02:00
|
|
|
|
.wbs-item, .wbs-statement-group, .wbs-statement, .wbs-qualifier, .wbs-reference {
|
2017-08-29 19:22:41 +02:00
|
|
|
|
display: block;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wbs-statement-group {
|
|
|
|
|
background: #eaecf0;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wbs-statement {
|
|
|
|
|
background: white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wbs-right {
|
|
|
|
|
float: right;
|
2017-09-07 12:37:00 +02:00
|
|
|
|
width: 75%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wbs-statement-group .wbs-right {
|
2017-08-29 19:22:41 +02:00
|
|
|
|
width: 70%;
|
|
|
|
|
}
|
|
|
|
|
|
2017-09-07 12:37:00 +02:00
|
|
|
|
.wbs-statement .wbs-right {
|
|
|
|
|
width: 90%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wbs-qualifier, .wbs-reference {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
2017-09-08 18:18:22 +02:00
|
|
|
|
.wbs-qualifier .wbs-right {
|
2017-09-07 12:37:00 +02:00
|
|
|
|
width: 70%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0px;
|
|
|
|
|
margin-left: 100px;
|
|
|
|
|
}
|
|
|
|
|
|
2017-09-08 18:18:22 +02:00
|
|
|
|
.wbs-reference > .wbs-right {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wbs-references-toggle {
|
|
|
|
|
width: 12em;
|
|
|
|
|
margin: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wbs-references-toggle a {
|
|
|
|
|
color: #0645ad !important;
|
|
|
|
|
}
|
|
|
|
|
|
2017-09-07 12:37:00 +02:00
|
|
|
|
.wbs-qualifier .wbs-target-input {
|
|
|
|
|
width: 90px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wbs-qualifier .wbs-statement {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
2017-09-08 18:18:22 +02:00
|
|
|
|
.wbs-reference-header {
|
|
|
|
|
height: 20px;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
display: block;
|
|
|
|
|
background-color: #b6c8ec;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wbs-reference {
|
|
|
|
|
background-color: #eaf3ff;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wbs-reference .wbs-statement {
|
|
|
|
|
background-color: #eaf3ff;
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-29 19:22:41 +02:00
|
|
|
|
.schema-alignment-columns-header {
|
|
|
|
|
margin-bottom: 0.3em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table.schema-alignment-table-layout {
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
margin: 0px;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
margin-bottom: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table.schema-alignment-table-layout .padded {
|
|
|
|
|
padding: 3px 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.schema-alignment-detail-container {
|
|
|
|
|
border-left: 3px solid #eee;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
td.schema-alignment-node-main, td.schema-alignment-link-main {
|
|
|
|
|
white-space: pre;
|
|
|
|
|
width: 300px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
td.schema-alignment-node-toggle, td.schema-alignment-link-toggle {
|
|
|
|
|
white-space: pre;
|
|
|
|
|
width: 1%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
td.schema-alignment-node-toggle img, td.schema-alignment-link-toggle img {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
td.schema-alignment-node-details, td.schema-alignment-link-details {
|
|
|
|
|
width: 90%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a.schema-alignment-node-tag {
|
|
|
|
|
padding: 3px 6px;
|
|
|
|
|
background: #ddd;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: black;
|
|
|
|
|
-moz-border-radius: 10px;
|
|
|
|
|
}
|
|
|
|
|
a.schema-alignment-node-tag:hover {
|
|
|
|
|
background: #888;
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
.schema-alignment-node-column {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a.schema-alignment-link-tag {
|
|
|
|
|
padding: 3px 6px;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: black;
|
|
|
|
|
}
|
|
|
|
|
a.schema-alignment-link-tag:hover {
|
|
|
|
|
color: #88f;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.schema-alignment-dialog-preview {
|
|
|
|
|
height: 400px;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
background: white;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
margin-top: 3px;
|
|
|
|
|
white-space: pre;
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
font-size: 9pt;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.schema-alignment-status-indicator {
|
|
|
|
|
color: #red;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*--------------------------------------------------
|
|
|
|
|
* Node dialog
|
|
|
|
|
*--------------------------------------------------
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
.schema-align-node-dialog-node-type {
|
|
|
|
|
padding: 0.25em;
|
|
|
|
|
background: #ddf;
|
|
|
|
|
}
|
|
|
|
|
.schema-align-node-dialog-node-type input {
|
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
|
}
|
|
|
|
|
.schema-alignment-node-dialog-column-list {
|
|
|
|
|
height: 300px;
|
|
|
|
|
width: 200px;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*--------------------------------------------------
|
|
|
|
|
* Link dialog
|
|
|
|
|
*--------------------------------------------------
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
.schema-alignment-link-menu-section {
|
|
|
|
|
padding: 8px;
|
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.schema-alignment-link-menu-section-last {
|
|
|
|
|
padding: 8px;
|
|
|
|
|
}
|