front_idill/src/mosaic/css/mosaic.less
changeset 55 afd60399a7b5
parent 52 277c94533395
child 77 205409da0f32
--- a/front_idill/src/mosaic/css/mosaic.less	Tue Jul 24 16:35:10 2012 +0200
+++ b/front_idill/src/mosaic/css/mosaic.less	Thu Jul 26 14:34:02 2012 +0200
@@ -40,6 +40,8 @@
 @notify-selection-background-image-path: url("../../pictos/notifications/selectionner.png");
 /* Image de notification de recherche. */
 @notify-search-background-image-path: url("../../pictos/notifications/rechercher.png");
+/* Image de fond de la timeline. */
+@timeline-background-image-path: url("../../img/timeline.png");
 /* Image de notification de confirmation. */
 @notify-point-background-image-path: url("../../pictos/notifications/confirmer.png");
 /* Image de notification de déplacement dans la timeline. */
@@ -193,6 +195,12 @@
 	opacity: 0;
 	margin: 15px;
 	z-index: 400;
+	text-align: center;
+	font-family: "DINMedium";
+    font-weight:10;
+    font-size:30px;
+	color: #fff;
+	padding-top: 5px;
 }
 
 /*
@@ -352,7 +360,7 @@
 	clear: both;
 	color: #fff;
 	//font-family: DIN-Medium, Fallback, sans-serif;
-	font-size: 15px;
+	font-size: 20px;
 	text-align: center;
 	font-weight: bold;
 	margin-top: 10px;
@@ -365,11 +373,17 @@
 .notify_imgs_small
 {
 	float: left;
-	width: 130px;
-	height: 130px;
+	width: 120px;
+	height: 120px;
 	background-position: 0px 0px;
 	background-repeat: no-repeat;
 	margin: 4px;
+	text-align: center;
+	font-family: "DINMedium";
+    font-weight:10;
+    font-size:20px;
+	color: #fff;
+	padding: 5px;
 }
 
 /*
@@ -424,4 +438,15 @@
 	background-color: @black;
 	background-repeat: repeat;
 	background-position: 0px 0px;
+}
+
+/*
+ * Icone permettant d'afficher l'aide dans le mode d'interaction souris.
+*/
+#helpIcon
+{
+	width: 50px;
+	height: 50px;
+	position: absolute;
+	margin: 20px;
 }
\ No newline at end of file