workflow-editor.css 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381
  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. .dropdown-menu li {
  17. font-size: 14px;
  18. }
  19. .dropdown a.dropdown-toggle {
  20. padding-left: 10px;
  21. padding-right: 10px;
  22. }
  23. .search-bar {
  24. background-color: #F5F5F5;
  25. border-bottom: 1px solid #e3e3e3;
  26. -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  27. -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  28. box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  29. margin: 0;
  30. padding: 10px;
  31. padding-left: 20px;
  32. padding-right: 20px;
  33. text-align: left;
  34. width: 100%;
  35. position: fixed;
  36. top: 28px;
  37. z-index: 1000;
  38. }
  39. .search-bar input {
  40. margin-left: 10px;
  41. padding-right: 20px;
  42. }
  43. .search-bar ul li {
  44. text-align: right;
  45. }
  46. .sort-by {
  47. font-size: 11px;
  48. height: 24px;
  49. width: 120px;
  50. margin-top: -2px;
  51. }
  52. .nav-header {
  53. padding-left: 0 !important;
  54. padding-top: 8px;
  55. }
  56. .facet-list {
  57. list-style: none outside none;
  58. padding: 0;
  59. margin: 0;
  60. }
  61. .facet-list li {
  62. padding-left: 8px;
  63. padding-right: 3px;
  64. }
  65. .facet-list li a {
  66. word-wrap: break-word;
  67. }
  68. .counter {
  69. color: #999999;
  70. font-size: 13px;
  71. }
  72. .pagination {
  73. border-radius: 4px 4px 4px 4px;
  74. list-style: none outside none;
  75. margin: 0 0 20px;
  76. padding: 8px 15px;
  77. }
  78. .results.container {
  79. width: 1180px;
  80. }
  81. .results.span2 {
  82. width: 180px;
  83. }
  84. .results.span10 {
  85. width: 980px;
  86. }
  87. .results.span12 {
  88. width: 1180px;
  89. }
  90. .errorlist {
  91. display: none;
  92. }
  93. .breadcrumb {
  94. background-color: #FFFFFF;
  95. padding-left: 0;
  96. margin-bottom: 0;
  97. }
  98. #result-container {
  99. margin-top: 20px;
  100. }
  101. .facetItem {
  102. display: none;
  103. }
  104. .selectMask {
  105. background-color: #F9F9F9;
  106. background-image: linear-gradient(to bottom, #FFFFFF, #F1F1F1);
  107. background-repeat: repeat-x;
  108. border: 1px solid #C0C0C0;
  109. border-right-color: rgba(0, 0, 0, 0.1);
  110. border-radius: 2px;
  111. border-bottom-right-radius: 0;
  112. border-top-right-radius: 0;
  113. box-shadow: none;
  114. color: #444444;
  115. display: inline-block;
  116. font-size: 13px;
  117. height: 29px;
  118. line-height: 29px;
  119. margin: 0;
  120. margin-left: 5px;
  121. min-height: 29px;
  122. min-width: 120px;
  123. padding: 0 8px;
  124. text-shadow: none;
  125. vertical-align: middle;
  126. overflow: hidden;
  127. text-overflow: ellipsis;
  128. }
  129. .download-btn-group {
  130. min-width: auto;
  131. }
  132. .download-btn-group > ul > li {
  133. text-align: left;
  134. }
  135. em {
  136. font-weight: bold;
  137. background-color: yellow;
  138. }
  139. .fields-chooser li {
  140. cursor: pointer;
  141. margin-bottom: 10px;
  142. }
  143. .fields-chooser li .badge {
  144. font-weight: normal;
  145. font-size: 12px;
  146. }
  147. .badge-left {
  148. border-radius: 9px 0px 0px 9px;
  149. padding-right: 5px;
  150. }
  151. .badge-right {
  152. border-radius: 0px 9px 9px 0px;
  153. padding-left: 5px;
  154. }
  155. .trash-filter {
  156. cursor: pointer;
  157. }
  158. .editable-click {
  159. cursor: pointer;
  160. }
  161. .CodeMirror {
  162. border: 1px dotted #DDDDDD;
  163. }
  164. [contenteditable=true] {
  165. border: 1px dotted #DDDDDD;
  166. outline: 0;
  167. margin-top: 20px;
  168. margin-bottom: 20px;
  169. min-height: 150px;
  170. }
  171. [contenteditable=true] [class*="span"], .tmpl [class*="span"] {
  172. background-color: #eee;
  173. -webkit-border-radius: 3px;
  174. -moz-border-radius: 3px;
  175. border-radius: 3px;
  176. min-height: 40px;
  177. line-height: 40px;
  178. background-color: #F3F3F3;
  179. border: 2px dashed #DDD;
  180. }
  181. .tmpl {
  182. margin: 10px;
  183. height: 60px;
  184. }
  185. .tmpl [class*="span"] {
  186. color: #999;
  187. font-size: 12px;
  188. text-align: center;
  189. font-weight: bold;
  190. }
  191. .editor-title {
  192. font-weight: bold;
  193. color: #262626;
  194. border-bottom: 1px solid #338bb8;
  195. }
  196. .document-details {
  197. background-color: #F6F6F6;
  198. padding: 10px;
  199. border: 1px solid #e5e5e5;
  200. }
  201. .result-row:nth-child(even) {
  202. background-color: #F6F6F6;
  203. }
  204. .result-row td {
  205. white-space: nowrap;
  206. padding: 3px;
  207. }
  208. #result-container thead tr {
  209. border-bottom: 1px solid #e5e5e5;
  210. }
  211. .demi-modal {
  212. min-height: 80px;
  213. }
  214. .filter-box {
  215. float: left;
  216. margin-right: 10px;
  217. margin-bottom: 10px;
  218. background-color: #F6F6F6;
  219. padding: 5px;
  220. border: 1px solid #d8d8d8;
  221. -webkit-border-radius: 3px;
  222. -moz-border-radius: 3px;
  223. border-radius: 3px;
  224. }
  225. .field-selector {
  226. display: inline-block;
  227. margin-left: 3px;
  228. min-height: 20px;
  229. line-height: 20px
  230. }
  231. .field-selector.hoverable {
  232. cursor: pointer;
  233. }
  234. .field-selector.hoverable:hover {
  235. background-color: #DDD;
  236. }
  237. .draggable-icon {
  238. cursor: move;
  239. }
  240. .chosen-container .chosen-results li {
  241. text-align: left;
  242. }
  243. #emptyDashboard {
  244. right: 70px!important;
  245. }
  246. .drop-target {
  247. background-color: #F6F6F6;
  248. min-height: 20px;
  249. border: 2px dashed #DDD;
  250. text-align: center;
  251. padding: 4px;
  252. }
  253. .ui-sortable.drop-target {
  254. min-height: 20px;
  255. }
  256. .drop-target-highlight {
  257. min-height: 20px;
  258. background-color: #CCC;
  259. }
  260. .drop-target-disabled {
  261. background-color: #FFFFFF;
  262. border-color: #FFFFFF;
  263. }
  264. .drop-target-side {
  265. min-height: 100px;
  266. height: 100%;
  267. }
  268. .dashboard .row-fluid .span10.readonly {
  269. width: 100%;
  270. margin-left: 0;
  271. }
  272. .dashboard .row-fluid .span1.readonly {
  273. width: 0;
  274. }
  275. .readonly .card-widget {
  276. border: 1px solid #d8d8d8!important;
  277. }
  278. .row-fluid [class*="span"] {
  279. margin-left: 0.5%;
  280. }
  281. .row-fluid .span10 {
  282. width: 90%;
  283. }
  284. .row-fluid .span1 {
  285. width: 4.5%;
  286. }
  287. .prop-editor {
  288. display: none;
  289. }
  290. .prop-editor .tab-pane {
  291. overflow-y: auto;
  292. max-height: 350px;
  293. }
  294. .card-widget {
  295. position:relative;
  296. }
  297. #exposeOverlay {
  298. background-color:#000;
  299. opacity: 0.3;
  300. display:none;
  301. width:100%;
  302. height:100%;
  303. position:fixed;
  304. top:0;
  305. left:0;
  306. z-index:1031;
  307. }
  308. .ui-sortable-disabled {
  309. background-color: #f1f1f1!important;
  310. }
  311. .card-column-disabled {
  312. background-color: #f1f1f1;
  313. }