Subversion Repositories SmartDukaan

Rev

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

Rev 28136 Rev 28151
Line 295... Line 295...
295
            font-size: 1.4em;
295
            font-size: 1.4em;
296
        }
296
        }
297
 
297
 
298
        .cover {
298
        .cover {
299
            object-fit: cover;
299
            object-fit: cover;
300
            width: 100%;
300
            width: 92%;
301
            height: 90px;
301
            height: 90px;
302
            padding: 8px;
-
 
303
        }
302
        }
304
 
303
 
305
        .info-box .notifications i {
304
        .info-box .notifications i {
306
            display: inline-block;
305
            display: inline-block;
307
            margin-top: 0px;
306
            margin-top: 0px;
Line 849... Line 848...
849
								</p>
848
								</p>
850
                                #else
849
                                #else
851
                                    <p>&nbsp;</p>
850
                                    <p>&nbsp;</p>
852
                                #end
851
                                #end
853
							</span>
852
							</span>
854
                                        <span class="card-img">
853
                                        <span class="card-img" style="text-align:center">
855
							<img src="${brandStockPrice.getBrandUrl()}" data-stockbrand="$brandStockPrice.getBrand()"
854
							<img src="${brandStockPrice.getBrandUrl()}" data-stockbrand="$brandStockPrice.getBrand()"
856
                                 class="cover $brandStockPrice.getBrand()" id="stockcatalog"
855
                                 class="cover $brandStockPrice.getBrand()" id="stockcatalog"
857
                                 class="$brandStockPrice.getBrand()">
856
                                 class="$brandStockPrice.getBrand()">
858
							</span></span>
857
							</span></span>
859
                                    </div>
858
                                    </div>