workflow.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. ul {
  2. list-style-type: none;
  3. }
  4. #modal-window .modal-content {
  5. height: 300px;
  6. overflow: auto;
  7. }
  8. #node-modal {
  9. width: auto;
  10. }
  11. #node-modal .modal-content {
  12. background: white;
  13. max-height: 500px;
  14. overflow-x: hidden;
  15. overflow-y: scroll;
  16. padding: 5px;
  17. }
  18. .action {
  19. border: 1px solid #DDD;
  20. padding: 0px;
  21. -webkit-border-radius: 4px;
  22. -moz-border-radius: 4px;
  23. border-radius: 4px;
  24. }
  25. .action h4 {
  26. margin-bottom: 1px;
  27. }
  28. .node-action {
  29. background: #FFF url(/oozie/static/art/action.png) no-repeat 10px 10px;
  30. }
  31. .node-fork {
  32. background: #FFF url(/oozie/static/art/fork.png) no-repeat 10px 10px;
  33. }
  34. .node-join {
  35. background: #FFF url(/oozie/static/art/join.png) no-repeat 10px 10px;
  36. }
  37. .node-decision {
  38. background: #FFF url(/oozie/static/art/decision.png) no-repeat 10px 10px;
  39. }
  40. .node-decisionend {
  41. background: #FFF url(/oozie/static/art/decision_end.png) no-repeat 10px 10px;
  42. }
  43. .node-link {
  44. border: 1px dashed #DDD;
  45. margin: 10px;
  46. background: url(/oozie/static/art/droppable.png) no-repeat 50% 50%;
  47. }
  48. .node-description {
  49. padding-top: 10px;
  50. }
  51. .node-action-bar {
  52. background-color: #EEE;
  53. padding-top: 5px;
  54. margin-top: 10px;
  55. -webkit-box-shadow: inset 0px 3px 5px 0px #DDD;
  56. box-shadow: inset 0px 3px 5px 0px #DDD;
  57. }
  58. #graph, #new-node {
  59. text-align: center;
  60. }
  61. .node-link-hover {
  62. background: #D9EDF7;
  63. }
  64. .node-action-hover {
  65. background: #D9EDF7;
  66. }
  67. .node-fork-hover {
  68. background: #EEE;
  69. }
  70. .popover {
  71. z-index: 2060 !important;
  72. margin-left: 166px!important;
  73. }
  74. .ribbon-wrapper {
  75. width: 85px;
  76. height: 88px;
  77. overflow: hidden;
  78. position: fixed;
  79. top: 74px;
  80. right: -3px;
  81. right: 20px\9; /* IE8 */
  82. width: 125px\9; /* IE8 */
  83. z-index: 1001;
  84. }
  85. .ribbon {
  86. font: bold 15px sans-serif;
  87. text-align: center;
  88. text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  89. -webkit-transform: rotate(45deg);
  90. -moz-transform: rotate(45deg);
  91. -ms-transform: rotate(45deg);
  92. -o-transform: rotate(45deg);
  93. position: relative;
  94. padding: 7px 0;
  95. left: -5px;
  96. top: 15px;
  97. width: 120px;
  98. background-color: #da4f49;
  99. *background-color: #bd362f;
  100. background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  101. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  102. background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  103. background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  104. background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  105. background-repeat: repeat-x;
  106. color: #ffffff;
  107. -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  108. -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  109. box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  110. }
  111. .ribbon:before, .ribbon:after {
  112. content: "";
  113. border-top: 3px solid #c09853;
  114. border-left: 3px solid transparent;
  115. border-right: 3px solid transparent;
  116. position:absolute;
  117. bottom: -3px;
  118. }
  119. .ribbon:before {
  120. left: 0;
  121. }
  122. .ribbon:after {
  123. right: 0;
  124. }
  125. .control-group.error .CodeMirror {
  126. border: 1px solid #B94A48;
  127. }
  128. .new-node-link {
  129. width: 140px;
  130. text-align: left;
  131. cursor: move;
  132. }
  133. .sidebar-nav {
  134. padding: 9px 0;
  135. }
  136. #workflow {
  137. margin-bottom: 80px;
  138. }
  139. .addActionToolbar {
  140. opacity: 0.7;
  141. background-color: #f5f5f5;
  142. border: 1px solid rgb(0, 136, 204);
  143. border-right: none;
  144. position: fixed;
  145. right: 0;
  146. top: 150px;
  147. z-index: 1000;
  148. -moz-border-radius-topleft: 5px;
  149. -webkit-border-top-left-radius: 5px;
  150. border-top-left-radius: 5px;
  151. -moz-border-radius-bottomleft: 5px;
  152. -webkit-border-bottom-left-radius: 5px;
  153. border-bottom-left-radius: 5px;
  154. -webkit-box-shadow: -4px 0px 5px rgba(50, 50, 50, 0.15);
  155. -moz-box-shadow: -4px 0px 5px rgba(50, 50, 50, 0.15);
  156. box-shadow: -4px 0px 5px rgba(50, 50, 50, 0.15);
  157. }
  158. .addActionToolbar:hover {
  159. opacity: 1;
  160. }
  161. .addActionToolbarTitle a, .addActionToolbarTitle a:hover {
  162. color: #FFF;
  163. text-decoration: none;
  164. }
  165. .addActionToolbar p {
  166. margin: 5px;
  167. }
  168. .addActionToolbarTitle {
  169. background-color: rgb(0, 136, 204);
  170. color: #FFF;
  171. font-weight: bold;
  172. padding: 4px;
  173. -moz-border-radius-topleft: 5px;
  174. -webkit-border-top-left-radius: 5px;
  175. border-top-left-radius: 4px;
  176. }
  177. .showActionToolbar {
  178. background-color: rgb(0, 136, 204);
  179. border: 1px solid rgb(0, 136, 204);
  180. width: 24px;
  181. font-weight: bold;
  182. padding: 4px;
  183. border-right: none;
  184. border-bottom: none;
  185. position: fixed;
  186. right: 0;
  187. top: 150px;
  188. z-index: 1000;
  189. -moz-border-radius-topleft: 5px;
  190. -webkit-border-top-left-radius: 5px;
  191. border-top-left-radius: 5px;
  192. -moz-border-radius-bottomleft: 5px;
  193. -webkit-border-bottom-left-radius: 5px;
  194. border-bottom-left-radius: 5px;
  195. -webkit-box-shadow: -4px 0px 5px rgba(50, 50, 50, 0.15);
  196. -moz-box-shadow: -4px 0px 5px rgba(50, 50, 50, 0.15);
  197. box-shadow: -4px 0px 5px rgba(50, 50, 50, 0.15);
  198. }
  199. .showActionToolbar:hover {
  200. width: 26px;
  201. }
  202. .form-horizontal .form-actions {
  203. padding-left: 0;
  204. position: fixed;
  205. width: 100%;
  206. bottom: 0;
  207. margin-bottom: 0;
  208. -webkit-box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.15);
  209. -moz-box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.15);
  210. box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.15);
  211. z-index: 1020;
  212. margin-left: -20px;
  213. }