/**
 * This file is part of the MediaWiki extension PageProperties.
 *
 * PageProperties is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 2 of the License, or
 * (at your option) any later version.
 *
 * PageProperties is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with PageProperties.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @file
 * @ingroup extensions
 * @author thomas-topway-it <support@topway.it>
 * @copyright Copyright ©2021-2024, https://wikisphere.org
 */

.pageproperties_dynamictable {
	width: 100%;
	margin-bottom: 12px;
}

.pageproperties_dynamictable label {
	display: inline;
}

.pageproperties_dynamictable_key_cell {
	width: 50%;
}

.pageproperties_dynamictable_key_cell,
.pageproperties_dynamictable_value_cell,
.pageproperties_dynamictable_cancel_cell {
	padding: 2px;
}

.pageproperties_dynamictable_row {
	vertical-align: top;
}

.pageproperties_dynamictable_row .oo-ui-fieldLayout::before,
.oo-ui-fieldLayout::after {
	display: inline;
}

.oo-ui-comboBoxInputWidget-field {
	/* border-spacing: 0; */
}

.pageproperties_dynamictable td {
	padding-top: 4px;
}
