[CLOSED] how to set datepicker width and height?

  1. #1

    [CLOSED] how to set datepicker width and height?

    Hii,
    How to set datepicker width and height? I tried width property but it has no effect. I also tried to set the width from css but it has different behaviour from one browser to another browser. Thx
    Last edited by Daniil; Sep 06, 2010 at 8:28 PM. Reason: [CLOSED]
  2. #2
    Hi,

    DatePicker doesn't support size changing, it uses fixed predifened size always
  3. #3

    my solution

    I have this problem when i must define datepicker in box so i do like this:


    .x-date-picker table
    {
        width: 100% !important;
    }
    .x-date-picker
    {
        width: 198px !important;
        border:none !important;
    }
    Last edited by Daniil; Jun 22, 2011 at 12:03 PM. Reason: Please use [CODE] tags

Similar Threads

  1. Replies: 0
    Last Post: May 01, 2012, 4:15 AM
  2. Height , Width in percentage
    By AnandVishnu in forum 1.x Help
    Replies: 1
    Last Post: Oct 31, 2011, 1:48 PM
  3. [CLOSED] [1.0] Not able to set Tooltip height and width
    By betamax in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Oct 20, 2010, 4:26 PM
  4. Tab width and height
    By sz_146 in forum 1.x Help
    Replies: 5
    Last Post: Jan 13, 2009, 7:45 AM
  5. Replies: 2
    Last Post: Oct 09, 2008, 1:14 PM

Posting Permissions