# HG changeset patch # User veltr # Date 1326475939 -3600 # Node ID b5c0d6a45f28f34586bc1187c360c332fde2a4a5 # Parent 4b67ef97438f98692998fbfa486cc0937852e045 Correction position sparkline pour Chrome diff -r 4b67ef97438f -r b5c0d6a45f28 src/ldt/ldt/static/ldt/css/front_home.css --- a/src/ldt/ldt/static/ldt/css/front_home.css Fri Jan 13 18:20:18 2012 +0100 +++ b/src/ldt/ldt/static/ldt/css/front_home.css Fri Jan 13 18:32:19 2012 +0100 @@ -13,6 +13,7 @@ } #derniers_medias .li_media { + position: relative; height: 225px; width: 300px; } @@ -22,7 +23,8 @@ list-style: none; } .graph_annotation { - background: url(./imgs/whitealpha.png); margin:148px -296px; position:absolute; + background: url(./imgs/whitealpha.png); position:absolute; + z-index: 2; width: 294px; height: 20px; left: 3px; top: 148px; } /* Plus annotés */ @@ -68,4 +70,4 @@ .lock_group { background: url(./imgs/lock.png); width: 11px; height: 13px; position: absolute; left: 45px; top: 34px; -} \ No newline at end of file +}