make sure form buttons have a margin

pull/6827/head
jwollert 14 years ago
parent 754b31fc91
commit 1922abb6c6
  1. 4
      assets/stylesheets/reporting.css

@ -382,6 +382,10 @@ td:hover .drill_down, th:hover .drill_down {
margin-top: 6px;
}
.form_controls > * {
margin: 0 5px 0 5px;
}
.buttons .reporting_button:hover {
background-color: #666666;
}

Loading…
Cancel
Save