Sfoglia il codice sorgente

Fix css: td thumbnail element: le background ne se repete pas, vertical align top.

bastien 13 anni fa
parent
commit
82d5eb7c82
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      web/bundles/muzichcore/css/main.css

+ 2 - 0
web/bundles/muzichcore/css/main.css Vedi File

504
 li.element td.element_thumbnail
504
 li.element td.element_thumbnail
505
 {
505
 {
506
   background-image: url(/bundles/muzichcore/img/nothumb.png);
506
   background-image: url(/bundles/muzichcore/img/nothumb.png);
507
+  background-repeat: no-repeat;
507
   width: 120px;
508
   width: 120px;
508
   height: 90px;
509
   height: 90px;
510
+  vertical-align: top;
509
 }
511
 }
510
 
512
 
511
 li.element img.element_thumbnail
513
 li.element img.element_thumbnail