Pārlūkot izejas kodu

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

bastien 13 gadus atpakaļ
vecāks
revīzija
82d5eb7c82
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      web/bundles/muzichcore/css/main.css

+ 2 - 0
web/bundles/muzichcore/css/main.css Parādīt failu

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