fix uninstall css
This commit is contained in:
parent
09a9252489
commit
66940db8fa
|
@ -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>
|
||||||
|
|
|
@ -18,4 +18,4 @@
|
||||||
.uninstalled, .installed {
|
.uninstalled, .installed {
|
||||||
white-space:nowrap;
|
white-space:nowrap;
|
||||||
cursor: inherit;
|
cursor: inherit;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 () {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user