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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 } | 59 } |
60 | 60 |
61 .audit-launcher-view div.button-container { | 61 .audit-launcher-view div.button-container { |
62 width: 100%; | 62 width: 100%; |
63 padding: 16px 0; | 63 padding: 16px 0; |
64 -webkit-flex: none; | 64 -webkit-flex: none; |
65 } | 65 } |
66 | 66 |
67 .audit-launcher-view div.button-container > button { | 67 .audit-launcher-view div.button-container > button { |
68 -webkit-align-self: flex-start; | 68 -webkit-align-self: flex-start; |
69 margin: 5px; | 69 margin-right: 10px; |
| 70 margin-bottom: 5px; |
| 71 margin-top: 5px; |
70 } | 72 } |
71 | 73 |
72 .audit-launcher-view fieldset.audit-categories-container { | 74 .audit-launcher-view fieldset.audit-categories-container { |
73 position: relative; | 75 position: relative; |
74 top: 11px; | 76 top: 11px; |
75 left: 0; | 77 left: 0; |
76 width: 100%; | 78 width: 100%; |
77 overflow-y: auto; | 79 overflow-y: auto; |
78 border: 0 none; | 80 border: 0 none; |
79 -webkit-flex: none; | 81 -webkit-flex: none; |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
239 font-weight: bold; | 241 font-weight: bold; |
240 } | 242 } |
241 | 243 |
242 .audit-launcher-view .progress-bar-container { | 244 .audit-launcher-view .progress-bar-container { |
243 display: inline-block; | 245 display: inline-block; |
244 } | 246 } |
245 | 247 |
246 .audit-launcher-view .progress-bar-container .progress-bar-stop-button { | 248 .audit-launcher-view .progress-bar-container .progress-bar-stop-button { |
247 display: none; | 249 display: none; |
248 } | 250 } |
OLD | NEW |