Browse Source

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

bastien 13 years ago
parent
commit
82d5eb7c82
1 changed files with 2 additions and 0 deletions
  1. 2 0
      web/bundles/muzichcore/css/main.css

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

@@ -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