f8791e12c3c9c15ca25de72268cdca7a87283361.svn-base 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. 
  2. .cw-widget, .cw-widget-content, .cw-widget-header, .cw-fill-state-normal {
  3. line-height: 1.231;
  4. }
  5. .cw-tree
  6. {
  7. left: 100%;
  8. right: 0;
  9. float: none;
  10. margin: 0px;
  11. border-style: solid;
  12. border-width: 1px;
  13. padding: 0px;
  14. overflow: hidden;
  15. text-align: left;
  16. outline: none;
  17. white-space: nowrap;
  18. line-height: 14px !important;
  19. }
  20. .cw-tree-dropdown
  21. {
  22. left: 100%;
  23. margin: 0px;
  24. padding: 0px 0px 0px 10px;
  25. right: 0;
  26. display: block;
  27. float: none;
  28. background-color: transparent;
  29. /*border-style: solid;*/
  30. border-width: 0px;
  31. border-color: transparent;
  32. text-align: left;
  33. outline: none;
  34. }
  35. .cw-tree-dropdown-root
  36. {
  37. left: 100%;
  38. padding: 0px 5px 0px 5px;
  39. right: 0;
  40. display: block;
  41. float: none;
  42. background-color: transparent;
  43. border-style: solid;
  44. border-width: 0px;
  45. border-color: #fff;
  46. text-align: left;
  47. outline: none;
  48. white-space: nowrap;
  49. margin: 0px;
  50. }
  51. .cw-tree-item
  52. {
  53. border: 1px solid transparent;
  54. text-indent: 0;
  55. list-style: none;
  56. padding: 3px;
  57. margin: 0px;
  58. float: none;
  59. overflow: hidden;
  60. left: 100%;
  61. right: 0;
  62. text-align: left;
  63. cursor: default;
  64. text-decoration: none;
  65. -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  66. -moz-user-select: none; /* mozilla browsers */
  67. -khtml-user-select: none; /* webkit (konqueror) browsers */
  68. -ms-user-select: none; /* IE10+ */
  69. }
  70. .cw-tree-item-li
  71. {
  72. min-width: 180px; /* hcLee 2016 04 11 200px이여서 스크롤바를 침범했었다*/
  73. text-indent: 0;
  74. background-color: transparent;
  75. border: 0px solid transparent;
  76. list-style: none;
  77. left: 100%;
  78. right: 0;
  79. text-align: left;
  80. outline: none;
  81. margin: 0px;
  82. margin-top: 1px;
  83. padding: 0px;
  84. /*background:url(../../images/custom/ibems_light/icon_bilding.png) left center no-repeat;
  85. padding-left:22px;*/
  86. border:1px solid transparent;
  87. }
  88. .cw-tree-item-u-last
  89. {
  90. margin: 0px 0px 0px 0px;
  91. }
  92. .cw-tree-item-hover
  93. {
  94. color: inherit;
  95. right: 0;
  96. padding: 3px;
  97. margin: 0px;
  98. list-style: none;
  99. left: 100%;
  100. cursor: pointer;
  101. text-decoration: none;
  102. }
  103. .cw-tree-item-selected
  104. {
  105. color: inherit;
  106. right: 0;
  107. padding: 3px;
  108. margin: 0px;
  109. list-style: none;
  110. left: 100%;
  111. cursor: pointer;
  112. text-decoration: none;
  113. }
  114. .cw-tree-item a:link, .cw-tree-item a:visited
  115. {
  116. text-indent: 0;
  117. background-color: transparent;
  118. border: 0px solid transparent;
  119. list-style: none;
  120. padding: 0px;
  121. margin: 0px;
  122. float: none;
  123. overflow: hidden;
  124. left: 100%;
  125. color: inherit;
  126. right: 0;
  127. text-align: left;
  128. cursor: pointer;
  129. text-decoration: none;
  130. outline: none;
  131. }
  132. .cw-tree-item-arrow-expand, .cw-tree-item-arrow-expand-hover
  133. {
  134. padding-right: 0px;
  135. width: 17px;
  136. height: 17px;
  137. background-image: url(images/icon-down.png);
  138. background-position: 100% 50%;
  139. background-repeat: no-repeat;
  140. cursor: pointer;
  141. }
  142. .cw-widget-content {-moz-box-sizing: content-box; box-sizing: content-box; -ms-touch-action: none; -moz-background-clip: padding; -webkit-text-size-adjust: none; background-clip: padding-box; -webkit-background-clip: padding-box; -webkit-tap-highlight-color: rgba(0,0,0,0); font-family: Verdana,Arial,sans-serif; font-style: normal; font-size: 13px; border-color: #c7c7c7; /*background: #fff;*/ }
  143. .cw-fill-state-normal{-moz-box-sizing: content-box; box-sizing: content-box; -ms-touch-action: none;font-family: Verdana,Arial,sans-serif; font-style: normal; font-size: 13px; border-color:#aaa; background: #efefef; }
  144. .cw-fill-state-hover {-moz-box-sizing: content-box; box-sizing: content-box; border-color:#5695d3; background: #7cb8f5; color:#fff}
  145. /*.cw-fill-state-pressed{-moz-box-sizing: content-box; box-sizing: content-box; border-color:#999; background: #d1d1d1;}*/
  146. .cw-fill-state-pressed{-moz-box-sizing: content-box; box-sizing: content-box; border-color:#316fab; background: #316fab; /*padding-left:10px; padding-right:10px;*/ color:#fff !important; font-weight:bold!important }
  147. .cw-fill-state-focus {border-color: #555; }
  148. .cw-fill-state-disabled {cursor: default; color: #000; opacity: .55; filter:Alpha(Opacity=45);}
  149. .cw-fill-state-normal td, .cw-fill-state-hover td, .cw-fill-state-pressed td, .cw-fill-state-disabled td, .cw-fill-state-focus td, .cw-widget td, .cw-widget-content td, .cw-widget-header td {
  150. box-sizing: border-box; -moz-box-sizing: border-box;
  151. }
  152. .cw-icon-arrow-right, .cw-icon-arrow-right-hover, .cw-icon-arrow-right-selected
  153. {
  154. background-image: url('images/icon-right.png');
  155. background-repeat: no-repeat;
  156. background-position: center;
  157. }
  158. .cw-icon-arrow-right-hover
  159. {
  160. background-image: url('images/icon-right.png');
  161. background-repeat: no-repeat;
  162. background-position: center;
  163. }
  164. .cw-icon-arrow-right-selected
  165. {
  166. background-image: url('images/icon-right.png');
  167. background-repeat: no-repeat;
  168. background-position: center;
  169. }
  170. .cw-rc-all
  171. {
  172. -moz-border-radius: 3px;
  173. -webkit-border-radius: 3px;
  174. border-radius: 3px;
  175. }
  176. .cw-icon-arrow-down, .cw-icon-arrow-down-hover, .cw-icon-arrow-down-selected
  177. {
  178. background-image: url('images/icon-down.png');
  179. background-repeat: no-repeat;
  180. background-position: center;
  181. }
  182. .cw-icon-arrow-down-hover
  183. {
  184. background-image: url('images/icon-down.png');
  185. background-repeat: no-repeat;
  186. background-position: center;
  187. }
  188. .cw-icon-arrow-down-selected
  189. {
  190. background-image: url('images/icon-down.png');
  191. background-repeat: no-repeat;
  192. background-position: center;
  193. }
  194. .cw-tree-item-disabled
  195. {
  196. }
  197. .cw-tree-disabled
  198. {
  199. cursor: default;
  200. }
  201. .cw-tree-item-arrow-collapse, .cw-tree-item-arrow-collapse-hover
  202. {
  203. padding-right: 0px;
  204. width: 17px;
  205. height: 17px;
  206. background-image: url(images/icon-right.png);
  207. background-position: 100% 50%;
  208. background-repeat: no-repeat;
  209. cursor: pointer;
  210. }
  211. .cw-tree-item-selected, .cw-tree-item-hover div:hover
  212. {
  213. color: inherit;
  214. }
  215. .cw-tree-item-selected, .cw-tree-item-hover div:visited
  216. {
  217. color: inherit;
  218. }