wt_ie.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. /* additional style rules for ie */
  2. /*
  3. * WCalendar
  4. */
  5. .Wt-cal td div {
  6. zoom: 1;
  7. }
  8. .Wt-dialogcover {
  9. filter: alpha(opacity=50);
  10. }
  11. /*
  12. * WItemDelegate
  13. */
  14. .Wt-delegate-edit input {
  15. font-size: 9pt;
  16. padding-top: 0px;
  17. padding-bottom: 0px;
  18. }
  19. /*
  20. * WSuggestionPopup
  21. */
  22. .Wt-suggest .content {
  23. overflow-x: hidden;
  24. }
  25. /*
  26. * WTableView
  27. */
  28. .Wt-tableview div {
  29. white-space: nowrap;
  30. }
  31. .Wt-tabs {
  32. padding-bottom: 2px; /* should be 1px when we have close icons ... */
  33. }
  34. .Wt-tabs li a, .Wt-tabs li button {
  35. color: white;
  36. }
  37. .Wt-tabs li .citemselected a {
  38. color: black;
  39. }
  40. .Wt-tabs .Wt-closeicon, .Wt-tabs span.citemselected .Wt-closeicon {
  41. background-position: right 1px;
  42. zoom: 1;
  43. }
  44. .Wt-tabs .Wt-closeicon:hover, .Wt-tabs span.citemselected .Wt-closeicon:hover {
  45. background-position: right -12px;
  46. }
  47. /*
  48. * WTree
  49. */
  50. .Wt-tree div, .Wt-tree span {
  51. white-space: nowrap;
  52. }
  53. .Wt-tree .Wt-item {
  54. zoom: 1;
  55. }
  56. /*
  57. * WAbstractItemView
  58. */
  59. .Wt-itemview .Wt-header .Wt-label {
  60. zoom: 1;
  61. }
  62. /*
  63. * WTreeView
  64. */
  65. /* IE ignores white-space on a table or td */
  66. .Wt-treeview div, .Wt-treeview span {
  67. white-space: nowrap;
  68. }
  69. .Wt-treeview .Wt-item {
  70. zoom: 1;
  71. }
  72. body.Wt-ltr .Wt-treeview .Wt-header .Wt-tv-c {
  73. margin: 0px;
  74. padding: 0px 0px 0px 7px;
  75. }
  76. body.Wt-rtl .Wt-treeview .Wt-header .Wt-tv-c {
  77. margin: 0px;
  78. padding: 0px 7px 0px 0px;
  79. }
  80. .Wt-treeview .Wt-scroll {
  81. position: absolute;
  82. overflow-x: auto;
  83. overflow-y: hidden;
  84. }
  85. /* nodes */
  86. .Wt-treeview .Wt-expand {
  87. background: url(nav-plus.gif) no-repeat 0 center;
  88. }
  89. body.Wt-rtl .Wt-treeview .Wt-expand {
  90. background: url(nav-plus-rtl.gif) no-repeat 0 center;
  91. }
  92. .Wt-treeview .Wt-collapse {
  93. background: url(nav-minus.gif) no-repeat 0 center;
  94. }
  95. body.Wt-rtl .Wt-treeview .Wt-collapse {
  96. background: url(nav-minus-rtl.gif) no-repeat 0 center;
  97. }
  98. .Wt-hrh {
  99. line-height: 0px;
  100. }
  101. .Wt-tabs .Wt-closeicon, .Wt-tabs span.citemselected .Wt-closeicon {
  102. background: transparent url(closeicons-tab.png) no-repeat scroll right top;
  103. background-position: right 3px;
  104. border-width: 3px 0px 0px 0px;
  105. padding: 0px 6px 0px 7px;
  106. cursor: default;
  107. margin-left: 3px;
  108. vertical-align: top;
  109. }
  110. .Wt-tabs .Wt-closeicon:hover, .Wt-tabs span.citemselected .Wt-closeicon:hover {
  111. background-position: right -10px;
  112. }
  113. .Wt-tabs {
  114. zoom: 1;
  115. }