OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2008 Apple Inc. All rights reserved. | 2 * Copyright (C) 2008 Apple Inc. All rights reserved. |
3 * Copyright (C) 2009 Google Inc. All rights reserved. | 3 * Copyright (C) 2009 Google Inc. All rights reserved. |
4 * | 4 * |
5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
6 * modification, are permitted provided that the following conditions are | 6 * modification, are permitted provided that the following conditions are |
7 * met: | 7 * met: |
8 * | 8 * |
9 * * Redistributions of source code must retain the above copyright | 9 * * Redistributions of source code must retain the above copyright |
10 * notice, this list of conditions and the following disclaimer. | 10 * notice, this list of conditions and the following disclaimer. |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 border: 0 none; | 78 border: 0 none; |
79 -webkit-flex: none; | 79 -webkit-flex: none; |
80 } | 80 } |
81 | 81 |
82 .audit-launcher-view button { | 82 .audit-launcher-view button { |
83 margin: 0 5px 0 0; | 83 margin: 0 5px 0 0; |
84 } | 84 } |
85 | 85 |
86 .audit-launcher-view button:active { | 86 .audit-launcher-view button:active { |
87 background-color: rgb(215, 215, 215); | 87 background-color: rgb(215, 215, 215); |
88 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(1
94, 194, 194)), to(rgb(239, 239, 239))); | 88 background-image: linear-gradient(to bottom, rgb(194, 194, 194), rgb(239, 23
9, 239)); |
89 } | 89 } |
90 | 90 |
91 .panel-enabler-view.audit-launcher-view label { | 91 .panel-enabler-view.audit-launcher-view label { |
92 padding: 0 0 5px 0; | 92 padding: 0 0 5px 0; |
93 margin: 0; | 93 margin: 0; |
94 -webkit-flex: none; | 94 display: flex; |
| 95 flex-shrink: 0; |
95 } | 96 } |
96 | 97 |
97 .panel-enabler-view.audit-launcher-view label.disabled { | 98 .panel-enabler-view.audit-launcher-view label.disabled { |
98 color: rgb(130, 130, 130); | 99 color: rgb(130, 130, 130); |
99 } | 100 } |
100 | 101 |
101 .audit-launcher-view input[type="checkbox"] { | 102 .audit-launcher-view input[type="checkbox"] { |
102 margin-left: 0; | 103 margin-left: 0; |
| 104 height: 14px; |
| 105 width: 14px; |
103 } | 106 } |
104 | 107 |
105 .audit-result-view { | 108 .audit-result-view { |
106 overflow: auto; | 109 overflow: auto; |
107 position: absolute; | 110 position: absolute; |
108 top: 0; | 111 top: 0; |
109 left: 0; | 112 left: 0; |
110 right: 0; | 113 right: 0; |
111 bottom: 0; | 114 bottom: 0; |
112 display: none; | 115 display: none; |
113 } | 116 } |
114 | 117 |
115 .audit-result-view.visible { | 118 .audit-result-view.visible { |
116 display: block; | 119 display: block; |
117 } | 120 } |
118 | 121 |
119 .audit-result-view .severity-severe, | 122 .audit-result-view .severity-severe, |
120 .audit-result-view .severity-warning, | 123 .audit-result-view .severity-warning, |
121 .audit-result-view .severity-info { | 124 .audit-result-view .severity-info { |
122 background-image: url(Images/statusbarButtonGlyphs.png); | 125 background-image: url(Images/statusbarButtonGlyphs.png); |
123 background-size: 320px 144px; | 126 background-size: 320px 144px; |
124 display: inline-block; | 127 display: inline-block; |
125 width: 10px; | 128 width: 10px; |
| 129 margin-right: -10px; |
126 height: 10px; | 130 height: 10px; |
127 float: left; | 131 position: relative; |
128 margin-left: -28px; | 132 left: -28px; |
129 margin-top: 3px; | 133 margin-top: 3px; |
130 } | 134 } |
131 | 135 |
132 @media (-webkit-min-device-pixel-ratio: 1.5) { | 136 @media (-webkit-min-device-pixel-ratio: 1.5) { |
133 .audit-result-view .severity-severe, | 137 .audit-result-view .severity-severe, |
134 .audit-result-view .severity-warning, | 138 .audit-result-view .severity-warning, |
135 .audit-result-view .severity-info { | 139 .audit-result-view .severity-info { |
136 background-image: url(Images/statusbarButtonGlyphs2x.png); | 140 background-image: url(Images/statusbarButtonGlyphs_2x.png); |
137 } | 141 } |
138 } /* media */ | 142 } /* media */ |
139 | 143 |
140 .audit-result-view .severity-severe { | 144 .audit-result-view .severity-severe { |
141 background-position: -224px -96px; | 145 background-position: -224px -96px; |
142 } | 146 } |
143 | 147 |
144 .audit-result-view .severity-warning { | 148 .audit-result-view .severity-warning { |
145 background-position: -246px -96px; | 149 background-position: -246px -96px; |
146 } | 150 } |
(...skipping 13 matching lines...) Expand all Loading... |
160 content: "a"; | 164 content: "a"; |
161 color: transparent; | 165 color: transparent; |
162 margin-left: 3px; | 166 margin-left: 3px; |
163 margin-right: 4px; | 167 margin-right: 4px; |
164 position: relative; | 168 position: relative; |
165 top: 2px; | 169 top: 2px; |
166 } | 170 } |
167 | 171 |
168 @media (-webkit-min-device-pixel-ratio: 1.5) { | 172 @media (-webkit-min-device-pixel-ratio: 1.5) { |
169 .audit-result-tree li.parent::before { | 173 .audit-result-tree li.parent::before { |
170 background-image: url(Images/statusbarButtonGlyphs2x.png); | 174 background-image: url(Images/statusbarButtonGlyphs_2x.png); |
171 } | 175 } |
172 } /* media */ | 176 } /* media */ |
173 | 177 |
174 .audit-result-tree li.parent::before { | 178 .audit-result-tree li.parent::before { |
175 background-position: -4px -96px; | 179 background-position: -4px -96px; |
176 } | 180 } |
177 | 181 |
178 .audit-result-tree li.parent.expanded::before { | 182 .audit-result-tree li.parent.expanded::before { |
179 background-position: -20px -96px; | 183 background-position: -20px -96px; |
180 } | 184 } |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
235 font-weight: bold; | 239 font-weight: bold; |
236 } | 240 } |
237 | 241 |
238 .audit-launcher-view .progress-bar-container { | 242 .audit-launcher-view .progress-bar-container { |
239 display: inline-block; | 243 display: inline-block; |
240 } | 244 } |
241 | 245 |
242 .audit-launcher-view .progress-bar-container .progress-bar-stop-button { | 246 .audit-launcher-view .progress-bar-container .progress-bar-stop-button { |
243 display: none; | 247 display: none; |
244 } | 248 } |
OLD | NEW |