/**
* @see \wcf\system\option\TextOptionType::$inputClass
*/
- protected $inputClass = 'medium';
+ protected $inputClass = 'short textRight';
/**
* @see \wcf\system\option\IOptionType::getData()
/**
* @see \wcf\system\option\TextOptionType::$inputClass
*/
- protected $inputClass = 'medium';
+ protected $inputClass = 'short textRight';
/**
* @see \wcf\system\option\IOptionType::getFormElement()
/**
* @see \wcf\system\option\TextOptionType::$inputClass
*/
- protected $inputClass = 'medium';
+ protected $inputClass = 'short';
/**
* @see \wcf\system\option\IOptionType::getFormElement()
margin-top: @wcfGapTiny;
}
+.textLeft {
+ text-align: left;
+}
+
+.textCenter,
.center {
text-align: center;
}
+.textRight {
+ text-align: right;
+}
+
+.textJustify {
+ text-align: justify;
+}
+
.pointer {
cursor: pointer;
}