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 */
|
|
|
|
.no-click {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
2018-04-13 15:24:06 +00:00
|
|
|
.fieldMedium { width: 120px; }
|
2020-05-21 23:38:20 +00:00
|
|
|
.fieldLarge { width: 320px; }
|
2018-04-13 15:24:06 +00:00
|
|
|
.fieldMid { width: 80px; }
|
2018-03-28 09:46:14 +00:00
|
|
|
.fieldFull { width: 100%; }
|
2016-01-30 20:28:43 +00:00
|
|
|
.fieldSmall { width: 60px; }
|
|
|
|
code { display: inline-block; margin: 3px;}
|