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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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: linear-gradient(to bottom, rgb(194, 194, 194), rgb(239, 23
9, 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 display: flex; | 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; |
103 height: 14px; | 104 height: 14px; |
104 width: 14px; | 105 width: 14px; |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
238 font-weight: bold; | 239 font-weight: bold; |
239 } | 240 } |
240 | 241 |
241 .audit-launcher-view .progress-bar-container { | 242 .audit-launcher-view .progress-bar-container { |
242 display: inline-block; | 243 display: inline-block; |
243 } | 244 } |
244 | 245 |
245 .audit-launcher-view .progress-bar-container .progress-bar-stop-button { | 246 .audit-launcher-view .progress-bar-container .progress-bar-stop-button { |
246 display: none; | 247 display: none; |
247 } | 248 } |
OLD | NEW |