Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 body { | 1 body { |
| 2 width:100%; | 2 width:100%; |
| 3 height:100%; | 3 height:100%; |
| 4 margin:0px; | 4 margin:0px; |
| 5 padding:0px; | 5 padding:0px; |
| 6 background-color:#EEE; | 6 background-color:#EEE; |
| 7 } | 7 } |
| 8 | 8 |
| 9 div.single-line { | 9 div.single-line { |
| 10 clear:both; | 10 clear:both; |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 55 #command_list_form { | 55 #command_list_form { |
| 56 width:100%; | 56 width:100%; |
| 57 height:100%; | 57 height:100%; |
| 58 } | 58 } |
| 59 | 59 |
| 60 #command_list { | 60 #command_list { |
| 61 width:100%; | 61 width:100%; |
| 62 height:100%; | 62 height:100%; |
| 63 } | 63 } |
| 64 | 64 |
| 65 #skp_list_div { | |
| 66 } | |
| 67 | |
| 68 #skp_list_form { | |
| 69 width:100%; | |
| 70 height:100%; | |
| 71 } | |
| 72 | |
| 73 #skp_list { | |
| 74 width:100%; | |
| 75 height:100%; | |
| 76 } | |
| 77 | |
| 78 #bottom_row { | 65 #bottom_row { |
| 79 height:275px; | 66 height:275px; |
| 80 } | 67 } |
| 81 | 68 |
| 82 #display_pane { | 69 #display_pane { |
| 83 background-color:blue; | |
| 84 } | 70 } |
| 85 | 71 |
| 86 #right_panel { | 72 #right_panel { |
| 87 width:230px; | 73 width:230px; |
| 88 } | 74 } |
| 89 | 75 |
| 90 #tabview { | 76 #tabview { |
| 91 } | 77 } |
| 92 | 78 |
| 93 #matrixclip { | 79 #matrixclip { |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 176 } | 162 } |
| 177 | 163 |
| 178 ul.dropdown-menu ul ul { | 164 ul.dropdown-menu ul ul { |
| 179 top:-2px; | 165 top:-2px; |
| 180 left:100%; | 166 left:100%; |
| 181 } | 167 } |
| 182 | 168 |
| 183 ul.dropdown-menu li:hover > ul { | 169 ul.dropdown-menu li:hover > ul { |
| 184 visibility:visible; | 170 visibility:visible; |
| 185 } | 171 } |
| OLD | NEW |