delta-assurances

Forum Replies Created

  • In reply to: Number in queue not showing as they should

    April 22, 2019 at 11:55 pm #3634

    Hello, 

    I try, but your fix in /osta/user-styles.css doesn’t work for me.

    Regards

    In reply to: Number in queue not showing as they should

    April 18, 2019 at 12:17 am #3580

    I have found the solution:

    • Edit scp/css.scp.css
    • Aller a:

    /************ Custom Queue Nested Queue Container *************/<br />
    .customQ-dropdown ul li.subQ > ul {<br />
        display:none;<br />
        position:absolute;<br />
        top:0;<br />
        left:0px;<br />
        background-color:#fff;<br />
        border:1px solid #ddd;<br />
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);<br />
    }<br />
    .customQ-dropdown ul li.subQ:hover > ul {<br />
        display:block;<br />
    }<br />
    .customQ-dropdown ul li > span.newItemQ {<br />
        padding:1px 8px 0 0;

    • Add just after:<br />
          position: absolute;<br />
          right: 0;