jobsub.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. .jobsub .jframe_contents {
  2. padding-left: 0px;
  3. padding-right: 0px;
  4. padding-top: 0px;
  5. }
  6. .jobsub .toolbar {
  7. position: absolute;
  8. top: 29px;
  9. width: 100%;
  10. }
  11. .jobsub .toolbar a {
  12. display: block;
  13. float: right;
  14. height: 52px;
  15. width: 20px;
  16. margin: 0px 12px;
  17. background-position: 0 100% !important;
  18. text-indent: -99999px;
  19. }
  20. .jobsub .toolbar a:hover {
  21. background-position: 0 0 !important;
  22. }
  23. .jobsub .toolbar a.jobsub_joblist {
  24. background: url('../art/kill_bill.png') no-repeat;
  25. width: 104px;
  26. float: left;
  27. }
  28. .jobsub .toolbar a.jobsub_history {
  29. background: url('../art/history.png') no-repeat;
  30. width: 48px;
  31. margin-right: 20px;
  32. }
  33. .jobsub h1 {
  34. display: none;
  35. }
  36. .jobsub table[data-filters*=HtmlTable] {
  37. border: #B2B2B2 solid;
  38. border-width: 1px 0px;
  39. }
  40. .jobsub_joblist .jobsub_topsection {
  41. margin: 0;
  42. background: #B2B2B2;
  43. padding: 4px;
  44. }
  45. .jobsub_joblist .jobsub_topsection form {
  46. float: right;
  47. }
  48. .jobsub_joblist form span, .jobsub_joblist form input.submit {
  49. display: none;
  50. }
  51. .jobsub_joblist .context-menu a {
  52. padding-left: 22px;
  53. display: block;
  54. height: 18px;
  55. }
  56. .item-options {
  57. background: url(/static/art/led-icons/ui_combo_box.png) no-repeat;
  58. display: block;
  59. width: 16px;
  60. height: 16px;
  61. text-indent: -500px;
  62. overflow: hidden;
  63. float: right;
  64. }
  65. .jobsub_joblist a.copy {
  66. background: url('../art/line_icons.png') no-repeat;
  67. }
  68. .jobsub_joblist a.edit {
  69. background: url('../art/line_icons.png') no-repeat 0 -23px;
  70. }
  71. .jobsub_joblist a.delete {
  72. background: url('../art/line_icons.png') no-repeat 0 -70px;
  73. }
  74. .jobsub_joblist a.run {
  75. background: url('../art/line_icons.png') no-repeat 0 -47px;
  76. }
  77. .jobsub_left_col {
  78. padding: 8px;
  79. }
  80. ul.jobsub_new {
  81. padding: 4px 0px 0px 11px;
  82. }
  83. ul.jobsub_new li {
  84. list-style: none !important;
  85. padding: 4px 4px 4px 0px;
  86. }
  87. ul.jobsub_new li a {
  88. background: url('../art/line_icons.png') no-repeat 0 -113px;
  89. height: 18px;
  90. padding-left: 22px;
  91. position: relative;
  92. top: 1px;
  93. color: #000;
  94. display: block;
  95. }
  96. ul.jobsub_new li a:hover {
  97. background: url('../art/line_icons.png') no-repeat 0 -91px;
  98. text-decoration: none;
  99. }
  100. .jobsub h2 {
  101. text-transform: capitalize;
  102. font-size: 14px;
  103. margin: 10px 0px 0px;
  104. }
  105. .jobsub_edit .art-splitview-right {
  106. background: #a9a9a9 url(../art/edit_back.png);
  107. }
  108. .jobsub_edit dl {
  109. padding: 10px;
  110. }
  111. .jobsub_edit dl dt, .jobsub_parameterize dl dt {
  112. text-transform: capitalize;
  113. float: left;
  114. width: 30%;
  115. clear:both;
  116. position: relative;
  117. margin-bottom: 5px;
  118. }
  119. .jobsub_edit dl dd, .jobsub_parameterize dl dd {
  120. float: left;
  121. font-size: 10px;
  122. width: 70%;
  123. margin-bottom: 5px;
  124. }
  125. .jobsub .jobsub_parameterize_description {
  126. margin-bottom: 10px;
  127. }
  128. .jobsub_parameterize {
  129. min-width: 400px;
  130. }
  131. .jobsub .jobsub_parameterize_description dd {
  132. font-size: 12px;
  133. }
  134. .jobsub_edit dl dd input, .jobsub_edit dl dd select,
  135. .jobsub_parameterize dl dd input, .jobsub_parameterize dl dd select {
  136. margin-bottom: 2px;
  137. }
  138. .jobsub_parameterize dl dd textarea, .jobsub_edit dl dd textarea {
  139. width: 304px;
  140. margin-bottom: 2px;
  141. }
  142. .jobsub_edit .jobsub_advanced {
  143. display: none;
  144. }
  145. .jobsub_edit .jobsub_edit_tip {
  146. background: #c6d8e2;
  147. color: #000;
  148. margin: 10px;
  149. padding: 10px;
  150. border-radius: 4px;
  151. -moz-border-radius: 4px;
  152. -webkit-border-radius: 4px;
  153. }
  154. .jobsub_edit .jobsub_edit_tip p {
  155. margin-bottom: 4px;
  156. font-size: 11px;
  157. }
  158. .jobsub_edit .jobsub_edit_tip dl {
  159. margin: 0;
  160. padding: 0;
  161. }
  162. .jobsub_edit .jobsub_edit_tip dl dt {
  163. top: 0;
  164. }
  165. .jobsub_edit .jobsub_edit_tip dl dd {
  166. position: relative;
  167. top: 2px;
  168. color: #333;
  169. }
  170. .jobsub_edit_save {
  171. width: 70%;
  172. margin-left: 10%;
  173. }
  174. .jobsub_edit_save input {
  175. width: auto !important;
  176. }
  177. .jobsub_edit_save .hue-submit {
  178. float:right;
  179. }
  180. .jobsub_edit .jobsub_toggler a {
  181. display: block;
  182. text-align: right;
  183. width: 305px;
  184. position: relative;
  185. border: 1px solid #333;
  186. background: #d0dbe2;
  187. padding: 2px;
  188. border-radius: 4px;
  189. -moz-border-radius: 4px;
  190. -webkit-border-radius: 4px;
  191. }
  192. .jobsub_edit .jobsub_toggler a:hover {
  193. text-decoration: none;
  194. background: #fff;
  195. }
  196. .jobsub .jframe_prompt {
  197. text-align: left;
  198. }
  199. .jobsub_history .jobsub_more {
  200. display: block;
  201. background: #3E528C;
  202. color: #fff;
  203. border-radius: 4px;
  204. -moz-border-radius: 4px;
  205. -webkit-border-radius: 4px;
  206. padding: 4px;
  207. margin: 4px;
  208. text-align: center;
  209. }
  210. .jobsub_history .jobsub_more:hover {
  211. background: #4c62a1;
  212. text-decoration: none;
  213. }
  214. .jobsub_history a.jobsub_watch {
  215. display: block;
  216. width: 14px;
  217. height: 14px;
  218. background: url(/static/art/info.png);
  219. text-indent: -999999px;
  220. float: right;
  221. }
  222. .jobsub_output h1 {
  223. display: block;
  224. background: #333;
  225. color: #fff;
  226. padding: 12px 8px !important;
  227. }
  228. .jobsub_output .view {
  229. background: #94abbe url(../art/watch_back.png);
  230. }
  231. .jobsub_output b.state {
  232. position: absolute;
  233. top: 8px;
  234. right: 10px;
  235. color: #fff;
  236. text-align: right;
  237. }
  238. .jobsub_output b.state span.jobsub_autorefresh_note {
  239. display: block;
  240. }
  241. .jobsub_output b.state span {
  242. font-size: 9px;
  243. font-weight: normal;
  244. }
  245. .jobsub_output b.complete {
  246. top: 12px;
  247. }
  248. .jobsub_output li, .jobsub_output ul {
  249. list-style: none !important;
  250. float: left;
  251. margin: 0;
  252. padding: 0;
  253. }
  254. .jobsub_output ul.jobsub_output_links {
  255. margin-left: 8px;
  256. padding: 0px;
  257. }
  258. .hue-shared .jobsub_output li a {
  259. display: block;
  260. padding: 4px;
  261. margin: 4px;
  262. background: #3E528C;
  263. color: #fff;
  264. border-radius: 4px;
  265. -moz-border-radius: 4px;
  266. -webkit-border-radius: 4px;
  267. padding: 4px 8px;
  268. margin: 4px;
  269. text-align: center;
  270. }
  271. .jobsub_output li a:hover {
  272. background: #4c62a1;
  273. text-decoration: none;
  274. }
  275. .jobsub_output_jobtracker_header {
  276. display: none;
  277. }
  278. .jobsub_output h2 {
  279. clear:both;
  280. }
  281. .jobsub_output pre {
  282. background: #bbb;
  283. border: 1px solid #333;
  284. padding: 8px;
  285. white-space: pre-wrap;
  286. }
  287. .jobsub h2.jobsub_output_stout_header, .jobsub h2.jobsub_output_sterr_header {
  288. text-transform: none;
  289. }
  290. .jobsub_errors {
  291. color: #ff0000;
  292. }