cubeviewsaveasdialog.css 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /****************************************************************
  2. ** IBM Confidential
  3. **
  4. ** OCO Source Materials
  5. **
  6. ** BI and PM: tm1web
  7. **
  8. ** (C) Copyright IBM Corp. 2007, 2009, 2011
  9. **
  10. ** The source code for this program is not published or otherwise
  11. ** divested of its trade secrets, irrespective of what has been
  12. ** deposited with the U.S. Copyright Office.
  13. *****************************************************************/
  14. .viewtype_div {
  15. display: inline-block;
  16. margin-left: 2px;
  17. margin-right: 5px;
  18. padding: 10px;
  19. text-align: left;
  20. }
  21. .viewlist_div{
  22. border-color:DarkGray;
  23. border-width:1px;
  24. border-style:solid;
  25. OVERFLOW: auto;
  26. width:300px;
  27. height:140px;
  28. }
  29. .viewelem
  30. {
  31. white-space: nowrap;
  32. }
  33. .viewelemHovered
  34. {
  35. background-color: rgb(196, 217, 231);
  36. cursor:pointer;
  37. white-space: nowrap;
  38. }
  39. .viewname_Container
  40. {
  41. border: Solid 1px black;
  42. text-align:left;
  43. margin-bottom:2px;
  44. border:none;
  45. padding: 10px;
  46. }
  47. .viewname_Label
  48. {
  49. margin-right:10
  50. }
  51. .viewname_value
  52. {
  53. margin-left:10px;
  54. width:200px;
  55. }