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-installed" data-placeholder="by install"> Installed </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>
</thead>
<tbody>

View File

@ -18,4 +18,4 @@
.uninstalled, .installed {
white-space:nowrap;
cursor: inherit;
}
}

View File

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