123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478 |
- @font-face {
- font-family: 'ActivitiModeler';
- src: url('../fonts/activiti-admin-webfont.eot');
- src: url('../fonts/activiti-admin-webfont.eot?#iefix') format('embedded-opentype'),
- url('../fonts/activiti-admin-webfont.woff') format('woff'),
- url('../fonts/activiti-admin-webfont.ttf') format('truetype'),
- url('../fonts/activiti-admin-webfont.svg#activitimodelerregular') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- .row-no-gutter .col-xs-9 {
- padding-left: 0px;
- padding-right: 0px;
- z-index: 50;
- }
- .row-no-gutter .col-xs-3 {
- padding-left: 0px;
- padding-right: 0px;
- z-index: 100;
- }
- .editor-item-picker {
- height: 400px;
- max-height: 400px;
- min-height: 400px;
- overflow: auto;
- }
- .editor-item-picker-component {
- height: 185px;
- max-height: 185px;
- overflow: hidden;
- }
- .editor-toolbar {
- padding-left: 5px;
- }
- .editor-toolbar > .btn-group {
- margin: 12px 15px 0px 0px;
- }
- .editor-toolbar > .btn-group.pull-right {
- margin: 0;
- }
- .editor-toolbar .btn.btn-inverse {
- font-size: 24px;
- color: #FFFFFF;
- border-color: rgba(0, 0, 0, 0);
- padding: 3px 6px 0px 6px;
- box-shadow: none;
- text-shadow: none;
- text-align: center;
- border: none;
- margin: 0px 0px 0px 5px;
- height: 36px;
- min-width: 36px;
- }
- .editor-toolbar .btn.btn-inverse.pressed {
- background-color: #287d92;
- color: #174753;
- }
- .editor-toolbar .btn.btn-inverse.disabled, .editor-toolbar .btn.btn-inverse[disabled], .editor-toolbar .btn.btn-inverse[disabled]:active, .editor-toolbar .btn.btn-inverse[disabled]:hover {
- background-color: #668b94;
- border-color: #668b94;
- }
- .editor-toolbar .btn.btn-inverse.separator {
- background: transparent;
- padding: 4px 5px 0px 5px;
- width: 1px;
- min-width: 1px;
- }
- .editor-toolbar .toolbar-separator {
- background: #a4acb9;
- width: 1px;
- height: 30px;
- }
- .stencils {
- border-right: 1pt solid #c7cacd;
- overflow: auto;
- z-index: 5000;
- }
- .stencils ul {
- padding-left: 0;
- }
- .stencils > div {
- margin-top: 10px;
- }
- .stencil-group {
- list-style: none;
- list-style-position: outside;
- margin: 0px 15px 0px 0px;
- }
- .stencil-group > li {
- list-style: none;
- list-style-position: outside;
- margin: 0px 0px 5px 15px;
- background-color: #ffffff;
- font-family: Arial, Regular;
- font-size: 17px;
- color: #323437;
- }
- .stencil-group > li > span {
- margin-left: 5px;
- padding-top:5px;
- padding-bottom: 5px;
- display: block;
- cursor: pointer;
- }
- .stencil-group > li > span > i {
- font-size: 12px;
- line-height: 17px;
- }
- .stencil-group > li > ul {
- list-style: none;
- list-style-position: inside;
- background-color: transparent;
- margin: 0px;
- overflow: hidden;
- padding-left: 20px;
- }
- .stencil-group.collapsed > li {
- color: #000000;
- }
- .stencil-group.collapsed > li > ul {
- max-height: 0px;
- padding-top: 0;
- padding-bottom: 0;
- }
- .stencil-group-non-root > li {
- background-color: #ffffff;
- }
- .stencil-item {
- cursor: pointer;
- padding: 5px;
- }
- .root-stencil-item {
- margin: 0 0 0 15px;
- font-family: Arial, Regular;
- font-size: 17px;
- }
- .ui-draggable.stencil-item.stencil-item-dragged {
- display: block;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- /* Modeling Canvas
- -------------------------------- */
- div.canvas-wrapper {
- overflow: auto;
- background-color: #F8F8F8;
- }
- .canvas_resize_indicator i {
- font-size: 15px;
- color: #ffffff;
- cursor: pointer;
- }
- .canvas_resize_indicator.N, .canvas_resize_indicator.S, .canvas_resize_indicator.E, .canvas_resize_indicator.W {
- background: #5fbcd3;
- height: 17px;
- width: 17px;
- text-align: center;
- -webkit-border-radius:3px;
- -moz-border-radius:3px;
- border-radius:3px;
- }
- #canvas-grow-N.canvas_resize_indicator, #canvas-shrink-S.canvas_resize_indicator {
- margin: 0;
- top: auto;
- }
- #canvas-grow-S.canvas_resize_indicator, #canvas-shrink-N.canvas_resize_indicator {
- margin: 0;
- bottom: auto;
- }
- #canvas-grow-E.canvas_resize_indicator, #canvas-shrink-W.canvas_resize_indicator {
- margin: 0;
- right: auto;
- }
- #canvas-grow-W.canvas_resize_indicator, #canvas-shrink-E.canvas_resize_indicator {
- margin: 0;
- left: auto;
- }
- .x-panel-body.x-panel-body-noheader.x-panel-body-noborder, .ORYX_Editor x-panel {
- background-color: #F8F8F8;
- }
- .canvas-message {
- position: absolute;
- top: 60px;
- right: 10px;
- background: transparent;
- font-size: 10pt;
- }
- div.propertySection {
- height: 250px;
- background-color: #e8edf1;
- margin-bottom: 0px;
- }
- .selected-item-title {
- font-size: 25px;
- font-weight: bold;
- padding: 8px 0 8px 8px;
- border-bottom: 1px solid #a4acb9;
- cursor: pointer;
- }
- .selected-item-title a {
- display: block;
- color: #1a1a1a;
- }
- .selected-item-title .glyphicon {
- line-height: 25px;
- font-size: 14px;
- }
- .selected-item-title a:hover, .selected-item-title a:focus {
- color: #1a1a1a;
- text-decoration: none;
- }
- .selected-item-section > div > .pull-right {
- line-height: 50px;
- margin: 0px 10px;
- font-size: 14px;
- }
- .selected-item-body .property-row {
- float: left;
- width: 50%;
- border: 0;
- margin: 0;
- padding: 0;
- font-size: 13px;
- overflow: hidden;
- }
- .selected-item-body .property-row:hover {
- background-color: #d7dfe6;
- }
- .selected-item-body {
- padding: 0;
- overflow: auto;
- height: 199px;
- }
- .selected-item-body > div {
- overflow: hidden;
- margin: 5px 20px;
- }
- .property-row > span {
- display: block;
- float: left;
- margin: 2px 2%;
- padding: 0;
- min-height: 25px;
- }
- .property-row span.value {
- cursor: pointer;
- width: 46%;
- padding: 0;
- margin: 0;
- }
- .property-row span.value:hover {
- cursor: pointer;
- }
- .property-row span.title {
- font-size: 13px;
- font-weight: bold;
- width: 46%;
- }
- .property-row span.title-removed {
- font-size: 13px;
- font-weight: normal;
- width: 46%;
- }
- .propertySection.collapsed {
- max-height: 50px;
- height: 50px;
- overflow: hidden;
- }
- .propertySection.collapsed .selected-item-title {
- border: none;
- }
- .property-row input[type="text"] {
- height: 25px;
- margin: 2px 0;
- padding: 0px 5px;
- width: 100%;
- outline: none;
- border:none !important;
- box-shadow:none !important;
- }
- .default-grid {
- border: 1px solid rgb(212,212,212);
- width: 100%;
- height: 300px;
- margin-bottom: 10px;
- }
- .kis-listener-grid {
- border: 1px solid rgb(212,212,212);
- width: 100%;
- height: 200px;
- margin-bottom: 10px;
- }
- .kis-field-grid {
- border: 1px solid rgb(212,212,212);
- width: 100%;
- height: 150px;
- margin-bottom: 10px;
- }
- .saving-text {
- display: table;
- margin: 0 auto;
- padding: 20px 0 0px 0;
- }
- .form-property-checkbox {
- margin:0;
- }
- /* Oryx overrides
- -------------------------------- */
- ul.x-menu-list {
- list-style: none;
- list-style-position: inside;
- width: 200px;
- background-color: #FFFFFF;
- border: 1px solid #E1E2E5;
- -webkit-border-radius:3px;
- -moz-border-radius:3px;
- border-radius:3px;
- padding: 3px;
- }
- img.x-menu-item-icon {
- width: auto;
- height: auto;
- margin-right: 5px;
- }
- li.x-menu-list-item {
- margin: 3px 0px;
- }
- li.x-menu-list-item.x-menu-item-active {
- background-color: #EFEFEF;
- }
- li.x-menu-list-item a {
- color: #000000;
- }
- li.x-menu-list-item.x-menu-item-active a {
- text-decoration: none;
- }
- .sequence-flow-order-element {
- margin: 12px 0 12px 0;
- }
- /* Editor icon font */
- .editor-icon {
- position: relative;
- top: 1px;
- display: inline-block;
- font-family: 'ActivitiModeler';
- font-style: normal;
- font-weight: 400;
- line-height: 1;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .editor-icon-save:before {
- content: 'a';
- }
- .editor-icon-edit:before {
- content: 'b';
- }
- .editor-icon-cut:before {
- content: 'c';
- }
- .editor-icon-copy:before {
- content: 'd';
- }
- .editor-icon-paste:before {
- content: 'e';
- }
- .editor-icon-delete:before {
- content: 'f';
- }
- .editor-icon-redo:before {
- content: 'h';
- }
- .editor-icon-undo:before {
- content: 'g';
- }
- .editor-icon-same-size:before {
- content: 'i';
- }
- .editor-icon-zoom-in:before {
- content: 'k';
- }
- .editor-icon-zoom-out:before {
- content: 'l';
- }
- .editor-icon-zoom-actual:before {
- content: 'm';
- }
- .editor-icon-zoom-fit:before {
- content: 'j';
- }
- .editor-icon-bendpoint-add:before {
- content: 'n';
- }
- .editor-icon-bendpoint-remove:before {
- content: 'o';
- }
- .editor-icon-align-horizontal:before {
- content: 'p';
- }
- .editor-icon-align-vertical:before {
- content: 'q';
- }
- .editor-icon-close:before {
- content: "—";
- }
|