2018-05-18 08:28:27 +02:00
|
|
|
/**
|
|
|
|
* @package Joomla.Component.Builder
|
|
|
|
*
|
|
|
|
* @created 30th April, 2015
|
|
|
|
* @author Llewellyn van der Merwe <http://www.joomlacomponentbuilder.com>
|
|
|
|
* @github Joomla Component Builder <https://github.com/vdm-io/Joomla-Component-Builder>
|
|
|
|
* @copyright Copyright (C) 2015 - 2018 Vast Development Method. All rights reserved.
|
|
|
|
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
|
|
|
*/
|
2017-11-12 00:18:13 +02:00
|
|
|
|
2017-11-26 02:29:08 +02:00
|
|
|
/* CSS Document */
|
2017-11-12 00:18:13 +02:00
|
|
|
|
2017-11-26 02:29:08 +02:00
|
|
|
|
|
|
|
.control-group, .controls, .controls input[type="url"], .controls input[type="text"], .controls input[type="number"], .controls input[type="email"], .controls select, .controls textarea {
|
|
|
|
max-width: 100%;
|
2017-11-12 00:18:13 +02:00
|
|
|
}
|