| 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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 } | 373 } |
| 374 | 374 |
| 375 body.platform-mac .toolbar-item.close-right { | 375 body.platform-mac .toolbar-item.close-right { |
| 376 display: none; | 376 display: none; |
| 377 } | 377 } |
| 378 | 378 |
| 379 body:not(.platform-mac) .toolbar-item.close-left { | 379 body:not(.platform-mac) .toolbar-item.close-left { |
| 380 display: none; | 380 display: none; |
| 381 } | 381 } |
| 382 | 382 |
| 383 .toolbar-item.close-left { |
| 384 margin-top: 5px; |
| 385 } |
| 386 |
| 383 #main { | 387 #main { |
| 384 position: absolute; | 388 position: absolute; |
| 385 z-index: 1; | 389 z-index: 1; |
| 386 top: 56px; | 390 top: 56px; |
| 387 left: 0; | 391 left: 0; |
| 388 right: 0; | 392 right: 0; |
| 389 bottom: 0; | 393 bottom: 0; |
| 390 overflow: hidden; | 394 overflow: hidden; |
| 391 background-color: white; | 395 background-color: white; |
| 392 } | 396 } |
| (...skipping 4055 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4448 opacity: 0.85; | 4452 opacity: 0.85; |
| 4449 color: white; | 4453 color: white; |
| 4450 font-size: 12px; | 4454 font-size: 12px; |
| 4451 font-weight: bold; | 4455 font-weight: bold; |
| 4452 z-index: 10000; | 4456 z-index: 10000; |
| 4453 } | 4457 } |
| 4454 | 4458 |
| 4455 .resource-view.json { | 4459 .resource-view.json { |
| 4456 padding: 5px; | 4460 padding: 5px; |
| 4457 } | 4461 } |
| OLD | NEW |