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.

managesieve.css 5.9KB

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