Ignore:
Timestamp:
2015-05-12T14:57:02+12:00 (9 years ago)
Author:
davidb
Message:

Next round of improvements. More open-close bars. Drums with better images. Drums played on mousedown + key mappings. Playbar layout changed. Timing info when playing added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/respooled/collect/popup-video-respooled/style/media-player.css

    r29863 r29867  
    2424}
    2525
    26 button {
     26
     27.button {
    2728    text-indent:-9999px;
    2829    width:16px;
     
    3334}
    3435
     36
     37
     38.buttonx2 {
     39    text-indent:-9999px;
     40    width:32px;
     41    height:32px;
     42    border:none;
     43    cursor:pointer;
     44    background:transparent url('images/buttons_x2.png') no-repeat 0 0;
     45}
     46
     47/*
    3548.pause { background-position:-19px 0; }
    3649.stop { background-position:-38px 0; }
     50*/
    3751.volume-plus { background-position:-57px 0; }
    3852.volume-minus { background-position:-76px 0; }
    3953.mute { background-position:-95px 0; }
    4054.unmute { background-position:-114px 0; }
     55/*
    4156.replay { background-position:-133px 0; }
     57*/
     58
     59.pause { background-position:-38px 0; }
     60.stop { background-position:-76px 0; }
     61/*
     62.volume-plus { background-position:-114px 0; }
     63.volume-minus { background-position:-152px 0; }
     64.mute { background-position:-190px 0; }
     65.unmute { background-position:-228px 0; }
     66*/
     67.replay { background-position:-266px 0; }
    4268
    4369#progress-bar {
Note: See TracChangeset for help on using the changeset viewer.