integration/css/style.css
changeset 11 95df5542a1ce
parent 9 86ddd934464a
child 12 7c1ff03a40a7
--- a/integration/css/style.css	Mon Oct 15 16:40:39 2012 +0200
+++ b/integration/css/style.css	Tue Oct 16 14:23:59 2012 +0200
@@ -291,6 +291,18 @@
 	right: 0;
 	background: url(../img/cluster-arrows.jpg) no-repeat -19px 0;
 }
+a.cluster-arrow.arrow-right:hover{
+	background-position: -19px -22px;
+}
+a.cluster-arrow.arrow-right:active{
+	background-position: -19px -44px;
+}
+a.cluster-arrow.arrow-left:hover{
+	background-position: 0 -22px;
+}
+a.cluster-arrow.arrow-left:active{
+	background-position: 0 -44px;
+}
 /*content*/
 div.content{
 	height: 100%;
@@ -300,6 +312,7 @@
 	padding: 1px 0;
 
 }
+
 div.content-left,div.content-right{
 	float: left;
 }
@@ -754,8 +767,8 @@
 }
 div.actu div.links ul li a{
 	display: block;
-	width: 25px;
-	height: 25px;
+	width: 28px;
+	height: 28px;
 	background-color: #007dad;
 	background-repeat: no-repeat;
 }
@@ -764,15 +777,27 @@
 }
 div.actu div.links ul li a.trash{
 	background-image: url(../img/home-button-trash.png);
-	background-position: 6px 4px;
+	background-position: 8px 5px;
 }
 div.actu div.links ul li a.file{
 	background-image: url(../img/home-button-file.png);
-	background-position: 4px 6px;
+	background-position: 2px 6px;
+	text-decoration: none; 
+	position: relative;
+}
+div.actu div.links ul li a.file span{
+    color: #0F85B2;
+    display: block;
+    font-size: 11px;
+    left: 8px;
+    position: absolute;
+    text-align: center;
+    top: 6px;
+    width: 18px;
 }
 div.actu div.links ul li a.comment{
 	background-image: url(../img/home-button-comment.png);
-	background-position: 2px 5px;
+	background-position: 4px 6px;
 }
 
 /* FRISE */
@@ -945,4 +970,8 @@
 }
 li.item-dossier div.dossier-col-right ul.annotations li a.edit:hover{
 	background-position: -37px -60px;
+}
+/*datepicker*/
+.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all{
+	font-size: 13px;
 }
\ No newline at end of file