Commit e9b77d6195a6a248b3c9122d725abac3b2dc922c
1 parent
03e31678
Exists in
master
and in
29 other branches
Fixed alignment on enterprise's catalog
(ActionItem2272)
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
public/stylesheets/application.css
... | ... | @@ -2993,9 +2993,10 @@ div#activation_enterprise div { |
2993 | 2993 | #product-list li.product { |
2994 | 2994 | width: 200px; |
2995 | 2995 | min-height: 280px; |
2996 | - float: left; | |
2997 | 2996 | padding: 10px 30px 10px 0; |
2998 | 2997 | margin-bottom: 10px; |
2998 | + display: inline-block; | |
2999 | + vertical-align: top; | |
2999 | 3000 | } |
3000 | 3001 | #product-list .expand-box:hover { |
3001 | 3002 | background-color: #28F091; | ... | ... |