0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-01-27 02:28:49 +00:00
alerta_alerta/dashboard/v1/css/treemap.css
2013-03-05 21:28:06 +00:00

26 lines
520 B
CSS

.cell {
border: solid 1px white;
font: 10px sans-serif;
font-weight: bold;
line-height: 12px;
overflow: hidden;
position: absolute;
text-indent: 2px;
font-size:14px;
}
.tooltip {
// font-family: Optima; Palatino;
position: absolute;
background-color: white;
border-style:solid;
border-width:2px;
padding:5px;
border-top-color:#f0f0f0;
border-bottom-color:#ededed;
border-left-color:#f0f0f0;
border-right-color:#ededed;
border-radius: 15px;
-moz-border-radius: 15px;
font-size:14px;
}