about.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <!--
  2. +========================================================================+
  3. | Licensed Materials - Property of IBM
  4. |
  5. | IBM Cognos Products: BUX
  6. |
  7. | (C) Copyright IBM Corp. 2009, 2013
  8. |
  9. | US Government Users Restricted Rights - Use, duplication or
  10. | disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  11. |
  12. +========================================================================+
  13. --><css>/*
  14. *+------------------------------------------------------------------------+
  15. *| Licensed Materials - Property of IBM
  16. *| IBM Cognos Products: BUX
  17. *| (C) Copyright IBM Corp. 2009, 2022
  18. *|
  19. *| US Government Users Restricted Rights - Use, duplication or
  20. *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  21. *+------------------------------------------------------------------------+
  22. */
  23. /* This is a generated file, do not edit */
  24. .bux-aboutBox-Dialog .dijitDialogPaneContent {
  25. padding: 0px;
  26. }
  27. .bux-aboutBox-Dialog .dijitDialogPaneActionBar {
  28. margin: 0px;
  29. }
  30. .buxAboutBoxBackground {
  31. width: 376px;
  32. height: 320px;
  33. overflow: auto;
  34. background-position: bottom right;
  35. background-repeat: no-repeat;
  36. }
  37. .buxAboutBoxLogo {
  38. padding: 12px 16px 5px 16px;
  39. }
  40. .buxAboutBoxProductName {
  41. padding: 10px 16px 3px;
  42. font-size: 16px;
  43. }
  44. .buxAboutBoxVersion {
  45. padding: 10px 16px 2px;
  46. font-size: 10px;
  47. }
  48. .buxAboutBoxLegalSatementCopyright {
  49. padding: 15px 16px 0px;
  50. font-size: 9px;
  51. }
  52. .buxAboutBoxLegalStatement {
  53. padding: 0px 16px 2px;
  54. font-size: 9px;
  55. }
  56. .buxAboutBoxLegalStatement {
  57. padding: 2px 16px;
  58. font-size: 9px;
  59. }
  60. .buxAboutBoxBuildNumber,
  61. .buxAboutBoxReleaseNumber {
  62. padding: 2px 16px;
  63. font-size: 9px;
  64. }
  65. .buxAboutBoxBackground {
  66. background-image: <skinValue path="/uiSkin/applicationElements/application[@name='bux']/body/images/image[@name='aboutBg']"/>;
  67. background-color: <skinValue path="/uiSkin/uiElements/popup/background/color"/>;
  68. }
  69. </css>