When I add a few controls to a page, I always need to adjust the CSS on a per-control basis just to get them to align vertically properly in Chrome. Things seem to look ok by default in IE and Firefox.
Even just adding the following simple controls looks quite ridiculous without any manual adjustments, as you can see from the screengrab attached from Google Chrome:
Any suggestions?
Even just adding the following simple controls looks quite ridiculous without any manual adjustments, as you can see from the screengrab attached from Google Chrome:
<
rad:RadFormDecorator
ID
=
"RadFormDecorator1"
runat
=
"server"
Skin
=
"Forest"
/>
<
rad:RadTextBox
ID
=
"RadTextBox1"
runat
=
"server"
>
</
rad:RadTextBox
>
<
rad:RadButton
ID
=
"RadButton1"
runat
=
"server"
Text
=
"Test"
Icon-PrimaryIconCssClass
=
"rbOk"
>
</
rad:RadButton
>
<
asp:CheckBox
ID
=
"CheckBox1"
runat
=
"server"
Checked
=
"true"
Text
=
"Test Label"
/>
Any suggestions?