about.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. /*
  2. *+------------------------------------------------------------------------+
  3. *| Licensed Materials - Property of IBM
  4. *| IBM Cognos Products: BUX
  5. *| (C) Copyright IBM Corp. 2009, 2022
  6. *|
  7. *| US Government Users Restricted Rights - Use, duplication or
  8. *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  9. *+------------------------------------------------------------------------+
  10. */
  11. /* This is a generated file, do not edit */
  12. .bux-aboutBox-Dialog .dijitDialogPaneContent {
  13. padding: 0px;
  14. }
  15. .bux-aboutBox-Dialog .dijitDialogPaneActionBar {
  16. margin: 0px;
  17. }
  18. .buxAboutBoxBackground {
  19. width: 376px;
  20. height: 320px;
  21. overflow: auto;
  22. background-position: bottom right;
  23. background-repeat: no-repeat;
  24. }
  25. .buxAboutBoxLogo {
  26. padding: 12px 16px 5px 16px;
  27. }
  28. .buxAboutBoxProductName {
  29. padding: 10px 16px 3px;
  30. font-size: 16px;
  31. }
  32. .buxAboutBoxVersion {
  33. padding: 10px 16px 2px;
  34. font-size: 10px;
  35. }
  36. .buxAboutBoxLegalSatementCopyright {
  37. padding: 15px 16px 0px;
  38. font-size: 9px;
  39. }
  40. .buxAboutBoxLegalStatement {
  41. padding: 0px 16px 2px;
  42. font-size: 9px;
  43. }
  44. .buxAboutBoxLegalStatement {
  45. padding: 2px 16px;
  46. font-size: 9px;
  47. }
  48. .buxAboutBoxBuildNumber,
  49. .buxAboutBoxReleaseNumber {
  50. padding: 2px 16px;
  51. font-size: 9px;
  52. }
  53. .buxAboutBoxBackground {
  54. background-image: none;
  55. background-image: url(images/about/about_background.gif);
  56. background-color: #ffffff;
  57. }