Fix styles for run actions

This commit is contained in:
Ben Ramey
2014-07-04 13:57:33 -05:00
parent 1316b58ab2
commit 43e18b7eb9

View File

@@ -13,12 +13,12 @@
margin-right: 2px; margin-right: 2px;
padding: 5px 20px; padding: 5px 20px;
} }
.run-show-actions a.back-to-run { }
display: none; .run-show-actions a.back-to-run {
} display: none;
.update-order-actions a.edit-run { }
display: none; .update-order-actions a.edit-run {
} display: none;
} }
} }