You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
491 B
CSS
37 lines
491 B
CSS
.state-red{
|
|
color: red;
|
|
}
|
|
|
|
.state-green{
|
|
color: green;
|
|
}
|
|
|
|
.muted{
|
|
color: #ccc;
|
|
font-size: 80%;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.descriptionTable{
|
|
margin: 0 !important;
|
|
width: 100%;
|
|
}
|
|
|
|
.descriptionTable td:first-child{
|
|
min-width: 160px;
|
|
}
|
|
|
|
.descriptionTable td{
|
|
border-bottom: 1px dotted #c8d4e1;
|
|
border-right: 1px dotted #c8d4e1;
|
|
padding: 0 .5em;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.descriptionTable tr:last-child td{
|
|
border-bottom: none;
|
|
}
|
|
|
|
.descriptionTable td:last-child{
|
|
border-right: none;
|
|
} |