OLD | NEW |
1 /* Copyright 2015 The Chromium Authors. All rights reserved. | 1 /* Copyright 2015 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 /* main controls */ | 5 /* main controls */ |
6 | 6 |
7 th, td { | 7 th, td { |
8 text-align: center; | 8 text-align: center; |
9 } | 9 } |
10 | 10 |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 height: 40px; | 61 height: 40px; |
62 margin-right: 10px; | 62 margin-right: 10px; |
63 width: 40px; | 63 width: 40px; |
64 } | 64 } |
65 | 65 |
66 .row input { | 66 .row input { |
67 margin-right: 10px; | 67 margin-right: 10px; |
68 } | 68 } |
69 | 69 |
70 .swatch span { | 70 .swatch span { |
71 -webkit-transform: translate(-5px, -22px); | 71 transform: translate(-5px, -22px); |
72 font: 60pt sans; | 72 font: 60pt sans; |
73 display: flex; | 73 display: flex; |
74 height: 40px; | 74 height: 40px; |
75 line-height: 1em; | 75 line-height: 1em; |
76 width: 40px; | 76 width: 40px; |
77 pointer-events: none; | 77 pointer-events: none; |
78 } | 78 } |
79 | 79 |
80 #severity { | 80 #severity { |
81 margin-left: 50px; | 81 margin-left: 50px; |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 flex-direction: row; | 118 flex-direction: row; |
119 justify-content: flex-end; | 119 justify-content: flex-end; |
120 position: relative; | 120 position: relative; |
121 } | 121 } |
122 | 122 |
123 #setup-button-strip input:first-child { | 123 #setup-button-strip input:first-child { |
124 left: 0; | 124 left: 0; |
125 position: absolute; | 125 position: absolute; |
126 top: 0; | 126 top: 0; |
127 } | 127 } |
OLD | NEW |