front_idill/src/player/metadataplayer/TabletPlayButton.css
author bastiena
Thu, 16 Aug 2012 14:33:07 +0200
changeset 80 fe554892b310
parent 79 9eff85166868
permissions -rw-r--r--
Étiquette V00.05 ajoutée pour la révision 9eff85166868

/*
* 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;
}