Correction position sparkline pour Chrome
authorveltr
Fri, 13 Jan 2012 18:32:19 +0100
changeset 391 b5c0d6a45f28
parent 390 4b67ef97438f
child 394 47735d0bedb5
child 396 134fe0c9e811
Correction position sparkline pour Chrome
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
+}