<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * plugin_manager/css/style.css
 *
 * @author Shohei Nakajima &lt;nakajimashouhei@gmail.com&gt;
 * @link http://www.netcommons.org NetCommons Project
 * @license http://www.netcommons.org/license.txt NetCommons License
 */

ul.plugin-manager-autors-ul {
	margin-bottom: 0px;
	list-style-type: disc;
	padding-left: 16px;
}
ul.plugin-manager-autors-ul &gt; li {
	padding-right: 16px;
}

.plugin-manager-list:first-child {
	margin-top: 4px;
}
.plugin-manager-list:last-child {
	margin-bottom: 4px;
}
.plugin-manager-list {
	margin-top: 16px;
	margin-bottom: 16px;
}
.plugin-manager-description {
	margin-bottom: 24px;
}

.plugin-checkbox-outer &gt; .checkbox {
	width: 12em;
	margin-top: 0px;
	margin-bottom: 1em;
	float: left;
	white-space: nowrap;
}

.plugin-version {
	overflow-wrap : break-word;
}</pre></body></html>