I’m having problems aligning two spans together. The second span starts slightly lower than the first one which is causing a mis-alignment of the spans.
Essentially I’m trying to align .cbtnSymbol and .cbtnLabel together so that they are starting at the same height.
Here is a testcase: http://jsfiddle.net/DwGEa/
Here you go: http://jsfiddle.net/DwGEa/19/
Just add
line-height: 30px; vertical-align:middle;to.cbtnLabel