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,31 +9,28 @@ | ||
9 | #content .products-block li { | 9 | #content .products-block li { |
10 | margin: 0px; | 10 | margin: 0px; |
11 | padding: 0px; | 11 | padding: 0px; |
12 | - | ||
13 | list-style: none; | 12 | list-style: none; |
13 | + list-style-image: none; | ||
14 | font-size: 12px; | 14 | font-size: 12px; |
15 | height: 64px; | 15 | height: 64px; |
16 | - | ||
17 | display: table-row; | 16 | display: table-row; |
18 | } | 17 | } |
19 | 18 | ||
20 | - | ||
21 | #content .products-block li a { | 19 | #content .products-block li a { |
22 | background-repeat: no-repeat; | 20 | background-repeat: no-repeat; |
23 | background-position: 5px 50%; | 21 | background-position: 5px 50%; |
24 | - | ||
25 | - | ||
26 | display: table-cell; | 22 | display: table-cell; |
27 | vertical-align: middle; | 23 | vertical-align: middle; |
28 | - | ||
29 | padding: 5px 2px 5px 60px; | 24 | padding: 5px 2px 5px 60px; |
30 | - | ||
31 | height: 50px; | 25 | height: 50px; |
32 | overflow: hidden; | 26 | overflow: hidden; |
33 | - | ||
34 | text-decoration: none; | 27 | text-decoration: none; |
35 | } | 28 | } |
36 | 29 | ||
30 | +.msie #content .products-block li a { | ||
31 | + display: block; | ||
32 | +} | ||
33 | + | ||
37 | #content .products-block li a:hover { | 34 | #content .products-block li a:hover { |
38 | color: #fff; | 35 | color: #fff; |
39 | } | 36 | } |