| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. | 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. |
| 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> | 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> |
| 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 | 6 * modification, are permitted provided that the following conditions |
| 7 * are met: | 7 * are met: |
| 8 * | 8 * |
| 9 * 1. Redistributions of source code must retain the above copyright | 9 * 1. 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 line-height: 12px; | 129 line-height: 12px; |
| 130 } | 130 } |
| 131 | 131 |
| 132 .event-listener-breakpoints li.parent { | 132 .event-listener-breakpoints li.parent { |
| 133 margin-left: 1px; | 133 margin-left: 1px; |
| 134 } | 134 } |
| 135 | 135 |
| 136 .event-listener-breakpoints li.parent::before { | 136 .event-listener-breakpoints li.parent::before { |
| 137 -webkit-user-select: none; | 137 -webkit-user-select: none; |
| 138 background-image: url(Images/toolbarButtonGlyphs.png); | 138 background-image: url(Images/toolbarButtonGlyphs.png); |
| 139 background-size: 320px 144px; | 139 background-size: 352px 144px; |
| 140 opacity: 0.5; | 140 opacity: 0.5; |
| 141 content: "a"; | 141 content: "a"; |
| 142 width: 8px; | 142 width: 8px; |
| 143 float: left; | 143 float: left; |
| 144 margin-right: 4px; | 144 margin-right: 4px; |
| 145 color: transparent; | 145 color: transparent; |
| 146 text-shadow: none; | 146 text-shadow: none; |
| 147 } | 147 } |
| 148 | 148 |
| 149 @media (-webkit-min-device-pixel-ratio: 1.5) { | 149 @media (-webkit-min-device-pixel-ratio: 1.5) { |
| (...skipping 20 matching lines...) Expand all Loading... |
| 170 } | 170 } |
| 171 | 171 |
| 172 .async-operations li > label { | 172 .async-operations li > label { |
| 173 float: left; | 173 float: left; |
| 174 } | 174 } |
| 175 | 175 |
| 176 .async-operations li > div { | 176 .async-operations li > div { |
| 177 float: right; | 177 float: right; |
| 178 margin: 2px 3px 0 2px; | 178 margin: 2px 3px 0 2px; |
| 179 } | 179 } |
| OLD | NEW |