[CLOSED] how to change grid font size

  1. #1

    [CLOSED] how to change grid font size

    hi guys,

    can you show me an example how can I change the grid font size. I tried to add it to StyleSpecs. I changed the color but not the size then I created a class and added to to CtCls and changed the color but not the size too

    thanks

    .x-grid-cell-text {
        color:Red;
        font-size: 5px;
    }
  2. #2

    RE: [CLOSED] how to change grid font size

    Hi,

    1. Add Cls for the grid
    Cls="mygrid"
    2. Add css rule to the page
    .mygrid .x-grid3-row td, .mygrid .x-grid3-summary-row td {
                color:Red;
                font-size: 5px;
            }

Similar Threads

  1. Replies: 4
    Last Post: Jul 25, 2013, 8:51 AM
  2. Font Size Change
    By megang in forum 1.x Help
    Replies: 1
    Last Post: Apr 09, 2012, 10:02 AM
  3. Replies: 7
    Last Post: Mar 22, 2012, 1:17 PM
  4. Replies: 0
    Last Post: Sep 27, 2011, 10:24 AM
  5. Change font/button size
    By plykkegaard in forum 1.x Help
    Replies: 0
    Last Post: Sep 02, 2010, 3:09 PM

Posting Permissions