/*
*
* Fix Back-end for Ukrainian language
*
* @author Denys Nosov
* @copyright Copyright (C) 2011-2012 Denys Nosov. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*
*/

/* Field label widths - short label */

.control-group .control-label {
	min-width: 15%;
	max-width: 25%;
	width: 24%;
	padding: 0 5px 0 0;
}
