| 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 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 525 .metrics { | 525 .metrics { |
| 526 border-bottom: 1px solid #ccc; | 526 border-bottom: 1px solid #ccc; |
| 527 } | 527 } |
| 528 | 528 |
| 529 .metrics-and-styles .metrics { | 529 .metrics-and-styles .metrics { |
| 530 border-top: 1px solid #ccc; | 530 border-top: 1px solid #ccc; |
| 531 border-bottom: none; | 531 border-bottom: none; |
| 532 } | 532 } |
| 533 | 533 |
| 534 .sidebar-pane.composite .metrics { | 534 .sidebar-pane.composite .metrics { |
| 535 height: 160px; | 535 height: 190px; |
| 536 display: flex; | 536 display: flex; |
| 537 flex-direction: column; | 537 flex-direction: column; |
| 538 -webkit-align-items: center; | 538 -webkit-align-items: center; |
| 539 -webkit-justify-content: center; | 539 -webkit-justify-content: center; |
| 540 } | 540 } |
| 541 | 541 |
| 542 .sidebar-pane .metrics-and-styles, | 542 .sidebar-pane .metrics-and-styles, |
| 543 .sidebar-pane .metrics-and-computed { | 543 .sidebar-pane .metrics-and-computed { |
| 544 display: flex !important; | 544 display: flex !important; |
| 545 flex-direction: column !important; | 545 flex-direction: column !important; |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 725 | 725 |
| 726 .style-properties li.editing-sub-part { | 726 .style-properties li.editing-sub-part { |
| 727 padding: 3px 6px 8px 18px; | 727 padding: 3px 6px 8px 18px; |
| 728 margin: -1px -6px -8px -6px; | 728 margin: -1px -6px -8px -6px; |
| 729 text-overflow: clip; | 729 text-overflow: clip; |
| 730 } | 730 } |
| 731 | 731 |
| 732 .properties-widget-section { | 732 .properties-widget-section { |
| 733 padding: 2px 0px 2px 5px; | 733 padding: 2px 0px 2px 5px; |
| 734 } | 734 } |
| OLD | NEW |