MISView.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. /*
  2. * DON'T REMOVE THE FOLLOWING LICENSE
  3. * INFORMATION!
  4. * ----------------------------------
  5. * Copyright by
  6. * Global Cube Business Solutions
  7. * Author: Dennis Ritz
  8. * info@global-cube.de
  9. * 2007-2008
  10. * ----------------------------------
  11. */
  12. .contentItem {
  13. float:left;
  14. border-right:0px solid #666666;
  15. height:100%;
  16. color:#000053;
  17. cursor:pointer;
  18. padding-left: 5px;
  19. padding-right: 5px;
  20. }
  21. #reportPreview {
  22. width:750px;
  23. margin:auto;
  24. height:100%;
  25. }
  26. table.verticalAlign {
  27. width:100%;
  28. height:100%;
  29. }
  30. table td.verticalAlign {
  31. vertical-align:middle;
  32. }
  33. td.verticalAlign img {
  34. cursor:pointer;
  35. }
  36. #reportPreview img {
  37. border:0px;
  38. }
  39. #scorecardDesc {
  40. margin:5px;
  41. margin-top:10px;
  42. font-weight:bold;
  43. }
  44. #dashboardDesc {
  45. margin:5px;
  46. margin-top:10px;
  47. font-weight:bold;
  48. }
  49. #scorecardForm {
  50. overflow:visible;
  51. }
  52. #scorecardForm a img {
  53. top:50px;
  54. border:1px solid #666666;
  55. float:left;
  56. margin:10px;
  57. }
  58. table.status {
  59. float:left;
  60. margin-left:5px;
  61. min-width:500px;
  62. }
  63. #dashboardActions {
  64. margin:5px;
  65. margin-top:10px;
  66. font-weight:bold;
  67. }
  68. #dashboardActions input {
  69. font-weight:bold;
  70. }
  71. #scorecardActions {
  72. margin:5px;
  73. margin-top:10px;
  74. font-weight:bold;
  75. }
  76. #scorecardActions input {
  77. font-weight:bold;
  78. }