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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 } | 164 } |
165 | 165 |
166 .styles-section:last-child { | 166 .styles-section:last-child { |
167 border-bottom: none; | 167 border-bottom: none; |
168 } | 168 } |
169 | 169 |
170 .styles-pane .sidebar-separator { | 170 .styles-pane .sidebar-separator { |
171 border-top: 0 none; | 171 border-top: 0 none; |
172 } | 172 } |
173 | 173 |
174 .styles-sidebar-placeholder { | |
175 height: 16px; | |
176 } | |
177 | |
178 .styles-section.read-only { | 174 .styles-section.read-only { |
179 background-color: #eee; | 175 background-color: #eee; |
180 } | 176 } |
181 | 177 |
182 .styles-section .style-properties li.not-parsed-ok { | 178 .styles-section .style-properties li.not-parsed-ok { |
183 margin-left: 0; | 179 margin-left: 0; |
184 } | 180 } |
185 | 181 |
186 .styles-section .style-properties li.filter-match, | 182 .styles-section .style-properties li.filter-match, |
187 .styles-section .simple-selector.filter-match { | 183 .styles-section .simple-selector.filter-match { |
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
729 | 725 |
730 .style-properties li.editing-sub-part { | 726 .style-properties li.editing-sub-part { |
731 padding: 3px 6px 8px 18px; | 727 padding: 3px 6px 8px 18px; |
732 margin: -1px -6px -8px -6px; | 728 margin: -1px -6px -8px -6px; |
733 text-overflow: clip; | 729 text-overflow: clip; |
734 } | 730 } |
735 | 731 |
736 .properties-widget-section { | 732 .properties-widget-section { |
737 padding: 2px 0px 2px 5px; | 733 padding: 2px 0px 2px 5px; |
738 } | 734 } |
OLD | NEW |