~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to lib/jquery/jquery-tooltip/jquery.tooltip.css

Restructured Helioviewer.org project layout. Custom code for both client- and server-side now resides in src/ folders, images/css in resources/. Removed legacy libraries and code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#tooltip {
2
 
        position: absolute;
3
 
        z-index: 3000;
4
 
        border: 1px solid #111;
5
 
        background-color: #eee;
6
 
        padding: 5px;
7
 
        opacity: 0.85;
8
 
}
9
 
#tooltip h3, #tooltip div { margin: 0; }