workflow.css 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. /*
  2. Licensed to Cloudera, Inc. under one
  3. or more contributor license agreements. See the NOTICE file
  4. distributed with this work for additional information
  5. regarding copyright ownership. Cloudera, Inc. licenses this file
  6. to you under the Apache License, Version 2.0 (the
  7. "License"); you may not use this file except in compliance
  8. with the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. */
  16. ul {
  17. list-style-type: none;
  18. }
  19. #modal-window .modal-content {
  20. height: 300px;
  21. overflow: auto;
  22. }
  23. #node-modal {
  24. width: auto;
  25. }
  26. #node-modal .modal-content {
  27. background: white;
  28. max-height: 500px;
  29. overflow-x: hidden;
  30. overflow-y: scroll;
  31. padding: 5px;
  32. }
  33. #editKill [class*="span"] {
  34. margin-left: 0;
  35. }
  36. .action, .editor-action {
  37. border: 0!important;
  38. padding: 0;
  39. }
  40. .action h4, .editor-action h4 {
  41. margin-bottom: 1px;
  42. }
  43. .node-link {
  44. border: 1px dashed #DDD;
  45. margin: 10px;
  46. }
  47. .node-description {
  48. padding-top: 10px;
  49. }
  50. .node-action-bar {
  51. background-color: #EEE;
  52. padding-top: 5px;
  53. margin-top: 10px;
  54. -webkit-box-shadow: inset 0 3px 5px 0 #DDD;
  55. box-shadow: inset 0 3px 5px 0 #DDD;
  56. }
  57. #graph {
  58. margin-top: 20px;
  59. }
  60. #graph, #new-node {
  61. text-align: center;
  62. }
  63. .node-link-hover {
  64. background: #D9EDF7;
  65. }
  66. .node-action-hover {
  67. background: #D9EDF7;
  68. }
  69. .node-fork-hover {
  70. background: #EEE;
  71. }
  72. .popover {
  73. z-index: 2060 !important;
  74. margin-left: 166px!important;
  75. }
  76. .control-group.error .CodeMirror {
  77. border: 1px solid #B94A48;
  78. }
  79. .new-node-link {
  80. text-align: left;
  81. cursor: move;
  82. }
  83. #workflow {
  84. margin-bottom: 80px;
  85. }
  86. #actionToolbar {
  87. z-index: 1000;
  88. padding: 4px;
  89. padding-bottom: 8px;
  90. background-color: #FFF;
  91. text-align: center;
  92. }
  93. #actionToolbar.shadowed {
  94. -webkit-box-shadow: 0 3px 5px rgba(150, 150, 150, 0.15);
  95. -moz-box-shadow: 0 3px 5px rgba(150, 150, 150, 0.15);
  96. box-shadow: 0 3px 5px rgba(150, 150, 150, 0.15);
  97. }
  98. #actionToolbar h5 {
  99. margin-left: 10px;
  100. }
  101. .form-horizontal .form-actions {
  102. padding-left: 0;
  103. position: fixed;
  104. width: 100%;
  105. bottom: 0;
  106. margin-bottom: 0;
  107. -webkit-box-shadow: 0 -1px 3px rgba(50, 50, 50, 0.15);
  108. -moz-box-shadow: 0 -1px 3px rgba(50, 50, 50, 0.15);
  109. box-shadow: 0 -1px 3px rgba(50, 50, 50, 0.15);
  110. z-index: 1020;
  111. margin-left: -20px;
  112. left:0;
  113. }
  114. .draggable-button {
  115. display: inline;
  116. margin: 1px;
  117. line-height: 40px;
  118. }
  119. .draggable-button a {
  120. padding: 7px;
  121. }
  122. @media (max-width: 1365px) {
  123. .draggable-button a {
  124. padding: 4px;
  125. }
  126. }
  127. @media (max-width: 1260px) {
  128. .draggable-button a {
  129. padding: 1px;
  130. }
  131. }
  132. .typeahead {
  133. z-index: 2000;
  134. }
  135. #importAction .action-row, #importOozieAction .action-row {
  136. cursor: pointer;
  137. }
  138. .action > .nav-tabs > li,
  139. .action > .nav-pills > li,
  140. .action > .tabs-below > .nav-tabs > li,
  141. .action > .tabs-below > .nav-pills > li,
  142. .editor-action > .nav-tabs > li,
  143. .editor-action > .nav-pills > li,
  144. .editor-action > .tabs-below > .nav-tabs > li,
  145. .editor-action > .tabs-below > .nav-pills > li {
  146. float:none;
  147. display:inline-block;
  148. *display:inline; /* ie7 fix */
  149. zoom:1; /* hasLayout ie7 trigger */
  150. }
  151. .action > .nav-tabs,
  152. .action > .nav-pills,
  153. .action > .tabs-below > .nav-tabs,
  154. .action > .tabs-below > .nav-pills,
  155. .editor-action > .nav-tabs,
  156. .editor-action > .nav-pills,
  157. .editor-action > .tabs-below > .nav-tabs,
  158. .editor-action > .tabs-below > .nav-pills {
  159. text-align:center;
  160. }
  161. .action .btn-mini i, .editor-action .btn-mini i {
  162. line-height: 18px!important;
  163. }
  164. .gradient {
  165. background: #f9f9f9; /* Old browsers */
  166. /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  167. background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  168. background: -moz-linear-gradient(top, #f9f9f9 0%, #ffffff 100%); /* FF3.6+ */
  169. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  170. background: -webkit-linear-gradient(top, #f9f9f9 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  171. background: -o-linear-gradient(top, #f9f9f9 0%,#ffffff 100%); /* Opera 11.10+ */
  172. background: -ms-linear-gradient(top, #f9f9f9 0%,#ffffff 100%); /* IE10+ */
  173. background: linear-gradient(to bottom, #f9f9f9 0%,#ffffff 100%); /* W3C */
  174. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
  175. }
  176. .inverse_gradient {
  177. background: #ffffff; /* Old browsers */
  178. /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  179. background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  180. background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); /* FF3.6+ */
  181. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
  182. background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
  183. background: -o-linear-gradient(top, #ffffff 0%,#f9f9f9 100%); /* Opera 11.10+ */
  184. background: -ms-linear-gradient(top, #ffffff 0%,#f9f9f9 100%); /* IE10+ */
  185. background: linear-gradient(to bottom, #ffffff 0%,#f9f9f9 100%); /* W3C */
  186. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-8 */
  187. }
  188. .editor-action-body {
  189. text-align:left;
  190. padding:10px;
  191. border:1px solid #DDD!important;
  192. border-top:0!important;
  193. }
  194. .fileChooserBtn {
  195. height: 30px;
  196. }