1 Reply Latest reply on Nov 24, 2008 5:23 AM by ilya_shaikovsky

    div class=rich-shuttle-list-content

    nimo22

      I want to set the size of rich-shuttle-box via css:

      I have this, but this does not work:

      .rich-shuttle-list-content {
      
       width: 60px;
       height: 140px;
      
      }



      The result is this: (You see, nothing was changed, the size still remains):

      <div class="rich-shuttle-list-content" ... style="width: 140px; height: 140px;"><table cellspacing="0" cellpadding="0" class="rich-shuttle-internal-tab" ... style="width: 10%;">

      (Via property, I only have listsHeight..)

      Another thing is, I cannot set my padding to null via:

      .rich-shuttle-source-cell {
      border:0;
      padding:0;
      }

      the space becomes smaller, but do not vanish. There is always a space between two list-items.

      How can I minimize the space?