2021-03-05 03:08:47 +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>
|
|
|
|
* @copyright Copyright (C) 2015 Vast Development Method. All rights reserved.
|
|
|
|
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* 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;
|
2021-03-05 03:08:47 +00:00
|
|
|
}
|