workflow.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  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. text-align: left;
  130. cursor: move;
  131. }
  132. .sidebar-nav {
  133. padding: 9px 0;
  134. }
  135. #workflow {
  136. margin-bottom: 80px;
  137. }
  138. #actionToolbar {
  139. z-index: 1000;
  140. padding: 4px;
  141. padding-bottom: 8px;
  142. }
  143. #actionToolbar.shadowed {
  144. -webkit-box-shadow: 0px 3px 5px rgba(150, 150, 150, 0.15);
  145. -moz-box-shadow: 0px 3px 5px rgba(150, 150, 150, 0.15);
  146. box-shadow: 0px 3px 5px rgba(150, 150, 150, 0.15);
  147. }
  148. #actionToolbar h5 {
  149. margin-left: 10px;
  150. }
  151. .form-horizontal .form-actions {
  152. padding-left: 0;
  153. position: fixed;
  154. width: 100%;
  155. bottom: 0;
  156. margin-bottom: 0;
  157. -webkit-box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.15);
  158. -moz-box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.15);
  159. box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.15);
  160. z-index: 1020;
  161. margin-left: -20px;
  162. }
  163. .draggable-button {
  164. display: inline;
  165. margin: 1px;
  166. line-height: 40px;
  167. }
  168. .draggable-button a {
  169. padding: 8px;
  170. }
  171. .typeahead {
  172. z-index: 2000;
  173. }