Joomla 3.3.6
CB 2.0.4
CB Antispam 1.2.2
CB Activity 2.4.3
Joomla Protostar and CB Default templates
Browser: current Waterfox and Firefox, don't know about others
The listed plugins are great, but the input field height is too small and the question mark is displayed in a weird way. See:
In the frontend the input field height is defined in the CB Antispam template.css line 1872. The Activity plugin doesn't have frontend input fields, as far as I can see
In the backend the input field height is set in Isis template.css line 883.
Where the field height looks normal it is set by CB bootstrap.css (line 1841 .cb_template .form-control).
The question mark looks fine when I remove this line in Firebug:
Code:
.cbAntiSpam .cbAntiSpamInner .icon-question-sign {
background-position: -96px -96px;
}
Not really important to change this, but I thought I'd mention it