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_mail.css 822B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. ul.toolbarmenu li span.filterlink {
  2. background-position: 0 -2174px;
  3. }
  4. #sievefilterform {
  5. top: 0;
  6. bottom: 0;
  7. left: 0;
  8. right: 0;
  9. padding: 0;
  10. overflow: hidden;
  11. }
  12. #sievefilterform iframe {
  13. top: 0;
  14. bottom: 0;
  15. left: 0;
  16. right: 0;
  17. width: 100%;
  18. min-height: 100%; /* Chrome 14 bug */
  19. border: 0;
  20. padding: 0;
  21. margin: 0;
  22. }
  23. #sievefilterform ul {
  24. list-style: none;
  25. padding: 0;
  26. margin: 0;
  27. margin-top: 5px;
  28. }
  29. #sievefilterform fieldset {
  30. margin: 5px;
  31. border-radius: 4px;
  32. }
  33. #sievefilterform ul li {
  34. margin-bottom: 5px;
  35. white-space: nowrap;
  36. }
  37. #sievefilterform ul li input {
  38. margin-right: 5px;
  39. }
  40. #sievefilterform label {
  41. font-weight: bold;
  42. }
  43. #managesieve-tip
  44. {
  45. z-index: 100000;
  46. padding: 3px;
  47. background-color: #eee;
  48. }
  49. span.sieve.error
  50. {
  51. color: red;
  52. white-space: nowrap;
  53. }