# HG changeset patch # User souliane # Date 1445077124 -7200 # Node ID 82d920157dc9dece38eeb2e553f9eb41b6f1994d # Parent 2f9417f5e9c4259ad49968609465483d03151f09 fixes gallery CSS to avoid video items to disturb the grid diff -r 2f9417f5e9c4 -r 82d920157dc9 static/css/sat_website.css --- a/static/css/sat_website.css Sat Oct 17 12:17:22 2015 +0200 +++ b/static/css/sat_website.css Sat Oct 17 12:18:44 2015 +0200 @@ -178,7 +178,8 @@ cursor: pointer; height: 200px; width: auto; - display: table-cell; + margin-left: auto; + margin-right: auto; } #my-modal .modal-dialog {