HEX
Server: Apache
System: Linux webm010.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: iestorre (46869)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/iestorre/www/media/nonumbermanager/less/style.less
/**
 * NoNumber Extension Manager Admin CSS
 *
 * @package         NoNumber Extension Manager
 * @version         4.8.7
 *
 * @author          Peter van Westen <peter@nonumber.nl>
 * @link            http://www.nonumber.nl
 * @copyright       Copyright © 2015 NoNumber All Rights Reserved
 * @license         http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */
@import "../../nnframework/less/init.less";

#nnem {
	input[type="checkbox"] {
		margin-top: 0;
	}
	td {
		height: 28px;
	}
	.progress {
		margin-bottom: 0;
	}
	.alert {
		margin-bottom: 0;
		padding: 2px 6px;
	}
	span.hasPopover {
		display: inline-block;
	}
}

.com_nonumbermanager .popover {
	width: auto;
	max-width: 600px;
}

/* Not on mobile */
@media (min-width: 768px) {
	#nnem td.ext_name {
		font-size: 16px;
	}
}

table.hide_not_installed tbody tr.not_installed {
	display: none;
}

@media (min-width: 481px) {
	#toolbar .btn-success {
		width: auto !important;
	}
}

.installselected,
.updateall,
.reinstallall,
div.has_install .installselected_disabled,
div.has_update .installselected_disabled,
div.has_update .updateall_disabled,
div.has_reinstall .reinstallall_disabled {
	display: none !important;
}

div.has_install .installselected,
div.has_update .installselected,
div.has_update .updateall,
div.has_reinstall .reinstallall {
	display: inline-block !important;
}

.well {
	&.well-danger {
		background-color: #f2dede;
		border-color: #eed3d7;
		color: #b94a48;
	}
	> h4 {
		margin-top: 0;
	}
}