| 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 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 449 .styles-element-state-pane.visible { | 449 .styles-element-state-pane.visible { |
| 450 border-bottom: 1px solid rgb(189, 189, 189); | 450 border-bottom: 1px solid rgb(189, 189, 189); |
| 451 margin-top: 0; | 451 margin-top: 0; |
| 452 } | 452 } |
| 453 | 453 |
| 454 .styles-element-state-pane > table { | 454 .styles-element-state-pane > table { |
| 455 width: 100%; | 455 width: 100%; |
| 456 border-spacing: 0; | 456 border-spacing: 0; |
| 457 } | 457 } |
| 458 | 458 |
| 459 .styles-element-state-pane label { | 459 .styles-element-state-pane td { |
| 460 display: flex; | 460 padding: 0; |
| 461 margin: 1px; | |
| 462 } | 461 } |
| 463 | 462 |
| 464 .styles-animations-controls-pane > * { | 463 .styles-animations-controls-pane > * { |
| 465 margin: 6px 4px; | 464 margin: 6px 4px; |
| 466 } | 465 } |
| 467 | 466 |
| 468 .styles-animations-controls-pane { | 467 .styles-animations-controls-pane { |
| 469 border-bottom: 1px solid rgb(189, 189, 189); | 468 border-bottom: 1px solid rgb(189, 189, 189); |
| 470 height: 56px; | 469 height: 56px; |
| 471 overflow: hidden; | 470 overflow: hidden; |
| (...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 753 | 752 |
| 754 .style-properties li.editing-sub-part { | 753 .style-properties li.editing-sub-part { |
| 755 padding: 3px 6px 8px 18px; | 754 padding: 3px 6px 8px 18px; |
| 756 margin: -1px -6px -8px -6px; | 755 margin: -1px -6px -8px -6px; |
| 757 text-overflow: clip; | 756 text-overflow: clip; |
| 758 } | 757 } |
| 759 | 758 |
| 760 .styles-pane-toolbar { | 759 .styles-pane-toolbar { |
| 761 float: right; | 760 float: right; |
| 762 margin-top: -3px; | 761 margin-top: -3px; |
| 762 background-color: rgba(255, 255, 255, 0.8); |
| 763 } | 763 } |
| 764 | 764 |
| 765 .properties-widget-section { | 765 .properties-widget-section { |
| 766 padding: 2px 0px 2px 5px; | 766 padding: 2px 0px 2px 5px; |
| 767 } | 767 } |
| OLD | NEW |