/**
 * LESS commands for thread directory.
 *
 * @package de.teralios.tjs.bbcodes
 * @author	Karsten (Teralios) Achterrath
 * @license GNU Lesser General Public License v3.0 <http://www.gnu.org/licenses/lgpl-3.0.txt>
 */
.threadDirectoryLeft {
	float: left;
	min-width: 25%;
	max-width: 50%;
	margin-right: @wcfGapSmall;
	margin-bottom: @wcfGapTiny;
}

.threadDirectoryLeftRight {
	float: right;
	min-width: 25%;
	max-width: 50%;
	margin-left: @wcfGapSmall;
	margin-bottom: @wcfGapTiny;
}