Commit 165ea16f719733d2479b99586c594abb345d7e17
1 parent
8185ee94
Exists in
master
and in
29 other branches
ActionItem541: correction of product-box for MSIE
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2261 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
5 additions
and
8 deletions
Show diff stats
public/stylesheets/blocks/products-block.css
... | ... | @@ -9,31 +9,28 @@ |
9 | 9 | #content .products-block li { |
10 | 10 | margin: 0px; |
11 | 11 | padding: 0px; |
12 | - | |
13 | 12 | list-style: none; |
13 | + list-style-image: none; | |
14 | 14 | font-size: 12px; |
15 | 15 | height: 64px; |
16 | - | |
17 | 16 | display: table-row; |
18 | 17 | } |
19 | 18 | |
20 | - | |
21 | 19 | #content .products-block li a { |
22 | 20 | background-repeat: no-repeat; |
23 | 21 | background-position: 5px 50%; |
24 | - | |
25 | - | |
26 | 22 | display: table-cell; |
27 | 23 | vertical-align: middle; |
28 | - | |
29 | 24 | padding: 5px 2px 5px 60px; |
30 | - | |
31 | 25 | height: 50px; |
32 | 26 | overflow: hidden; |
33 | - | |
34 | 27 | text-decoration: none; |
35 | 28 | } |
36 | 29 | |
30 | +.msie #content .products-block li a { | |
31 | + display: block; | |
32 | +} | |
33 | + | |
37 | 34 | #content .products-block li a:hover { |
38 | 35 | color: #fff; |
39 | 36 | } | ... | ... |