style.css 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470
  1. @font-face {
  2. font-family: 'ActivitiModeler';
  3. src: url('../fonts/activiti-admin-webfont.eot');
  4. src: url('../fonts/activiti-admin-webfont.eot?#iefix') format('embedded-opentype'),
  5. url('../fonts/activiti-admin-webfont.woff') format('woff'),
  6. url('../fonts/activiti-admin-webfont.ttf') format('truetype'),
  7. url('../fonts/activiti-admin-webfont.svg#activitimodelerregular') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. }
  11. .row-no-gutter .col-xs-9 {
  12. padding-left: 0px;
  13. padding-right: 0px;
  14. z-index: 50;
  15. }
  16. .row-no-gutter .col-xs-3 {
  17. padding-left: 0px;
  18. padding-right: 0px;
  19. z-index: 100;
  20. }
  21. .editor-item-picker {
  22. height: 400px;
  23. max-height: 400px;
  24. min-height: 400px;
  25. overflow: auto;
  26. }
  27. .editor-item-picker-component {
  28. height: 185px;
  29. max-height: 185px;
  30. overflow: hidden;
  31. }
  32. .editor-toolbar {
  33. padding-left: 5px;
  34. }
  35. .editor-toolbar > .btn-group {
  36. margin: 12px 15px 0px 0px;
  37. }
  38. .editor-toolbar > .btn-group.pull-right {
  39. margin: 0;
  40. }
  41. .editor-toolbar .btn.btn-inverse {
  42. font-size: 24px;
  43. color: #FFFFFF;
  44. border-color: rgba(0, 0, 0, 0);
  45. padding: 3px 6px 0px 6px;
  46. box-shadow: none;
  47. text-shadow: none;
  48. text-align: center;
  49. border: none;
  50. margin: 0px 0px 0px 5px;
  51. height: 36px;
  52. min-width: 36px;
  53. }
  54. .editor-toolbar .btn.btn-inverse.pressed {
  55. background-color: #287d92;
  56. color: #174753;
  57. }
  58. .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 {
  59. background-color: #668b94;
  60. border-color: #668b94;
  61. }
  62. .editor-toolbar .btn.btn-inverse.separator {
  63. background: transparent;
  64. padding: 4px 5px 0px 5px;
  65. width: 1px;
  66. min-width: 1px;
  67. }
  68. .editor-toolbar .toolbar-separator {
  69. background: #a4acb9;
  70. width: 1px;
  71. height: 30px;
  72. }
  73. .stencils {
  74. border-right: 1pt solid #c7cacd;
  75. overflow: auto;
  76. z-index: 5000;
  77. }
  78. .stencils ul {
  79. padding-left: 0;
  80. }
  81. .stencils > div {
  82. margin-top: 10px;
  83. }
  84. .stencil-group {
  85. list-style: none;
  86. list-style-position: outside;
  87. margin: 0px 15px 0px 0px;
  88. }
  89. .stencil-group > li {
  90. list-style: none;
  91. list-style-position: outside;
  92. margin: 0px 0px 5px 15px;
  93. background-color: #ffffff;
  94. font-family: Arial, Regular;
  95. font-size: 17px;
  96. color: #323437;
  97. }
  98. .stencil-group > li > span {
  99. margin-left: 5px;
  100. padding-top:5px;
  101. padding-bottom: 5px;
  102. display: block;
  103. cursor: pointer;
  104. }
  105. .stencil-group > li > span > i {
  106. font-size: 12px;
  107. line-height: 17px;
  108. }
  109. .stencil-group > li > ul {
  110. list-style: none;
  111. list-style-position: inside;
  112. background-color: transparent;
  113. margin: 0px;
  114. overflow: hidden;
  115. padding-left: 20px;
  116. }
  117. .stencil-group.collapsed > li {
  118. color: #000000;
  119. }
  120. .stencil-group.collapsed > li > ul {
  121. max-height: 0px;
  122. padding-top: 0;
  123. padding-bottom: 0;
  124. }
  125. .stencil-group-non-root > li {
  126. background-color: #ffffff;
  127. }
  128. .stencil-item {
  129. cursor: pointer;
  130. padding: 5px;
  131. }
  132. .root-stencil-item {
  133. margin: 0 0 0 15px;
  134. font-family: Arial, Regular;
  135. font-size: 17px;
  136. }
  137. /* Modeling Canvas
  138. -------------------------------- */
  139. div.canvas-wrapper {
  140. overflow: auto;
  141. background-color: #F8F8F8;
  142. }
  143. .canvas_resize_indicator i {
  144. font-size: 15px;
  145. color: #ffffff;
  146. cursor: pointer;
  147. }
  148. .canvas_resize_indicator.N, .canvas_resize_indicator.S, .canvas_resize_indicator.E, .canvas_resize_indicator.W {
  149. background: #5fbcd3;
  150. height: 17px;
  151. width: 17px;
  152. text-align: center;
  153. -webkit-border-radius:3px;
  154. -moz-border-radius:3px;
  155. border-radius:3px;
  156. }
  157. #canvas-grow-N.canvas_resize_indicator, #canvas-shrink-S.canvas_resize_indicator {
  158. margin: 0;
  159. top: auto;
  160. }
  161. #canvas-grow-S.canvas_resize_indicator, #canvas-shrink-N.canvas_resize_indicator {
  162. margin: 0;
  163. bottom: auto;
  164. }
  165. #canvas-grow-E.canvas_resize_indicator, #canvas-shrink-W.canvas_resize_indicator {
  166. margin: 0;
  167. right: auto;
  168. }
  169. #canvas-grow-W.canvas_resize_indicator, #canvas-shrink-E.canvas_resize_indicator {
  170. margin: 0;
  171. left: auto;
  172. }
  173. .x-panel-body.x-panel-body-noheader.x-panel-body-noborder, .ORYX_Editor x-panel {
  174. background-color: #F8F8F8;
  175. }
  176. .canvas-message {
  177. position: absolute;
  178. top: 60px;
  179. right: 10px;
  180. background: transparent;
  181. font-size: 10pt;
  182. }
  183. div.propertySection {
  184. height: 250px;
  185. background-color: #e8edf1;
  186. margin-bottom: 0px;
  187. }
  188. .selected-item-title {
  189. font-size: 25px;
  190. font-weight: bold;
  191. padding: 8px 0 8px 8px;
  192. border-bottom: 1px solid #a4acb9;
  193. cursor: pointer;
  194. }
  195. .selected-item-title a {
  196. display: block;
  197. color: #1a1a1a;
  198. }
  199. .selected-item-title .glyphicon {
  200. line-height: 25px;
  201. font-size: 14px;
  202. }
  203. .selected-item-title a:hover, .selected-item-title a:focus {
  204. color: #1a1a1a;
  205. text-decoration: none;
  206. }
  207. .selected-item-section > div > .pull-right {
  208. line-height: 50px;
  209. margin: 0px 10px;
  210. font-size: 14px;
  211. }
  212. .selected-item-body .property-row {
  213. float: left;
  214. width: 100%;
  215. border: 0;
  216. margin: 0;
  217. padding: 0;
  218. font-size: 13px;
  219. overflow: hidden;
  220. }
  221. .selected-item-body .property-row:hover {
  222. background-color: #d7dfe6;
  223. }
  224. .selected-item-body {
  225. padding: 0;
  226. overflow: auto;
  227. }
  228. .selected-item-body > div {
  229. overflow: hidden;
  230. margin: 5px 20px;
  231. }
  232. .property-row > span {
  233. display: block;
  234. float: left;
  235. margin: 2px 2%;
  236. padding: 0;
  237. min-height: 25px;
  238. }
  239. .property-row span.value {
  240. cursor: pointer;
  241. width: 46%;
  242. padding: 0;
  243. margin: 0;
  244. }
  245. .property-row span.value:hover {
  246. cursor: pointer;
  247. }
  248. .property-row span.title {
  249. font-size: 13px;
  250. font-weight: bold;
  251. width: 46%;
  252. }
  253. .property-row span.title-removed {
  254. font-size: 13px;
  255. font-weight: normal;
  256. width: 46%;
  257. }
  258. .propertySection.collapsed {
  259. max-height: 50px;
  260. height: 50px;
  261. overflow: hidden;
  262. }
  263. .propertySection.collapsed .selected-item-title {
  264. border: none;
  265. }
  266. .property-row input[type="text"] {
  267. height: 25px;
  268. margin: 2px 0;
  269. padding: 0px 5px;
  270. width: 100%;
  271. outline: none;
  272. border:none !important;
  273. box-shadow:none !important;
  274. }
  275. .default-grid {
  276. border: 1px solid rgb(212,212,212);
  277. width: 100%;
  278. height: 300px;
  279. margin-bottom: 10px;
  280. }
  281. .kis-listener-grid {
  282. border: 1px solid rgb(212,212,212);
  283. width: 100%;
  284. height: 200px;
  285. margin-bottom: 10px;
  286. }
  287. .kis-field-grid {
  288. border: 1px solid rgb(212,212,212);
  289. width: 100%;
  290. height: 150px;
  291. margin-bottom: 10px;
  292. }
  293. .saving-text {
  294. display: table;
  295. margin: 0 auto;
  296. padding: 20px 0 0px 0;
  297. }
  298. .form-property-checkbox {
  299. margin:0;
  300. }
  301. /* Oryx overrides
  302. -------------------------------- */
  303. ul.x-menu-list {
  304. list-style: none;
  305. list-style-position: inside;
  306. width: 200px;
  307. background-color: #FFFFFF;
  308. border: 1px solid #E1E2E5;
  309. -webkit-border-radius:3px;
  310. -moz-border-radius:3px;
  311. border-radius:3px;
  312. padding: 3px;
  313. }
  314. img.x-menu-item-icon {
  315. width: auto;
  316. height: auto;
  317. margin-right: 5px;
  318. }
  319. li.x-menu-list-item {
  320. margin: 3px 0px;
  321. }
  322. li.x-menu-list-item.x-menu-item-active {
  323. background-color: #EFEFEF;
  324. }
  325. li.x-menu-list-item a {
  326. color: #000000;
  327. }
  328. li.x-menu-list-item.x-menu-item-active a {
  329. text-decoration: none;
  330. }
  331. .sequence-flow-order-element {
  332. margin: 12px 0 12px 0;
  333. }
  334. /* Editor icon font */
  335. .editor-icon {
  336. position: relative;
  337. top: 1px;
  338. display: inline-block;
  339. font-family: 'ActivitiModeler';
  340. font-style: normal;
  341. font-weight: 400;
  342. line-height: 1;
  343. -webkit-font-smoothing: antialiased;
  344. -moz-osx-font-smoothing: grayscale;
  345. }
  346. .editor-icon-save:before {
  347. content: 'a';
  348. }
  349. .editor-icon-edit:before {
  350. content: 'b';
  351. }
  352. .editor-icon-cut:before {
  353. content: 'c';
  354. }
  355. .editor-icon-copy:before {
  356. content: 'd';
  357. }
  358. .editor-icon-paste:before {
  359. content: 'e';
  360. }
  361. .editor-icon-delete:before {
  362. content: 'f';
  363. }
  364. .editor-icon-redo:before {
  365. content: 'h';
  366. }
  367. .editor-icon-undo:before {
  368. content: 'g';
  369. }
  370. .editor-icon-same-size:before {
  371. content: 'i';
  372. }
  373. .editor-icon-zoom-in:before {
  374. content: 'k';
  375. }
  376. .editor-icon-zoom-out:before {
  377. content: 'l';
  378. }
  379. .editor-icon-zoom-actual:before {
  380. content: 'm';
  381. }
  382. .editor-icon-zoom-fit:before {
  383. content: 'j';
  384. }
  385. .editor-icon-bendpoint-add:before {
  386. content: 'n';
  387. }
  388. .editor-icon-bendpoint-remove:before {
  389. content: 'o';
  390. }
  391. .editor-icon-align-horizontal:before {
  392. content: 'p';
  393. }
  394. .editor-icon-align-vertical:before {
  395. content: 'q';
  396. }
  397. .editor-icon-close:before {
  398. content: "X";
  399. }