Rushabh Mehta | ad37f27 | 2012-09-12 17:13:36 +0530 | [diff] [blame] | 1 | .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 Mehta | e7ccc31 | 2012-10-04 09:57:01 +0530 | [diff] [blame] | 16 | background: url(app/images/expand.gif) no-repeat center center; |
Rushabh Mehta | ad37f27 | 2012-09-12 17:13:36 +0530 | [diff] [blame] | 17 | } |
| 18 | |
| 19 | .toggle.collapse { |
Rushabh Mehta | e7ccc31 | 2012-10-04 09:57:01 +0530 | [diff] [blame] | 20 | background: url(app/images/collapse.gif) no-repeat center center; |
Rushabh Mehta | ad37f27 | 2012-09-12 17:13:36 +0530 | [diff] [blame] | 21 | } |