front_idill/src/player/metadataplayer/TabletPlayButton.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 : TabletPlayButton.css
 * 
 * Auteur : alexandre.bastien@iri.centrepompidou.fr
 * 
 * Fonctionnalités : Style associé au Widget PlayButton chargé dans le metadataplayer.
 */

/* PlayButton Widget */

/*
 * Style du bouton.
*/
#tabletPlayButton
{
    background: transparent;
    background-image: url("../../../img/play_button.png");
    background-repeat: no-repeat;
}