| OLD | NEW |
| 1 table.calltree { | 1 table.calltree { |
| 2 width : 100%; | 2 width : 100%; |
| 3 } | 3 } |
| 4 | 4 |
| 5 .numeric { | 5 .numeric { |
| 6 width : 12ex; | 6 width : 12ex; |
| 7 } | 7 } |
| 8 | 8 |
| 9 .numeric-hidden { |
| 10 display : none; |
| 11 } |
| 12 |
| 9 body { | 13 body { |
| 10 font-family: 'Roboto', sans-serif; | 14 font-family: 'Roboto', sans-serif; |
| 11 } | 15 } |
| 12 | 16 |
| 13 div.code-type-chip { | 17 div.code-type-chip { |
| 14 display : inline-block; | 18 display : inline-block; |
| 15 padding : 0.0em; | 19 padding : 0.0em; |
| 16 } | 20 } |
| 17 | 21 |
| 18 span.code-type-chip { | 22 span.code-type-chip { |
| (...skipping 25 matching lines...) Expand all Loading... |
| 44 } | 48 } |
| 45 | 49 |
| 46 div.active-mode-button { | 50 div.active-mode-button { |
| 47 background-color: #0000ff; | 51 background-color: #0000ff; |
| 48 box-shadow: 3px 3px 2px #a0a0ff; | 52 box-shadow: 3px 3px 2px #a0a0ff; |
| 49 } | 53 } |
| 50 | 54 |
| 51 div.active-mode-button:hover { | 55 div.active-mode-button:hover { |
| 52 background-color: #0000ff; | 56 background-color: #0000ff; |
| 53 } | 57 } |
| OLD | NEW |