blob: 5fe599569c4ed37021075c0e9b552973dc5b4d3c [file] [log] [blame]
Rushabh Mehtaad37f272012-09-12 17:13:36 +05301.cell-title {
2 font-weight: bold;
3}
4
5.cell-effort-driven {
6 text-align: center;
7}
8
9.toggle {
10 height: 9px;
11 width: 9px;
12 display: inline-block;
13}
14
15.toggle.expand {
Rushabh Mehtae7ccc312012-10-04 09:57:01 +053016 background: url(app/images/expand.gif) no-repeat center center;
Rushabh Mehtaad37f272012-09-12 17:13:36 +053017}
18
19.toggle.collapse {
Rushabh Mehtae7ccc312012-10-04 09:57:01 +053020 background: url(app/images/collapse.gif) no-repeat center center;
Rushabh Mehtaad37f272012-09-12 17:13:36 +053021}