list.css 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. /*##############################################################################
  2. HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
  3. Licensed under the Apache License, Version 2.0 (the "License");
  4. you may not use this file except in compliance with the License.
  5. You may obtain a copy of the License at
  6. http://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software
  8. distributed under the License is distributed on an "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. See the License for the specific language governing permissions and
  11. limitations under the License.
  12. ############################################################################## */
  13. body
  14. {
  15. background-color: white;
  16. }
  17. table
  18. {
  19. padding:3px;
  20. }
  21. table.list
  22. {
  23. border-collapse: collapse;
  24. border: double #777;
  25. font: 10pt verdana, arial, helvetica, sans-serif;
  26. }
  27. table.list th, table.list td
  28. {
  29. border: 1px solid #777;
  30. padding:2px;
  31. }
  32. table.results
  33. {
  34. font: 9pt verdana, arial, helvetica, sans-serif;
  35. }
  36. table.workunit tr
  37. {
  38. padding: 2 0;
  39. }
  40. table.workunit th
  41. {
  42. text-align:left;
  43. vertical-align:top;
  44. }
  45. table.workunit td
  46. {
  47. padding: 2 2 2 12;
  48. }
  49. .grey
  50. {
  51. background-color: #ddd;
  52. }
  53. .number
  54. {
  55. text-align:right;
  56. }
  57. .sbutton
  58. {
  59. width: 7em;
  60. font: 10pt verdana, arial, helvetica, sans-serif;
  61. }
  62. .running
  63. {
  64. font-weight : bolder;
  65. }