/*
 * Copyright (c) 2023. Mathias Vitalis - Université de Bordeaux
 * @file subnews.css
 *
 * @lastModified 10/01/2023 08:38
 *
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 */

.modal {
	z-index: 1500;
}

.block_make_submission_link {
	width: inherit;
}
#subNewsModal .section,
#subNewsModal .h-captcha {
	padding: 10px 0;
}
#subNewsModal label.error {
	color: #cc0000;
	float: right;
	padding: 0 10px;
}

#subNewsModal ul li input{
	float: left;
}
