Small optimization
authorMarcel Werk <burntime@woltlab.com>
Tue, 15 Oct 2013 11:21:23 +0000 (13:21 +0200)
committerMarcel Werk <burntime@woltlab.com>
Tue, 15 Oct 2013 11:21:23 +0000 (13:21 +0200)
wcfsetup/install/files/lib/system/option/FloatOptionType.class.php

index e1f6d1061f6c5614048a8aacf2103bcfaacf022d..c77df3cb6767d293af4b702062c78f3e7e5164f8 100644 (file)
@@ -14,6 +14,11 @@ use wcf\system\WCF;
  * @category   Community Framework
  */
 class FloatOptionType extends TextOptionType {
+       /**
+        * @see wcf\system\option\TextOptionType::$inputClass
+        */
+       protected $inputClass = 'medium';
+       
        /**
         * @see wcf\system\option\IOptionType::getFormElement()
         */