diff -r eae52b187e29 -r 205409da0f32 front_idill/src/mosaic/css/mosaic.less --- a/front_idill/src/mosaic/css/mosaic.less Thu Aug 02 11:54:08 2012 +0200 +++ b/front_idill/src/mosaic/css/mosaic.less Wed Aug 08 18:40:40 2012 +0200 @@ -204,6 +204,29 @@ } /* + * Notifications affichées pendant une recherche en cours. +*/ +.notification_curves +{ + position: relative; + float: left; + width: 200px; + height: 200px; + background-repeat: no-repeat; + background-position: 0px 0px; + background-size: 200px 200px; + opacity: 0; + margin: 15px; + z-index: 400; + text-align: center; + font-family: "DINMedium"; + font-weight:10; + font-size:30px; + color: #fff; + padding-top: 5px; +} + +/* * Style commun aux notifications lors d'une recherche par courbes en cours. */ .notifications_inSearch @@ -231,6 +254,15 @@ } /* + * Container pour les notifications de courbes lors d'un tracé en cours. +*/ +#notify_curves_container +{ + position: absolute; + width: 100%; +} + +/* * Notification de sélection. */ #notify_selection @@ -443,7 +475,7 @@ /* * Icone permettant d'afficher l'aide dans le mode d'interaction souris. */ -#helpIcon +#helpIcon, #exitIcon, #homeIcon, #searchExitIcon { width: 50px; height: 50px;