front_idill/src/search/css/searchCanvas.css
author bastiena
Mon, 24 Sep 2012 15:19:49 +0200
changeset 123 57a65edde708
parent 79 9eff85166868
permissions -rw-r--r--
Front IDILL: non tmpl config files removed.

/*
* This file is part of the TraKERS\Front IDILL package.
*
* (c) IRI <http://www.iri.centrepompidou.fr/>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

/*
 * Projet : TraKERS
 * Module : Front IDILL
 * Fichier : searchCanvas.css
 * 
 * Auteur : alexandre.bastien@iri.centrepompidou.fr
 * 
 * Fonctionnalités : Style du canvas pour les courbes de recherche.
 */
 
/*
 * Canvas sur lequel se dessinent les courbes de recherche.
*/
.canvas
{
    position: absolute;
    background-color: #fff;
    background: transparent;
    z-index: 500;
}