| OLD | NEW |
| 1 /* Copyright 2013 The Chromium Authors. All rights reserved. | 1 /* Copyright 2013 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 body { | 4 body { |
| 5 background-attachment: fixed !important; | 5 background-attachment: fixed !important; |
| 6 background-color: white; | 6 background-color: white; |
| 7 cursor: default; | 7 cursor: default; |
| 8 font-family: arial, sans-serif; | 8 font-family: arial, sans-serif; |
| 9 font-size: small; | 9 font-size: small; |
| 10 margin: 0; | 10 margin: 0; |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 } | 299 } |
| 300 | 300 |
| 301 .mv-domain { | 301 .mv-domain { |
| 302 bottom: 24px; | 302 bottom: 24px; |
| 303 color: #777; | 303 color: #777; |
| 304 margin: 0 7px; | 304 margin: 0 7px; |
| 305 position: absolute; | 305 position: absolute; |
| 306 } | 306 } |
| 307 | 307 |
| 308 .mv-favicon { | 308 .mv-favicon { |
| 309 background-size: 16px; |
| 309 bottom: -8px; | 310 bottom: -8px; |
| 310 height: 16px; | 311 height: 16px; |
| 311 left: 61px; | 312 left: 61px; |
| 312 pointer-events: none; | 313 pointer-events: none; |
| 313 position: absolute; | 314 position: absolute; |
| 314 width: 16px; | 315 width: 16px; |
| 315 } | 316 } |
| 316 | 317 |
| 317 /* The notification shown when a tile is blacklisted. */ | 318 /* The notification shown when a tile is blacklisted. */ |
| 318 #mv-notice { | 319 #mv-notice { |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 408 -webkit-user-select: none; | 409 -webkit-user-select: none; |
| 409 border: none; | 410 border: none; |
| 410 height: 22px; | 411 height: 22px; |
| 411 overflow: hidden; | 412 overflow: hidden; |
| 412 position: absolute; | 413 position: absolute; |
| 413 } | 414 } |
| 414 | 415 |
| 415 #pending-suggestions-container { | 416 #pending-suggestions-container { |
| 416 display: none; | 417 display: none; |
| 417 } | 418 } |
| OLD | NEW |