27 lines
323 B
CSS
27 lines
323 B
CSS
#inner-details {
|
|
|
|
}
|
|
|
|
span.close {
|
|
color:#FF5555;
|
|
cursor:pointer;
|
|
font-weight:bold;
|
|
margin-left:3px;
|
|
}
|
|
|
|
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;
|
|
}
|