1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Merge pull request #2604 from smolnar/busy-page-styling-bug

Fix Styling Issues on Busy page
This commit is contained in:
Mike Perham 2015-10-13 09:29:17 -07:00
commit 91c4065fc4
2 changed files with 4 additions and 1 deletions

View file

@ -181,6 +181,10 @@ form .btn {
margin-right: 5px;
}
form .btn-group .btn {
margin-right: 1px;
}
td form {
margin-bottom: 0;
}

View file

@ -12,7 +12,6 @@
</form>
</div>
</div>
</div>
<div class="table_container">
<table class="processes table table-hover table-bordered table-striped table-white">