You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
697 B
40 lines
697 B
.metric_desc{
|
|
position: absolute;
|
|
right: 20px;
|
|
top:20px;
|
|
display: none;
|
|
overflow: visible;
|
|
background: #FFF;
|
|
}
|
|
|
|
.metric_desc table
|
|
{
|
|
border-collapse: collapse;
|
|
background : #EEEEEE;
|
|
border-left: 1px solid #B68629;
|
|
border-bottom: 1px solid #B68629;
|
|
}
|
|
.metric_desc tr
|
|
{
|
|
background-color:#EEEEEE;
|
|
border-collapse: collapse;
|
|
}
|
|
.metric_desc th {
|
|
height: 20px;
|
|
background-color: #D5D5D5;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
word-break: break-all;
|
|
border: 1px solid #B68629;
|
|
border-bottom: 0;
|
|
border-left: 0;
|
|
}
|
|
.metric_desc td {
|
|
font-size: 12px;
|
|
line-height: 18px;
|
|
word-break: break-all;
|
|
border: 1px solid #B68629;
|
|
border-bottom: 0;
|
|
border-left: 0;
|
|
}
|