1 Reply Latest reply on Feb 8, 2012 12:30 AM by kamal_khadka

    how to change dimension of rich:tab

    kamal_khadka

      I want to change the height and width of the rich:tab. I did search on the forum but couldn't find it. No help googling too.

       

      Any kind of info on this one will be very much helpful.

       

      Thank you

        • 1. Re: how to change dimension of rich:tab
          kamal_khadka

          <style>

                  .rich-tab-active {

                  height: 28px;

                  font-weight: bold;        

                  background-color: #ffa500;

                  background-image:none;}

                 

                  .rich-tab-inactive {

                  height: 28px;                

                  background-color: #bdeeff;

                  background-image:none;}

              </style>

           

          by adding the above I solved my issue for now.