front_idill/src/mosaic/css/mosaic.less
changeset 35 4267d6d27a7d
parent 33 2d9b15f99b4e
child 44 8393d3473b98
--- a/front_idill/src/mosaic/css/mosaic.less	Thu May 24 10:35:27 2012 +0200
+++ b/front_idill/src/mosaic/css/mosaic.less	Wed May 30 10:21:36 2012 +0200
@@ -36,6 +36,12 @@
 @notify-help-margin: 15px;
 @notify-help-search-background-image-path: url("../../pictos/help/recherche.png");
 @notify-help-controls-background-image-path: url("../../pictos/help/controles.png");
+@mainPointer-background-image-path: url("../../img/pointer.png");
+
+html
+{
+	//cursor: none;
+}
 
 body
 {
@@ -152,6 +158,27 @@
 	z-index: 400;
 }
 
+.notifications_inSearch
+{
+	position: relative;
+	float: left;
+	width: 100px;
+	height: 100px;
+	background-repeat: no-repeat;
+	background-position: 0px 0px;
+	background-size: 100px 100px;
+	opacity: 0;
+	margin: 15px;
+	z-index: 400;
+}
+
+.notifications_inSearch_container
+{
+	position: absolute;
+	background-color: #fff;
+	background: transparent;
+}
+
 #notify_selection
 {
 	background-image: @notify-selection-background-image-path;
@@ -269,4 +296,23 @@
 .notify_imgs_small
 {
 	margin: 4px;
+}
+
+.filterHiders
+{
+	position: absolute;
+	background-color: #fff;
+	background: transparent;
+}
+
+#mainPointer
+{
+	position: absolute;
+	width: 74px;
+	height: 74px;
+	background-image: @mainPointer-background-image-path;
+	background-position: 0px 0px;
+	background-repeat: no-repeat;
+	z-index: 500;
+	display: none;
 }
\ No newline at end of file