style.css 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478
  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. .ui-draggable.stencil-item.stencil-item-dragged {
  138. display: block;
  139. text-overflow: ellipsis;
  140. white-space: nowrap;
  141. }
  142. /* Modeling Canvas
  143. -------------------------------- */
  144. div.canvas-wrapper {
  145. overflow: auto;
  146. background-color: #F8F8F8;
  147. }
  148. .canvas_resize_indicator i {
  149. font-size: 15px;
  150. color: #ffffff;
  151. cursor: pointer;
  152. }
  153. .canvas_resize_indicator.N, .canvas_resize_indicator.S, .canvas_resize_indicator.E, .canvas_resize_indicator.W {
  154. background: #5fbcd3;
  155. height: 17px;
  156. width: 17px;
  157. text-align: center;
  158. -webkit-border-radius:3px;
  159. -moz-border-radius:3px;
  160. border-radius:3px;
  161. }
  162. #canvas-grow-N.canvas_resize_indicator, #canvas-shrink-S.canvas_resize_indicator {
  163. margin: 0;
  164. top: auto;
  165. }
  166. #canvas-grow-S.canvas_resize_indicator, #canvas-shrink-N.canvas_resize_indicator {
  167. margin: 0;
  168. bottom: auto;
  169. }
  170. #canvas-grow-E.canvas_resize_indicator, #canvas-shrink-W.canvas_resize_indicator {
  171. margin: 0;
  172. right: auto;
  173. }
  174. #canvas-grow-W.canvas_resize_indicator, #canvas-shrink-E.canvas_resize_indicator {
  175. margin: 0;
  176. left: auto;
  177. }
  178. .x-panel-body.x-panel-body-noheader.x-panel-body-noborder, .ORYX_Editor x-panel {
  179. background-color: #F8F8F8;
  180. }
  181. .canvas-message {
  182. position: absolute;
  183. top: 60px;
  184. right: 10px;
  185. background: transparent;
  186. font-size: 10pt;
  187. }
  188. div.propertySection {
  189. height: 250px;
  190. background-color: #e8edf1;
  191. margin-bottom: 0px;
  192. }
  193. .selected-item-title {
  194. font-size: 25px;
  195. font-weight: bold;
  196. padding: 8px 0 8px 8px;
  197. border-bottom: 1px solid #a4acb9;
  198. cursor: pointer;
  199. }
  200. .selected-item-title a {
  201. display: block;
  202. color: #1a1a1a;
  203. }
  204. .selected-item-title .glyphicon {
  205. line-height: 25px;
  206. font-size: 14px;
  207. }
  208. .selected-item-title a:hover, .selected-item-title a:focus {
  209. color: #1a1a1a;
  210. text-decoration: none;
  211. }
  212. .selected-item-section > div > .pull-right {
  213. line-height: 50px;
  214. margin: 0px 10px;
  215. font-size: 14px;
  216. }
  217. .selected-item-body .property-row {
  218. float: left;
  219. width: 50%;
  220. border: 0;
  221. margin: 0;
  222. padding: 0;
  223. font-size: 13px;
  224. overflow: hidden;
  225. }
  226. .selected-item-body .property-row:hover {
  227. background-color: #d7dfe6;
  228. }
  229. .selected-item-body {
  230. padding: 0;
  231. overflow: auto;
  232. height: 199px;
  233. }
  234. .selected-item-body > div {
  235. overflow: hidden;
  236. margin: 5px 20px;
  237. }
  238. .property-row > span {
  239. display: block;
  240. float: left;
  241. margin: 2px 2%;
  242. padding: 0;
  243. min-height: 25px;
  244. }
  245. .property-row span.value {
  246. cursor: pointer;
  247. width: 46%;
  248. padding: 0;
  249. margin: 0;
  250. }
  251. .property-row span.value:hover {
  252. cursor: pointer;
  253. }
  254. .property-row span.title {
  255. font-size: 13px;
  256. font-weight: bold;
  257. width: 46%;
  258. }
  259. .property-row span.title-removed {
  260. font-size: 13px;
  261. font-weight: normal;
  262. width: 46%;
  263. }
  264. .propertySection.collapsed {
  265. max-height: 50px;
  266. height: 50px;
  267. overflow: hidden;
  268. }
  269. .propertySection.collapsed .selected-item-title {
  270. border: none;
  271. }
  272. .property-row input[type="text"] {
  273. height: 25px;
  274. margin: 2px 0;
  275. padding: 0px 5px;
  276. width: 100%;
  277. outline: none;
  278. border:none !important;
  279. box-shadow:none !important;
  280. }
  281. .default-grid {
  282. border: 1px solid rgb(212,212,212);
  283. width: 100%;
  284. height: 300px;
  285. margin-bottom: 10px;
  286. }
  287. .kis-listener-grid {
  288. border: 1px solid rgb(212,212,212);
  289. width: 100%;
  290. height: 200px;
  291. margin-bottom: 10px;
  292. }
  293. .kis-field-grid {
  294. border: 1px solid rgb(212,212,212);
  295. width: 100%;
  296. height: 150px;
  297. margin-bottom: 10px;
  298. }
  299. .saving-text {
  300. display: table;
  301. margin: 0 auto;
  302. padding: 20px 0 0px 0;
  303. }
  304. .form-property-checkbox {
  305. margin:0;
  306. }
  307. /* Oryx overrides
  308. -------------------------------- */
  309. ul.x-menu-list {
  310. list-style: none;
  311. list-style-position: inside;
  312. width: 200px;
  313. background-color: #FFFFFF;
  314. border: 1px solid #E1E2E5;
  315. -webkit-border-radius:3px;
  316. -moz-border-radius:3px;
  317. border-radius:3px;
  318. padding: 3px;
  319. }
  320. img.x-menu-item-icon {
  321. width: auto;
  322. height: auto;
  323. margin-right: 5px;
  324. }
  325. li.x-menu-list-item {
  326. margin: 3px 0px;
  327. }
  328. li.x-menu-list-item.x-menu-item-active {
  329. background-color: #EFEFEF;
  330. }
  331. li.x-menu-list-item a {
  332. color: #000000;
  333. }
  334. li.x-menu-list-item.x-menu-item-active a {
  335. text-decoration: none;
  336. }
  337. .sequence-flow-order-element {
  338. margin: 12px 0 12px 0;
  339. }
  340. /* Editor icon font */
  341. .editor-icon {
  342. position: relative;
  343. top: 1px;
  344. display: inline-block;
  345. font-family: 'ActivitiModeler';
  346. font-style: normal;
  347. font-weight: 400;
  348. line-height: 1;
  349. -webkit-font-smoothing: antialiased;
  350. -moz-osx-font-smoothing: grayscale;
  351. }
  352. .editor-icon-save:before {
  353. content: 'a';
  354. }
  355. .editor-icon-edit:before {
  356. content: 'b';
  357. }
  358. .editor-icon-cut:before {
  359. content: 'c';
  360. }
  361. .editor-icon-copy:before {
  362. content: 'd';
  363. }
  364. .editor-icon-paste:before {
  365. content: 'e';
  366. }
  367. .editor-icon-delete:before {
  368. content: 'f';
  369. }
  370. .editor-icon-redo:before {
  371. content: 'h';
  372. }
  373. .editor-icon-undo:before {
  374. content: 'g';
  375. }
  376. .editor-icon-same-size:before {
  377. content: 'i';
  378. }
  379. .editor-icon-zoom-in:before {
  380. content: 'k';
  381. }
  382. .editor-icon-zoom-out:before {
  383. content: 'l';
  384. }
  385. .editor-icon-zoom-actual:before {
  386. content: 'm';
  387. }
  388. .editor-icon-zoom-fit:before {
  389. content: 'j';
  390. }
  391. .editor-icon-bendpoint-add:before {
  392. content: 'n';
  393. }
  394. .editor-icon-bendpoint-remove:before {
  395. content: 'o';
  396. }
  397. .editor-icon-align-horizontal:before {
  398. content: 'p';
  399. }
  400. .editor-icon-align-vertical:before {
  401. content: 'q';
  402. }
  403. .editor-icon-close:before {
  404. content: "—";
  405. }