| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (c) 2014 The Chromium Authors. All rights reserved. | 2 * Copyright (c) 2014 The Chromium Authors. All rights reserved. |
| 3 * Use of this source code is governed by a BSD-style license that can be | 3 * Use of this source code is governed by a BSD-style license that can be |
| 4 * found in the LICENSE file. | 4 * found in the LICENSE file. |
| 5 */ | 5 */ |
| 6 | 6 |
| 7 :host { display: block; } | 7 :host { display: block; } |
| 8 | 8 |
| 9 h2 { | 9 h2 { |
| 10 font-size: 1em; | 10 font-size: 1em; |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 } | 51 } |
| 52 | 52 |
| 53 .trigger-dry-run { | 53 .trigger-dry-run { |
| 54 margin: 0 0px 0.5em 5px; | 54 margin: 0 0px 0.5em 5px; |
| 55 } | 55 } |
| 56 | 56 |
| 57 #try-job-results h2 { | 57 #try-job-results h2 { |
| 58 margin: 0.5em 16px 0.5em 16px; | 58 margin: 0.5em 16px 0.5em 16px; |
| 59 } | 59 } |
| 60 | 60 |
| 61 .patchset-id { |
| 62 font-size: 0.85em; |
| 63 margin: 0 5px 0.5em 16px; |
| 64 } |
| 65 |
| 61 .spinner { | 66 .spinner { |
| 62 vertical-align: middle; | 67 vertical-align: middle; |
| 63 margin: 0 8px 0 8px; | 68 margin: 0 8px 0 8px; |
| 64 } | 69 } |
| 65 | 70 |
| 66 @media (max-width: 600px) { | 71 @media (max-width: 600px) { |
| 67 header h2 { | 72 header h2 { |
| 68 display: none; | 73 display: none; |
| 69 } | 74 } |
| 70 | 75 |
| 71 header .ui-actions { | 76 header .ui-actions { |
| 72 padding: 0 8px; | 77 padding: 0 8px; |
| 73 } | 78 } |
| 74 } | 79 } |
| OLD | NEW |