You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441
  1. #filtersetslistbox
  2. {
  3. position: absolute;
  4. top: 0;
  5. bottom: 0;
  6. left: 0;
  7. width: 195px;
  8. border: 1px solid #999999;
  9. background-color: #F9F9F9;
  10. overflow: hidden;
  11. /* css hack for IE */
  12. height: expression(parseInt(this.parentNode.offsetHeight)+'px');
  13. }
  14. #filtersscreen
  15. {
  16. position: absolute;
  17. top: 0;
  18. right: 0;
  19. bottom: 0;
  20. left: 205px;
  21. /* css hack for IE */
  22. height: expression(parseInt(this.parentNode.offsetHeight)+'px');
  23. }
  24. #filterslistbox
  25. {
  26. position: absolute;
  27. left: 0;
  28. top: 0;
  29. bottom: 0;
  30. border: 1px solid #999999;
  31. overflow: auto;
  32. /* css hack for IE */
  33. height: expression(parseInt(this.parentNode.offsetHeight)+'px');
  34. }
  35. #filterslist,
  36. #filtersetslist
  37. {
  38. width: 100%;
  39. table-layout: fixed;
  40. }
  41. #filterslist tbody td,
  42. #filtersetslist tbody td
  43. {
  44. cursor: default;
  45. text-overflow: ellipsis;
  46. -o-text-overflow: ellipsis;
  47. }
  48. #filterslist tbody tr.disabled td,
  49. #filtersetslist tbody tr.disabled td
  50. {
  51. color: #999999;
  52. text-decoration: line-through;
  53. }
  54. #filtersetslist tbody td
  55. {
  56. font-weight: bold;
  57. }
  58. /*
  59. #filtersetslist tr.selected
  60. {
  61. background-color: #929292;
  62. border-bottom: 1px solid #898989;
  63. color: #FFF;
  64. font-weight: bold;
  65. }
  66. */
  67. #filterslist tbody tr.filtermoveup td
  68. {
  69. border-top: 2px dotted #555;
  70. padding-top: 0px;
  71. }
  72. #filterslist tbody tr.filtermovedown td
  73. {
  74. border-bottom: 2px dotted #555;
  75. padding-bottom: 1px;
  76. }
  77. #filter-box
  78. {
  79. position: absolute;
  80. top: 0;
  81. right: 0;
  82. bottom: 0;
  83. border: 1px solid #999999;
  84. overflow: hidden;
  85. /* css hack for IE */
  86. width: expression((parseInt(this.parentNode.offsetWidth)-20-parseInt(document.getElementById('filterslistbox').offsetWidth))+'px');
  87. height: expression(parseInt(this.parentNode.offsetHeight)+'px');
  88. }
  89. #filter-frame
  90. {
  91. border: none;
  92. }
  93. body.iframe
  94. {
  95. min-width: 620px;
  96. width: expression(Math.max(620, document.documentElement.clientWidth)+'px');
  97. background-color: #F2F2F2;
  98. }
  99. #filter-form
  100. {
  101. min-width: 550px;
  102. width: expression(Math.max(550, document.documentElement.clientWidth)+'px');
  103. white-space: nowrap;
  104. padding: 20px 10px 10px 10px;
  105. }
  106. #filter-form legend, #filter-form label
  107. {
  108. color: #666666;
  109. }
  110. #rules, #actions
  111. {
  112. margin-top: 5px;
  113. padding: 0;
  114. border-collapse: collapse;
  115. }
  116. div.rulerow, div.actionrow
  117. {
  118. width: auto;
  119. padding: 2px;
  120. white-space: nowrap;
  121. border: 1px solid #F2F2F2;
  122. }
  123. div.rulerow:hover, div.actionrow:hover
  124. {
  125. padding: 2px;
  126. white-space: nowrap;
  127. background: #F9F9F9;
  128. border: 1px solid silver;
  129. }
  130. div.rulerow table, div.actionrow table
  131. {
  132. padding: 0px;
  133. min-width: 600px;
  134. width: expression(Math.max(600, document.documentElement.clientWidth)+'px');
  135. }
  136. td
  137. {
  138. vertical-align: top;
  139. }
  140. td.advbutton
  141. {
  142. width: 1%;
  143. }
  144. td.advbutton a
  145. {
  146. display: block;
  147. padding-top: 14px;
  148. height: 6px;
  149. width: 12px;
  150. text-decoration: none;
  151. }
  152. td.advbutton a.show
  153. {
  154. background: url(images/down_small.gif?v=8629.106) center no-repeat;
  155. }
  156. td.advbutton a.hide
  157. {
  158. background: url(images/up_small.gif?v=c56c.106) center no-repeat;
  159. }
  160. td.rowbuttons
  161. {
  162. text-align: right;
  163. white-space: nowrap;
  164. width: 1%;
  165. }
  166. td.rowactions
  167. {
  168. white-space: nowrap;
  169. width: 1%;
  170. padding-top: 2px;
  171. }
  172. td.rowtargets
  173. {
  174. white-space: nowrap;
  175. width: 98%;
  176. padding-left: 3px;
  177. padding-top: 2px;
  178. }
  179. td.rowtargets > div
  180. {
  181. vertical-align: top;
  182. margin-top: 2px;
  183. }
  184. td.rowtargets div.adv
  185. {
  186. padding-top: 3px;
  187. }
  188. td.rowtargets div.adv span.label
  189. {
  190. display: inline-block;
  191. padding-right: 10px;
  192. min-width: 65px;
  193. }
  194. td.rowtargets div a
  195. {
  196. margin-left: 10px;
  197. }
  198. html.mozilla #filter-form select
  199. {
  200. padding-top: 3px;
  201. padding-bottom: 3px;
  202. }
  203. input.disabled, input.disabled:hover
  204. {
  205. color: #999999;
  206. }
  207. input.error, textarea.error
  208. {
  209. background-color: #FFFF88;
  210. }
  211. input.box,
  212. input.radio
  213. {
  214. border: 0;
  215. margin-top: 0;
  216. }
  217. select.operator_selector
  218. {
  219. width: 200px;
  220. vertical-align: top;
  221. }
  222. td.rowtargets span,
  223. span.label
  224. {
  225. color: #666666;
  226. font-size: 10px;
  227. white-space: nowrap;
  228. }
  229. td.rowtargets label
  230. {
  231. color: black;
  232. }
  233. #footer
  234. {
  235. padding-top: 5px;
  236. width: 100%;
  237. }
  238. #footer .footerleft
  239. {
  240. padding-left: 2px;
  241. white-space: nowrap;
  242. float: left;
  243. }
  244. #footer .footerright
  245. {
  246. padding-right: 2px;
  247. white-space: nowrap;
  248. text-align: right;
  249. float: right;
  250. }
  251. .itemlist
  252. {
  253. line-height: 25px;
  254. }
  255. .itemlist input
  256. {
  257. vertical-align: middle;
  258. }
  259. span.sieve.error
  260. {
  261. color: red;
  262. }
  263. a.button.add
  264. {
  265. background: url(images/add.png?v=a165.280) no-repeat;
  266. width: 30px;
  267. height: 20px;
  268. margin-right: 4px;
  269. display: inline-block;
  270. }
  271. a.button.del
  272. {
  273. background: url(images/del.png?v=3c27.247) no-repeat;
  274. width: 30px;
  275. height: 20px;
  276. display: inline-block;
  277. }
  278. a.button.disabled
  279. {
  280. opacity: 0.35;
  281. filter: alpha(opacity=35);
  282. cursor: default;
  283. }
  284. #filter-form select,
  285. #filter-form input,
  286. #filter-form textarea
  287. {
  288. font-size: 11px;
  289. vertical-align: middle;
  290. }
  291. /* smart multi-row input field */
  292. .listarea
  293. {
  294. border: 1px solid #666;
  295. margin: 0;
  296. padding: 1px;
  297. display: inline-block;
  298. max-height: 67px;
  299. overflow-y: auto;
  300. vertical-align: middle;
  301. }
  302. td.rowtargets > span.listarea
  303. {
  304. vertical-align: top;
  305. margin-top: 2px;
  306. }
  307. .listelement
  308. {
  309. display: block;
  310. white-space: nowrap;
  311. background-color: #fff;
  312. border-top: 1px solid #e2e2e2;
  313. height: 16px;
  314. padding: 0;
  315. margin: 0;
  316. overflow: hidden;
  317. line-height: 16px;
  318. }
  319. .listarea.error .listelement
  320. {
  321. background-color: #FFFFC4;
  322. }
  323. .listelement:first-child
  324. {
  325. border-top: none;
  326. }
  327. #filter-form .listelement input
  328. {
  329. border: none;
  330. border-radius: 0;
  331. box-shadow: none;
  332. outline: none;
  333. vertical-align: top;
  334. height: 16px;
  335. padding-top: 0;
  336. padding-bottom: 0;
  337. line-height: 16px;
  338. background-color: transparent;
  339. }
  340. .listelement input:focus
  341. {
  342. box-shadow: none;
  343. }
  344. .listelement .reset
  345. {
  346. display: inline-block;
  347. width: 16px;
  348. height: 16px;
  349. background: url(images/erase.png?v=3052.453) -1px 0 no-repeat #eee;
  350. cursor: pointer;
  351. }
  352. /* fixes for popup window */
  353. body.iframe.mail
  354. {
  355. margin: 0;
  356. padding: 0;
  357. }
  358. body.iframe.mail #filter-form
  359. {
  360. padding: 10px 5px 5px 5px;
  361. }
  362. #vacationform .listarea {
  363. max-height: 75px;
  364. }
  365. #vacationform .listelement,
  366. #vacationform .listelement .reset {
  367. height: 18px;
  368. }
  369. #vacationform .listelement .reset {
  370. background-position: -1px 1px;
  371. }
  372. #vacationform .listelement input {
  373. vertical-align: top;
  374. border: 0;
  375. }
  376. #vacationform input.button {
  377. margin-left: 10px;
  378. }