﻿@import '../default.less';
@import '../mixins.less';
//DON'T ADD IMPORTS, ABOVE ARE TO MAKE INTELLISENSE WORK

div.form.projectsettings
{
	font: 10.5pt @text-font;
	padding-bottom: 5px;

	a.ui-button
	{
		font-family: @title-font;
	}

	p
	{
		margin: 0 0 .5em 0;
	}

	label
	{
		font: bold 10.5pt @title-font;
		margin-right: 5px;
	}

	input, select
	{
		padding: 3px 5px;
	}

	input#Title
	{
		width: 98%;
	}

	input[type=checkbox]
	{
		margin-right: 5px;
	}

	div#project-description
	{
		height: 180px;
	}

	div.setting
	{
		margin: 10px 0 15px 0;

		&.points
		{
			display: block;

			div.setting
			{
				display: none;
				margin: 10px 0 15px 20px;

				ul#types
				{
					margin: 0;
				}
			}
		}
	}
}
