| 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 707 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 718 | 718 |
| 719 .style-properties li.editing-sub-part { | 719 .style-properties li.editing-sub-part { |
| 720 padding: 3px 6px 8px 18px; | 720 padding: 3px 6px 8px 18px; |
| 721 margin: -1px -6px -8px -6px; | 721 margin: -1px -6px -8px -6px; |
| 722 text-overflow: clip; | 722 text-overflow: clip; |
| 723 } | 723 } |
| 724 | 724 |
| 725 .styles-pane-toolbar { | 725 .styles-pane-toolbar { |
| 726 float: right; | 726 float: right; |
| 727 margin-top: -3px; | 727 margin-top: -3px; |
| 728 } |
| 729 |
| 730 .properties-widget-section { |
| 731 padding: 2px 0px 2px 5px; |
| 728 } | 732 } |
| OLD | NEW |