0 Replies Latest reply on Apr 11, 2012 5:07 AM by chiri

    richfaces style sheet

    chiri

      Hi All,

       

      Following are two style classes in my css files :

       

      1)

      .extdt-maindiv {

        border-bottom: 1px solid #abbed2;

        border-left: 1px solid #abbed2;

        border-top: 1px solid #abbed2;

        border-right: 1px solid #abbed2;

        /*for search*/

        margin-bottom: 17px;

      }

      2)

      .noBorderSearch .extdt-maindiv{

         border:none!important; 

      }

       

      I guess .extdt-maindiv is somehow related to richfaces extended datatable.

      Are these two classes different or how they work.