workflow-editor.css 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511
  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 dotted #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-widget, .draggable-icon {
  238. cursor: move;
  239. background-color: #FFF;
  240. }
  241. .chosen-container .chosen-results li {
  242. text-align: left;
  243. }
  244. #emptyDashboard {
  245. right: 70px !important;
  246. }
  247. .drop-target {
  248. background-color: #F6F6F6;
  249. min-height: 20px;
  250. border: 2px dotted #DDD;
  251. text-align: center;
  252. padding: 4px;
  253. }
  254. .ui-sortable.drop-target {
  255. min-height: 20px;
  256. }
  257. .drop-target-highlight {
  258. min-height: 20px;
  259. background-color: #CCC;
  260. }
  261. .drop-target-disabled {
  262. background-color: #FFFFFF;
  263. border-color: #FFFFFF;
  264. }
  265. .drop-target-side {
  266. min-height: 100px;
  267. height: 100%;
  268. }
  269. .dashboard .row-fluid .span10.readonly {
  270. width: 100%;
  271. margin-left: 0;
  272. }
  273. .dashboard .row-fluid .span1.readonly {
  274. width: 0;
  275. }
  276. .readonly .card-widget {
  277. border: 1px solid #d8d8d8 !important;
  278. }
  279. .row-fluid [class*="span"] {
  280. margin-left: 0.5%;
  281. }
  282. .row-fluid .span10 {
  283. width: 90%;
  284. }
  285. .row-fluid .span1 {
  286. width: 4.5%;
  287. }
  288. .card-widget {
  289. position: relative;
  290. overflow-x: auto;
  291. border: 1px solid #d8d8d8 !important;
  292. }
  293. .card-widget h2, .card-widget .card-body {
  294. min-width: 240px;
  295. }
  296. #exposeOverlay {
  297. background-color: #000;
  298. opacity: 0.3;
  299. display: none;
  300. width: 100%;
  301. height: 100%;
  302. position: fixed;
  303. top: 0;
  304. left: 0;
  305. z-index: 1031;
  306. }
  307. .card-column-disabled {
  308. background-color: #f1f1f1;
  309. }
  310. .widget-icon {
  311. color: #338bb8;
  312. height: 16px;
  313. width: 16px;
  314. margin-left: 3px;
  315. margin-right: 3px;
  316. }
  317. .advanced-triangle {
  318. width: 0;
  319. height: 0;
  320. border-style: solid;
  321. border-width: 0 40px 40px 0;
  322. border-color: transparent #338bb8 transparent transparent;
  323. cursor: pointer;
  324. }
  325. .advanced-triangle a {
  326. color: #FFFFFF;
  327. padding-left: 20px;
  328. padding-top: 4px;
  329. }
  330. .card-widget h6 {
  331. text-transform: uppercase;
  332. color: #338bb8;
  333. margin-bottom: 1px;
  334. }
  335. .card-widget h6.field-title {
  336. margin-bottom: 0;
  337. padding-left: 4px;
  338. }
  339. .widget-main-section {
  340. overflow-y: auto;
  341. overflow-x: hidden;
  342. max-height: 350px;
  343. }
  344. .row-fluid .offset3andhalf:first-child {
  345. margin-left: 29%;
  346. }
  347. .row-container.is-editing {
  348. border: none !important;
  349. }
  350. .row-fluid .span4 {
  351. width: 33%;
  352. }
  353. .dashboard {
  354. margin-top: 50px;
  355. }
  356. .dashboard.readonly {
  357. margin-top: 0;
  358. }
  359. .big-icon {
  360. color: #DDD;
  361. font-size: 40px;
  362. text-align: center;
  363. padding: 5px;
  364. }
  365. body {
  366. background-color: #FFFFFF;
  367. }
  368. .ui-sortable {
  369. min-height: 10px !important;
  370. }
  371. .row-container {
  372. min-height: 10px !important;;
  373. }
  374. input[type="text"].filechooser-input {
  375. border-right: none;
  376. margin-bottom: 0;
  377. }
  378. .fileChooserBtn {
  379. height: 31px;
  380. }
  381. #settingsModal h4 {
  382. margin-top: 30px;
  383. }
  384. #settingsModal ul.unstyled li {
  385. margin-bottom: 4px;
  386. }
  387. .readonly .card {
  388. margin-bottom: 15px;
  389. }
  390. textarea {
  391. resize: none;
  392. }
  393. .span4.readonly {
  394. margin-left: 1px;
  395. }
  396. em {
  397. font-weight: normal;
  398. background-color: #FFFFFF;
  399. }
  400. .properties ul li {
  401. margin-bottom: 3px;
  402. }
  403. .widget-main-section .nav-tabs {
  404. margin-bottom: 10px;
  405. }
  406. .widget-main-section .tab-content {
  407. min-height: 200px;
  408. }
  409. .widget-main-section .tab-content h6:first-child {
  410. margin-top: 0;
  411. }
  412. #addActionDemiModal {
  413. position: absolute;
  414. margin-left: 0;
  415. border: 1px solid #d8d8d8;
  416. border-top: none;
  417. }