2018-05-18 06:28:27 +00: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>
|
2021-01-03 16:49:35 +00:00
|
|
|
* @copyright Copyright (C) 2015 Vast Development Method. All rights reserved.
|
2018-05-18 06:28:27 +00:00
|
|
|
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
|
|
|
*/
|
2016-01-30 20:28:43 +00:00
|
|
|
|
|
|
|
/* CSS Document */
|
|
|
|
|
2017-11-26 00:29:08 +00:00
|
|
|
|
|
|
|
#jform_snippet_chzn {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
.jform_snippet_input_width {
|
|
|
|
width: 90% !important;
|
|
|
|
}
|
|
|
|
#jform_main_get_chzn {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
.jform_main_get_input_width {
|
|
|
|
width: 90% !important;
|
|
|
|
}
|
|
|
|
#jform_dynamic_get_chzn {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
.jform_dynamic_get_input_width {
|
|
|
|
width: 90% !important;
|
2018-04-03 06:24:24 +00:00
|
|
|
}
|
|
|
|
.uk-scrollable-box {
|
|
|
|
height: 380px !important;
|
2017-11-26 00:29:08 +00:00
|
|
|
}
|