uipe_skin.css 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /********************************************************************************************************************************
  2. * Licensed Materials - Property of IBM *
  3. * *
  4. * IBM Cognos Products: UIPE *
  5. * *
  6. * (C) Copyright IBM Corp. 2014 *
  7. * *
  8. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. *
  9. *********************************************************************************************************************************/
  10. HTML,
  11. BODY
  12. {
  13. height: 100%;
  14. overflow: auto;
  15. }
  16. .uipeContent
  17. {
  18. width: 100%;
  19. padding:15px;
  20. }
  21. .navTreeContainer
  22. {
  23. border: #85aff9 1px solid;
  24. width: 300px;
  25. height: 560px;
  26. overflow: auto;
  27. }
  28. .uipeRightPane
  29. {
  30. width: 100%;
  31. padding-left: 16px;
  32. }
  33. .uipeNavBarTable
  34. {
  35. width: 100%;
  36. }
  37. .uipeTabBorder
  38. {
  39. border-bottom: #85aff9 1px solid;
  40. padding: 0 1px;
  41. }
  42. .uipeHighlight,
  43. SPAN.uipeHighlight,
  44. TD.uipeDefaultSettingsHighlight,
  45. TD INPUT.uipeDefaultSettingsHighlight
  46. {
  47. font-weight: bolder;
  48. color: #0080b2;
  49. }
  50. .uipeDeckMain
  51. {
  52. height:360px;
  53. width:300px;
  54. margin-right: 16px;
  55. overflow: auto;
  56. border: #85aff9 1px solid;
  57. }