Subversion Repositories SmartDukaan

Rev

Rev 11457 | Rev 11811 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11457 Rev 11805
Line 136... Line 136...
136
        display: -webkit-box;
136
        display: -webkit-box;
137
        -webkit-line-clamp: 4;
137
        -webkit-line-clamp: 4;
138
        -webkit-box-orient: vertical;
138
        -webkit-box-orient: vertical;
139
        .font(1.4em);
139
        .font(1.4em);
140
      }
140
      }
-
 
141
      .pdt-offertext,.pdt-offercolors{
-
 
142
        color: #888888;
-
 
143
        margin-top:10px;
-
 
144
        overflow: hidden;
-
 
145
        text-overflow: ellipsis;
-
 
146
        display: -webkit-box;
-
 
147
        -webkit-line-clamp: 4;
-
 
148
        -webkit-box-orient: vertical;
-
 
149
        .font(1.2em);
-
 
150
      }      
141
    }
151
    }
142
  }
152
  }
143
  
153
  
144
/*------------------------------grid view css---------------------------*/
154
/*------------------------------grid view css---------------------------*/
145
  
155