| OLD | NEW |
| 1 /* Copyright 2014 The Chromium Authors. All rights reserved. | 1 /* Copyright 2014 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 a { | 5 a { |
| 6 color: #585858; | 6 color: #585858; |
| 7 } | 7 } |
| 8 | 8 |
| 9 .bad-clock .icon { | 9 .bad-clock .icon { |
| 10 background-image: -webkit-image-set( | 10 background-image: -webkit-image-set( |
| (...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 } | 395 } |
| 396 | 396 |
| 397 button, | 397 button, |
| 398 [dir='rtl'] button, | 398 [dir='rtl'] button, |
| 399 button.small-link { | 399 button.small-link { |
| 400 font-family: Roboto-Regular,Helvetica; | 400 font-family: Roboto-Regular,Helvetica; |
| 401 font-size: .933em; | 401 font-size: .933em; |
| 402 font-weight: 600; | 402 font-weight: 600; |
| 403 margin: 6px 0; | 403 margin: 6px 0; |
| 404 text-transform: uppercase; | 404 text-transform: uppercase; |
| 405 transform: translatez(0); |
| 405 } | 406 } |
| 406 | 407 |
| 407 .nav-wrapper { | 408 .nav-wrapper { |
| 408 box-sizing: border-box; | 409 box-sizing: border-box; |
| 409 padding-bottom: 8px; | 410 padding-bottom: 8px; |
| 410 width: 100%; | 411 width: 100%; |
| 411 } | 412 } |
| 412 | 413 |
| 413 .error-code { | 414 .error-code { |
| 414 margin-top: 0; | 415 margin-top: 0; |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 652 width: 100%; | 653 width: 100%; |
| 653 } | 654 } |
| 654 } | 655 } |
| 655 | 656 |
| 656 @media (max-width: 239px) and (orientation: portrait) { | 657 @media (max-width: 239px) and (orientation: portrait) { |
| 657 .nav-wrapper { | 658 .nav-wrapper { |
| 658 padding-left: 0; | 659 padding-left: 0; |
| 659 padding-right: 0; | 660 padding-right: 0; |
| 660 } | 661 } |
| 661 } | 662 } |
| OLD | NEW |