浏览代码

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

bastien 13 年前
父节点
当前提交
82d5eb7c82
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      web/bundles/muzichcore/css/main.css

+ 2 - 0
web/bundles/muzichcore/css/main.css 查看文件

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