| 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 .panel-enabler-view.audit-launcher-view label.disabled { | 95 .panel-enabler-view.audit-launcher-view label.disabled { |
| 96 color: rgb(130, 130, 130); | 96 color: rgb(130, 130, 130); |
| 97 } | 97 } |
| 98 | 98 |
| 99 .audit-launcher-view input[type="checkbox"] { | 99 .audit-launcher-view input[type="checkbox"] { |
| 100 margin-left: 0; | 100 margin-left: 0; |
| 101 height: 14px; | 101 height: 14px; |
| 102 width: 14px; | 102 width: 14px; |
| 103 } | 103 } |
| 104 | 104 |
| 105 .audit-result-view { | |
| 106 overflow: auto; | |
| 107 display: block; | |
| 108 flex: auto; | |
| 109 } | |
| 110 | |
| 111 .audit-result-tree { | 105 .audit-result-tree { |
| 112 margin: 0 0 3px; | 106 margin: 0 0 3px; |
| 113 } | 107 } |
| 114 | 108 |
| 115 .audit-launcher-view .progress-indicator { | 109 .audit-launcher-view .progress-indicator { |
| 116 display: inline-block; | 110 display: inline-block; |
| 117 } | 111 } |
| 118 | 112 |
| 119 .resource-url { | 113 .resource-url { |
| 120 float: right; | 114 float: right; |
| 121 text-align: right; | 115 text-align: right; |
| 122 max-width: 100%; | 116 max-width: 100%; |
| 123 margin-left: 4px; | 117 margin-left: 4px; |
| 124 } | 118 } |
| OLD | NEW |