integration/css/home.css
changeset 21 c2dd00471b2d
parent 20 c86141a8570d
child 26 94f586daa623
--- a/integration/css/home.css	Tue Nov 27 18:08:06 2012 +0100
+++ b/integration/css/home.css	Wed Dec 12 18:17:52 2012 -0800
@@ -32,7 +32,7 @@
 	color: #FFF;
 	text-decoration: none;
 }
-.links{
+.actu .links{
 	display: none;
 	position: absolute;
 	bottom: 0;
@@ -41,31 +41,31 @@
 .actu:hover .links, .actu:hover .voile{
 	display: block;
 }
-.links li{
+.actu .links li{
 	float: left;
 	margin: 0 0 1px 1px;
 }
-.links a{
+.actu .links a{
 	display: block;
 	width: 28px;
 	height: 28px;
 	background-color: #007dad;
 	background-repeat: no-repeat;
 }
-.links a:hover{
+.actu .links a:hover{
 	background-color: #4FA3C4;
 }
-.links a.trash{
+.actu .links a.trash{
 	background-image: url(../img/home-button-trash.png);
 	background-position: 8px 5px;
 }
-.links a.file{
+.actu .links a.file{
 	background-image: url(../img/home-button-file.png);
 	background-position: 2px 6px;
 	text-decoration: none; 
 	position: relative;
 }
-.links a.file span{
+.actu .links a.file span{
     color: #0F85B2;
     display: block;
     font-size: 11px;
@@ -75,7 +75,7 @@
     top: 6px;
     width: 18px;
 }
-.links a.comment{
+.actu .links a.comment{
 	background-image: url(../img/home-button-comment.png);
 	background-position: 4px 6px;
 }