[CLOSED] Checkbox BoxLabel font different

  1. #1

    [CLOSED] Checkbox BoxLabel font different

    *Checkbox's BoxLabel font is different from everything else. *It is probably using the default font style in browser. *It would be nice if the font style matches regular Coolite labels. *For now, I just added a label css style to every page:

    label
    {*
    	font: normal 11px tahoma,arial,helvetica;*
    }
  2. #2

    RE: [CLOSED] Checkbox BoxLabel font different

    Hi,

    For me the font style for Checkbox BoxLabel and Label is the same. May be you have some css overrides on page?


    I placed on page


    <ext:Checkbox runat="server" BoxLabel="Label"></ext:Checkbox>
    <ext:Label runat="server" Text="Label"></ext:Label>


    and it looks the same


    With your style the text is very small (atleast in IE)



Similar Threads

  1. [CLOSED] Ext.net v2 Beta release: Checkbox BoxLabel property is
    By supera in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Mar 19, 2012, 1:01 PM
  2. [CLOSED] checkbox duplicate boxlabel
    By PoloTheMonk in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Nov 02, 2011, 11:08 AM
  3. Set boxlabel of checkbox to the left side
    By wh0urdady in forum 1.x Help
    Replies: 0
    Last Post: Jun 14, 2010, 5:52 PM
  4. Replies: 1
    Last Post: Aug 07, 2009, 12:56 AM
  5. [INVALID] CheckBox BoxLabel?
    By Timothy in forum Bugs
    Replies: 3
    Last Post: Jun 24, 2008, 5:43 AM

Posting Permissions