Ignore:
Timestamp:
2015-05-17T11:17:31+12:00 (9 years ago)
Author:
davidb
Message:

Working popup editor, saving to localStorage. Tidy up on space-bar for global pause and start play.

File:
1 edited

Legend:

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

    r29877 r29888  
    108108    height: 100%;
    109109    width: 100%;
    110     opacity: 0.2;
    111     filter: Alpha(Opacity=20);
    112     background-color: black;
     110    opacity: 0.4;
     111    filter: Alpha(Opacity=40);
     112    /*background-color: black; */
     113    /*background: #AAA url("images/ui-bg_flat_0_aaaaaa_40x100.png") repeat scroll 50%  */
     114
     115    background-color: #AAA;
     116    background-repeat: repeat;
     117    background-attachment: scroll;
     118    background-position: 50%;
    113119}
Note: See TracChangeset for help on using the changeset viewer.