Ignore:
Timestamp:
2015-02-09T09:51:09+13:00 (9 years ago)
Author:
bmt11
Message:

Added Tooltip for slider need to rework so that it doesnt overlay

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nz-flag-design/trunk/render-3d/CSS/slider.css

    r29694 r29719  
    4343    outline: 0;
    4444}
     45.tooltip {
     46    position: absolute;
     47    z-index: 1020;
     48    display: block;
     49    padding: 5px;
     50    font-size: 11px;
     51    visibility: visible;
     52    margin-top: -2px;
     53    bottom:120%;
     54    margin-left: -2em;
     55}
     56
     57.tooltip .tooltip-arrow {
     58    bottom: 0;
     59    left: 50%;
     60    margin-left: -5px;
     61    border-top: 5px solid #000000;
     62    border-right: 5px solid transparent;
     63    border-left: 5px solid transparent;
     64    position: absolute;
     65    width: 0;
     66    height: 0;
     67}
Note: See TracChangeset for help on using the changeset viewer.