| OLD | NEW |
| 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
| 3 * found in the LICENSE file. */ | 3 * found in the LICENSE file. */ |
| 4 | 4 |
| 5 html, | 5 html, |
| 6 body { | 6 body { |
| 7 height: 100%; | 7 height: 100%; |
| 8 overflow: hidden; | 8 overflow: hidden; |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 .terminated-reload-link { | 221 .terminated-reload-link { |
| 222 -webkit-margin-end: 2.5em; | 222 -webkit-margin-end: 2.5em; |
| 223 padding-top: 7px; | 223 padding-top: 7px; |
| 224 } | 224 } |
| 225 | 225 |
| 226 .extension-list-item a { | 226 .extension-list-item a { |
| 227 -webkit-margin-start: 0.5em; | 227 -webkit-margin-start: 0.5em; |
| 228 display: inline-block; | 228 display: inline-block; |
| 229 } | 229 } |
| 230 | 230 |
| 231 .install-warnings a { | |
| 232 -webkit-margin-start: 0; | |
| 233 } | |
| 234 | |
| 235 .butter-bar, | 231 .butter-bar, |
| 236 .install-warnings, | |
| 237 .extension-warnings { | 232 .extension-warnings { |
| 238 border-radius: 3px; | 233 border-radius: 3px; |
| 239 margin-top: 5px; | 234 margin-top: 5px; |
| 240 padding: 2px 5px; | 235 padding: 2px 5px; |
| 241 } | 236 } |
| 242 | 237 |
| 243 .butter-bar { | 238 .butter-bar { |
| 244 background: rgb(255, 242, 153); | 239 background: rgb(255, 242, 153); |
| 245 } | 240 } |
| 246 | 241 |
| 247 .install-warnings, | |
| 248 .extension-warnings { | 242 .extension-warnings { |
| 249 background: pink; | 243 background: pink; |
| 250 } | 244 } |
| 251 | 245 |
| 252 .install-warnings ul, | |
| 253 .extension-warnings ul { | 246 .extension-warnings ul { |
| 254 margin: 0; | 247 margin: 0; |
| 255 } | 248 } |
| 256 | 249 |
| 257 #font-measuring-div { | 250 #font-measuring-div { |
| 258 /* Remove from the flow and hide. */ | 251 /* Remove from the flow and hide. */ |
| 259 position: absolute; | 252 position: absolute; |
| 260 visibility: hidden; | 253 visibility: hidden; |
| 261 } | 254 } |
| 262 | 255 |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 /* Sideload Wipeout */ | 337 /* Sideload Wipeout */ |
| 345 | 338 |
| 346 .sideload-wipeout-learn-more { | 339 .sideload-wipeout-learn-more { |
| 347 text-decoration: none; | 340 text-decoration: none; |
| 348 } | 341 } |
| 349 | 342 |
| 350 .sideload-wipeout-banner .page-banner-text { | 343 .sideload-wipeout-banner .page-banner-text { |
| 351 -webkit-padding-start: 8px; | 344 -webkit-padding-start: 8px; |
| 352 background-image: none; | 345 background-image: none; |
| 353 } | 346 } |
| OLD | NEW |