21 lines
No EOL
341 B
CSS
21 lines
No EOL
341 B
CSS
.cell-title {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.cell-effort-driven {
|
|
text-align: center;
|
|
}
|
|
|
|
.toggle {
|
|
height: 9px;
|
|
width: 9px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.toggle.expand {
|
|
background: url("../lib/images/icons/expand.gif") no-repeat center center;
|
|
}
|
|
|
|
.toggle.collapse {
|
|
background: url("../lib/images/icons/collapse.gif") no-repeat center center;
|
|
} |