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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 92 } | 92 } |
| 93 | 93 |
| 94 div.settings_block { | 94 div.settings_block { |
| 95 } | 95 } |
| 96 | 96 |
| 97 input.matrix { | 97 input.matrix { |
| 98 width:50px; | 98 width:50px; |
| 99 } | 99 } |
| 100 | 100 |
| 101 #overviewdetails { | 101 #overviewdetails { |
| 102 width:95%; | 102 width:100%; |
| 103 height:95%; | 103 height:100%; |
| 104 resize:none; | 104 resize:none; |
| 105 padding:10px; | |
| 105 } | 106 } |
| 106 | 107 |
| 107 #menu { | 108 #menu { |
| 108 height:5px; | 109 height:5px; |
| 109 overflow:auto; | 110 overflow:auto; |
| 110 background-color:#999; | 111 background-color:#999; |
| 111 } | 112 } |
| 112 | 113 |
| 113 #menu-bar { | 114 #menu-bar { |
| 114 margin:0px; | 115 margin:0px; |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 162 } | 163 } |
| 163 | 164 |
| 164 ul.dropdown-menu ul ul { | 165 ul.dropdown-menu ul ul { |
| 165 top:-2px; | 166 top:-2px; |
| 166 left:100%; | 167 left:100%; |
| 167 } | 168 } |
| 168 | 169 |
| 169 ul.dropdown-menu li:hover > ul { | 170 ul.dropdown-menu li:hover > ul { |
| 170 visibility:visible; | 171 visibility:visible; |
| 171 } | 172 } |
| OLD | NEW |