From cea7086486a0ee506d13f8239e784d3616d13908 Mon Sep 17 00:00:00 2001 From: X O <xo@wvvw.me> Date: Wed, 2 Dec 2015 11:47:52 +1030 Subject: [PATCH] fix mass update table overflowing --- gui/slick/views/manage.mako | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/slick/views/manage.mako b/gui/slick/views/manage.mako index bcac1e4bd..f2891bf37 100644 --- a/gui/slick/views/manage.mako +++ b/gui/slick/views/manage.mako @@ -16,7 +16,7 @@ % endif <form name="massUpdateForm" method="post" action="massUpdate"> -<table id="massUpdateTable" class="sickbeardTable tablesorter" cellspacing="1" border="0" cellpadding="0"> +<table id="massUpdateTable" class="tablesorter" cellspacing="1" border="0" cellpadding="0"> <thead> <tr> <th class="col-checkbox">Edit<br><input type="checkbox" class="bulkCheck" id="editCheck" /></th> @@ -29,7 +29,7 @@ <th class="col-legend">Archive first match</th> <th class="col-legend">Paused</th> <th class="col-legend">Subtitle</th> - <th class="col-legend">Default Ep<br>Status</th> + <th class="col-legend">Default Ep Status</th> <th class="col-legend">Status</th> <th width="1%">Update<br><input type="checkbox" class="bulkCheck" id="updateCheck" /></th> <th width="1%">Rescan<br><input type="checkbox" class="bulkCheck" id="refreshCheck" /></th> -- GitLab