Mercurial > hg > extraction-interface
view geotemco/lib/slider/local/helptip.css @ 2:da5309d54083
add missing books to sections as dummy entries for further modification.
(1) Alter "Auto_increment" to 5190896 for sections table in database.
(2) Finds missing books (using mysql OR _select_distinct() in add_missing_books_to_sections.php
(3) Put the missing_books.csv in intermediate_results.
and execute: add_missing_books_to_sections.php
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Fri, 23 Jan 2015 19:00:57 +0100 |
parents | b12c99b7c3f0 |
children |
line wrap: on
line source
/* Notice that IE has a display problem if the help link is on the last line of a container with no padding. If this is the case increase the padding bottom to at least 1px */ a.helpLink { color: Green; text-decoration: none; border-bottom: 1px dashed Green; } a.helpLink:hover { color: Red; text-decoration: none; border-bottom: 1px dashed Red; } .help-tooltip { position: absolute; width: 250px; border: 1px Solid WindowFrame; background: Infobackground; color: InfoText; font: StatusBar; font: Status-Bar; padding: 3px; filter: progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3); z-index: 10000; } .help-tooltip a, .help-tooltip a:hover { color: blue !important; background: none; }