Remove padding in jobs table

This commit is contained in:
2013-03-31 00:39:58 +00:00
parent 2266e375b8
commit 4eb088957f
2 changed files with 7 additions and 1 deletions

View File

@@ -60,6 +60,12 @@
.highlight {
background: #dceaf4;
}
.inline-fieldset {
/* reset bootstrap styles */
margin-bottom: 0;
padding-top: 0;
}
}
@media print {