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  
  - @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;
- }