This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
glasnost/glasnost-web/css/balloonHelp.css

36 lines
499 B
CSS

.tooltip {
visibility: hidden;
display: none;
position: absolute;
padding: 4px;
color: black;
font-size: 13px;
width: 25em;
font-weight: bold;
background-color: #ffffd1;
z-index: 1000;
margin: 2.5em 0 0 2em;
}
ul.tooltip {
padding: 0 0 0 2em;
margin: 0;
}
div.balloon-help {
position: absolute;
padding: 4px;
top: 0px;
left: 0px;
color: black;
font-size: 13px;
width: 25em;
font-weight: bold;
background-color: #ffffd1;
}
div.balloon-help p {
margin: 0; padding: 0 3px;
}