﻿@import '../default.less';
@import '../mixins.less';
//DON'T ADD IMPORTS, ABOVE ARE TO MAKE INTELLISENSE WORK

#dataset-versions
{
	padding: 20px 15px;
	font: 12pt @title-font;

	.back-link
	{
		text-decoration: none;
		color: @accent-color;
	}

	p
	{
		margin-top: 5px;
	}

	.dataset-list
	{
		padding-left: 15px;

		html[dir='rtl'] &
		{
			.padding-left-right(0, 15px);
		}

		.dataset-list-item
		{
			margin: 10px 0 20px;

			a
			{
				color: @accent-color;
				text-decoration: none;
			}

			.publication-date
			{
				margin-bottom: 5px;
				font-size: 9.5pt;
				border-bottom: 1px solid #eaeaea;
				padding-bottom: 5px;
			}

			.dataset-details
			{
				font-size: 9.5pt;

				div
				{
					margin-top: 3px;
				}

				.dataset-link
				{
					margin-top: 0;
					font-size: 10.5pt;

					a, span
					{
						font-weight: bold;
					}
				}

				.uploaded-by
				{
					display: none;
				}
			}

			&.current
			{
				.publication-date
				{
					border: none;
					margin-bottom: 0;
				}

				.dataset-details
				{
					padding: 10px;
					background-color: #f0f9fe;
				}
			}

		}
	}
}
