workflow-editor.css 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540
  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. .fields-chooser li {
  136. cursor: pointer;
  137. margin-bottom: 10px;
  138. }
  139. .fields-chooser li .badge {
  140. font-weight: normal;
  141. font-size: 12px;
  142. }
  143. .badge-left {
  144. border-radius: 9px 0px 0px 9px;
  145. padding-right: 5px;
  146. }
  147. .badge-right {
  148. border-radius: 0px 9px 9px 0px;
  149. padding-left: 5px;
  150. }
  151. .trash-filter {
  152. cursor: pointer;
  153. }
  154. .CodeMirror {
  155. border: 1px dotted #DDDDDD;
  156. }
  157. [contenteditable=true] {
  158. border: 1px dotted #DDDDDD;
  159. outline: 0;
  160. margin-top: 20px;
  161. margin-bottom: 20px;
  162. min-height: 150px;
  163. }
  164. [contenteditable=true] [class*="span"], .tmpl [class*="span"] {
  165. background-color: #eee;
  166. -webkit-border-radius: 3px;
  167. -moz-border-radius: 3px;
  168. border-radius: 3px;
  169. min-height: 40px;
  170. line-height: 40px;
  171. background-color: #F3F3F3;
  172. border: 2px dotted #DDD;
  173. }
  174. .tmpl {
  175. margin: 10px;
  176. height: 60px;
  177. }
  178. .tmpl [class*="span"] {
  179. color: #999;
  180. font-size: 12px;
  181. text-align: center;
  182. font-weight: bold;
  183. }
  184. .editor-title {
  185. font-weight: bold;
  186. color: #262626;
  187. border-bottom: 1px solid #338bb8;
  188. }
  189. .document-details {
  190. background-color: #F6F6F6;
  191. padding: 10px;
  192. border: 1px solid #e5e5e5;
  193. }
  194. .result-row:nth-child(even) {
  195. background-color: #F6F6F6;
  196. }
  197. .result-row td {
  198. white-space: nowrap;
  199. padding: 3px;
  200. }
  201. #result-container thead tr {
  202. border-bottom: 1px solid #e5e5e5;
  203. }
  204. .demi-modal {
  205. min-height: 80px;
  206. }
  207. .filter-box {
  208. float: left;
  209. margin-right: 10px;
  210. margin-bottom: 10px;
  211. background-color: #F6F6F6;
  212. padding: 5px;
  213. border: 1px solid #d8d8d8;
  214. -webkit-border-radius: 3px;
  215. -moz-border-radius: 3px;
  216. border-radius: 3px;
  217. }
  218. .field-selector {
  219. display: inline-block;
  220. margin-left: 3px;
  221. min-height: 20px;
  222. line-height: 20px
  223. }
  224. .field-selector.hoverable {
  225. cursor: pointer;
  226. }
  227. .field-selector.hoverable:hover {
  228. background-color: #DDD;
  229. }
  230. .draggable-widget, .draggable-icon {
  231. cursor: move;
  232. background-color: #FFF;
  233. }
  234. .chosen-container .chosen-results li {
  235. text-align: left;
  236. }
  237. #emptyDashboard {
  238. right: 70px !important;
  239. }
  240. .drop-target {
  241. background-color: #FCFCFC;
  242. min-height: 20px;
  243. border: 2px dotted #FAFAFA;
  244. text-align: center;
  245. padding: 4px;
  246. }
  247. .drop-target-dragging {
  248. background-color: #F6F6F6;
  249. border-color: #DDD;
  250. }
  251. .ui-sortable.drop-target {
  252. min-height: 20px;
  253. }
  254. .drop-target-highlight {
  255. min-height: 20px;
  256. background-color: #CCC;
  257. }
  258. .drop-target-disabled {
  259. background-color: #FFFFFF;
  260. border-color: #FFFFFF;
  261. }
  262. .drop-target-side {
  263. min-height: 100px;
  264. height: 100%;
  265. }
  266. .dashboard .row-fluid .span10.readonly {
  267. width: 100%;
  268. margin-left: 0;
  269. }
  270. .dashboard .row-fluid .span1.readonly {
  271. width: 0;
  272. height: 0;
  273. }
  274. .readonly .card-widget {
  275. border: 1px solid #d8d8d8 !important;
  276. }
  277. .row-fluid [class*="span"] {
  278. margin-left: 0.5%;
  279. }
  280. .row-fluid .span10 {
  281. width: 90%;
  282. }
  283. .row-fluid .span1 {
  284. width: 4.5%;
  285. }
  286. .card-widget {
  287. position: relative;
  288. overflow-x: auto;
  289. border: 1px solid #d8d8d8 !important;
  290. }
  291. .card-widget h2, .card-widget .card-body {
  292. min-width: 240px;
  293. }
  294. #exposeOverlay {
  295. background-color: #000;
  296. opacity: 0.3;
  297. display: none;
  298. width: 100%;
  299. height: 100%;
  300. position: fixed;
  301. top: 0;
  302. left: 0;
  303. z-index: 1031;
  304. }
  305. .card-column-disabled {
  306. background-color: #f1f1f1;
  307. }
  308. .widget-icon {
  309. color: #338bb8;
  310. height: 16px;
  311. width: 16px;
  312. margin-left: 3px;
  313. margin-right: 3px;
  314. }
  315. .advanced-triangle-container {
  316. position: absolute;
  317. right: 0;
  318. }
  319. .advanced-triangle {
  320. width: 0;
  321. height: 0;
  322. border-style: solid;
  323. border-width: 0 40px 40px 0;
  324. border-color: transparent #338bb8 transparent transparent;
  325. cursor: pointer;
  326. }
  327. .advanced-triangle a {
  328. color: #FFFFFF;
  329. padding-left: 20px;
  330. padding-top: 4px;
  331. }
  332. .card-widget h6 {
  333. text-transform: uppercase;
  334. color: #338bb8;
  335. margin-bottom: 1px;
  336. }
  337. .card-widget h6.field-title {
  338. margin-bottom: 0;
  339. padding-left: 4px;
  340. }
  341. .widget-main-section {
  342. overflow-y: auto;
  343. overflow-x: hidden;
  344. max-height: 350px;
  345. }
  346. .row-fluid .offset3andhalf:first-child {
  347. margin-left: 29%;
  348. }
  349. .row-container.is-editing {
  350. border: none !important;
  351. }
  352. .row-fluid .span4 {
  353. width: 33%;
  354. }
  355. .dashboard {
  356. margin-top: 50px;
  357. }
  358. .dashboard.readonly {
  359. margin-top: 0;
  360. }
  361. .big-icon {
  362. color: #DDD;
  363. font-size: 40px;
  364. text-align: center;
  365. padding: 5px;
  366. }
  367. body {
  368. background-color: #FFFFFF;
  369. }
  370. .ui-sortable {
  371. min-height: 10px !important;
  372. }
  373. .row-container {
  374. min-height: 10px !important;;
  375. }
  376. input[type="text"].filechooser-input {
  377. border-right: none;
  378. margin-bottom: 0;
  379. }
  380. input[type="text"].filechooser-input, input[type="text"].half {
  381. width: 50%;
  382. }
  383. .fileChooserBtn {
  384. height: 31px;
  385. }
  386. #settingsModal h4 {
  387. margin-top: 30px;
  388. }
  389. #settingsModal ul.unstyled li {
  390. margin-bottom: 4px;
  391. }
  392. .card-column {
  393. min-height: 200px !important;
  394. }
  395. .readonly .card {
  396. margin-bottom: 15px;
  397. }
  398. .readonly .card-column {
  399. min-height: 5px !important;
  400. }
  401. .readonly .drop-target-side {
  402. min-height: 10px!important;
  403. height: 10px!important;
  404. }
  405. textarea {
  406. resize: none;
  407. }
  408. .span4.readonly {
  409. margin-left: 1px;
  410. }
  411. em {
  412. font-weight: normal;
  413. background-color: #FFFFFF;
  414. }
  415. .properties ul li {
  416. margin-bottom: 3px;
  417. }
  418. .widget-main-section .nav-tabs {
  419. margin-bottom: 10px;
  420. }
  421. .widget-main-section .tab-content {
  422. min-height: 200px;
  423. }
  424. .widget-main-section .tab-content h6:first-child {
  425. margin-top: 0;
  426. }
  427. #addActionDemiModal {
  428. position: absolute;
  429. margin-left: 0;
  430. border: 1px solid #d8d8d8;
  431. border-top: none;
  432. }
  433. #addActionDemiModal input, #addActionDemiModal select {
  434. margin-bottom: 0;
  435. }
  436. canvas {
  437. pointer-events: none;
  438. }
  439. ul.unstyled li {
  440. white-space: nowrap;
  441. }