| 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 } | 156 } |
| 157 | 157 |
| 158 .toolbar-item.toggleable:active .toolbar-label { | 158 .toolbar-item.toggleable:active .toolbar-label { |
| 159 text-shadow: none; | 159 text-shadow: none; |
| 160 } | 160 } |
| 161 | 161 |
| 162 body.attached .toolbar-label, | 162 body.attached .toolbar-label, |
| 163 #toolbar-dropdown .toolbar-label { | 163 #toolbar-dropdown .toolbar-label { |
| 164 display: inline-block; | 164 display: inline-block; |
| 165 margin-left: 3px; | 165 margin-left: 3px; |
| 166 position: relative; |
| 167 top: 2px; |
| 166 } | 168 } |
| 167 | 169 |
| 168 body.attached #search-toolbar-label { | 170 body.attached #search-toolbar-label { |
| 169 display: none; | 171 display: none; |
| 170 } | 172 } |
| 171 | 173 |
| 172 #toolbar-controls { | 174 #toolbar-controls { |
| 173 float: right; | 175 float: right; |
| 174 display: -webkit-box; | 176 display: -webkit-box; |
| 175 -webkit-box-align: center; | 177 -webkit-box-align: center; |
| (...skipping 4276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4452 opacity: 0.85; | 4454 opacity: 0.85; |
| 4453 color: white; | 4455 color: white; |
| 4454 font-size: 12px; | 4456 font-size: 12px; |
| 4455 font-weight: bold; | 4457 font-weight: bold; |
| 4456 z-index: 10000; | 4458 z-index: 10000; |
| 4457 } | 4459 } |
| 4458 | 4460 |
| 4459 .resource-view.json { | 4461 .resource-view.json { |
| 4460 padding: 5px; | 4462 padding: 5px; |
| 4461 } | 4463 } |
| OLD | NEW |