Ignore:
Timestamp:
2022-05-26T15:06:05+12:00 (2 years ago)
Author:
davidb
Message:

various improvements to enriched audio player

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/style/core.css

    r36198 r36217  
    13861386
    13871387#audioContainer {
    1388     width: 65vw;
    1389     background-color: rgb(24, 36, 39);
     1388    width: 100%;
     1389    /* background-color: rgb(24, 36, 39); */
    13901390    scrollbar-color: white transparent;
    13911391}
     
    13961396
    13971397#toolbar {
     1398    background-color: rgb(24, 36, 39);
    13981399    position: relative;
    13991400    display: flex;
     
    14281429
    14291430#chapters {
    1430     width: 100%;
     1431    width: 50%;
    14311432    height: 0;
    14321433    max-height: 30vh;
     
    14581459}
    14591460
    1460 #muteButton {
    1461     padding-left: 1em;
     1461#downloadButton {
     1462    transform: scale(0.8);
     1463    padding-right: 0.75em;
    14621464}
    14631465
    14641466.wavesurfer-region {
    14651467    cursor: pointer !important;
    1466     /* border: 1px solid white !important; */
     1468    /* border: 1px solid rgba(255, 255, 255, 0.3) !important; */
    14671469    transition: 0.1s ease;
    14681470}
     
    14811483#zoomIcon {
    14821484    width: 1.2em !important;
     1485}
     1486
     1487#chapterButton {
    14831488    padding-left: 0.2em;
     1489    padding-right: 0.75em;
    14841490}
    14851491
     
    15071513}
    15081514
     1515wave {
     1516    width: 100%;
     1517}
     1518
    15091519.toolbar-section {
    1510     width: 12em;
     1520    width: 33%;
    15111521}
    15121522
     
    15361546#tapeDetails {
    15371547    border: 1px solid olive;
     1548    min-width: 30%;
    15381549}
    15391550
    15401551#tapeDetails td {
    15411552    padding: 0.2em;
    1542 
     1553}
     1554
     1555#tapeDetails td:nth-child(1) {
     1556    padding-right: 6em;
    15431557}
    15441558
     
    15461560    background-color: darkseagreen;
    15471561}
    1548 
    1549 #fCol {
    1550     padding-right: 5em;
    1551 }
Note: See TracChangeset for help on using the changeset viewer.