You are here

rules_admin.css in Rules 6

@CHARSET "UTF-8";

a.action, a.condition {
  display: block;
  float: left;
  padding: 0.2em 0.5em;
  margin: 0.3em;
  border: 1px solid #CCCCCC;
}
img.rules-icon {
  position: relative;
  top: -0.2em;
  vertical-align: bottom;
  margin-right: 5px;
}
div.configuration-fixed a.modify {
  display:none;
}
div.logical-op-not {
  float: left;
  margin-top: 0.7em;
}
p.logical-op-add {
	margin-top: 2em;
}
h3.actions {
  margin-top: 1em;
}
h3.event {
  margin-top: 1em;
  margin-bottom: 1em;
}
p.logical-op-add {
  margin-bottom: 0em;
}
p.logical-op-edit {
  margin-top: 0em;
  margin-bottom: 0em;
}
a.condition_add img.rules-icon {
  top: 0.5em;
}
div.rules-filter {
  padding-bottom: 2em;
}
div.rules-filter div, div.rules-filter input {
  padding-right: 1em;
  margin: 0em;
}
div.rules-filter div, div.rules-filter label {
  display: inline;
}
table.rules-configurations tr.odd, table.rules-configurations tr.even {
  vertical-align: top;
}
table.rules-configurations {
  margin-bottom: 2em;
}

File

rules_admin/rules_admin.css
View source
  1. @CHARSET "UTF-8";
  2. a.action, a.condition {
  3. display: block;
  4. float: left;
  5. padding: 0.2em 0.5em;
  6. margin: 0.3em;
  7. border: 1px solid #CCCCCC;
  8. }
  9. img.rules-icon {
  10. position: relative;
  11. top: -0.2em;
  12. vertical-align: bottom;
  13. margin-right: 5px;
  14. }
  15. div.configuration-fixed a.modify {
  16. display:none;
  17. }
  18. div.logical-op-not {
  19. float: left;
  20. margin-top: 0.7em;
  21. }
  22. p.logical-op-add {
  23. margin-top: 2em;
  24. }
  25. h3.actions {
  26. margin-top: 1em;
  27. }
  28. h3.event {
  29. margin-top: 1em;
  30. margin-bottom: 1em;
  31. }
  32. p.logical-op-add {
  33. margin-bottom: 0em;
  34. }
  35. p.logical-op-edit {
  36. margin-top: 0em;
  37. margin-bottom: 0em;
  38. }
  39. a.condition_add img.rules-icon {
  40. top: 0.5em;
  41. }
  42. div.rules-filter {
  43. padding-bottom: 2em;
  44. }
  45. div.rules-filter div, div.rules-filter input {
  46. padding-right: 1em;
  47. margin: 0em;
  48. }
  49. div.rules-filter div, div.rules-filter label {
  50. display: inline;
  51. }
  52. table.rules-configurations tr.odd, table.rules-configurations tr.even {
  53. vertical-align: top;
  54. }
  55. table.rules-configurations {
  56. margin-bottom: 2em;
  57. }