fix uninstall css

This commit is contained in:
dmacias72 2017-10-03 08:22:38 -06:00
parent 09a9252489
commit 66940db8fa
3 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ table.tablesorter tbody tr:nth-child(even) {
<th class="filter-downloaded" data-placeholder="by download"> Downloaded </th> <th class="filter-downloaded" data-placeholder="by download"> Downloaded </th>
<th class="filter-installed" data-placeholder="by install"> Installed </th> <th class="filter-installed" data-placeholder="by install"> Installed </th>
<th class="filter-plugins" data-placeholder="Search..."> Plugins </th> <th class="filter-plugins" data-placeholder="Search..."> Plugins </th>
<th class="parser-false filter-false"><input class="uninstallpkg" type="checkbox"><input class="checkall" type="checkbox"></th> <th class="parser-false filter-false" nowrap="nowrap"><input class="uninstallpkg" type="checkbox"><input class="checkall" type="checkbox"></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>

View File

@ -23,8 +23,8 @@ $(function(){
$('.uninstallpkg') $('.uninstallpkg')
.switchButton({ .switchButton({
labels_placement: 'right', labels_placement: 'right',
on_label: 'unInstall On', on_label: 'unInstall',
off_label: 'unInstall Off', off_label: 'unInstall',
checked: $.cookie('nerdpack_packages_uninstall') == '--uninstall' checked: $.cookie('nerdpack_packages_uninstall') == '--uninstall'
}) })
.change(function () { .change(function () {