metamaps--metamaps/app/assets/stylesheets/ForceDirected.css

23 lines
326 B
CSS
Raw Normal View History

2012-10-18 00:51:54 +00:00
#inner-details {
}
2012-10-27 19:51:22 +00:00
.label { display:block; padding: 2px 4px; background:#ddd; opacity:0.8; border-radius:5px; }
2012-10-18 00:51:54 +00:00
span.name {
cursor: pointer;
}
/*TOOLTIPS*/
.tip {
text-align: left;
width:auto;
max-width:500px;
}
.tip-title {
font-size: 11px;
text-align:center;
margin-bottom:2px;
}