--- 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
+}