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 1710 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1721 padding-left: 15px; | 1721 padding-left: 15px; |
1722 } | 1722 } |
1723 | 1723 |
1724 .properties-tree.watch-expressions > li.hovered { | 1724 .properties-tree.watch-expressions > li.hovered { |
1725 padding-right: 14px; | 1725 padding-right: 14px; |
1726 } | 1726 } |
1727 | 1727 |
1728 .watch-expressions > li.editing-sub-part .text-prompt { | 1728 .watch-expressions > li.editing-sub-part .text-prompt { |
1729 display: block; | 1729 display: block; |
1730 width: 100%; | 1730 width: 100%; |
| 1731 overflow: hidden; |
1731 } | 1732 } |
1732 | 1733 |
1733 .watch-expressions > li.editing-sub-part .value, | 1734 .watch-expressions > li.editing-sub-part .value, |
1734 .watch-expressions > li.editing-sub-part .separator { | 1735 .watch-expressions > li.editing-sub-part .separator { |
1735 display: none; | 1736 display: none; |
1736 } | 1737 } |
1737 | 1738 |
1738 .section .properties li.editing-sub-part { | 1739 .section .properties li.editing-sub-part { |
1739 padding: 3px 6px 8px 18px; | 1740 padding: 3px 6px 8px 18px; |
1740 margin: -3px -6px -8px -6px; | 1741 margin: -3px -6px -8px -6px; |
(...skipping 1142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2883 } | 2884 } |
2884 | 2885 |
2885 .root-view > .split-view > .split-view-sidebar { | 2886 .root-view > .split-view > .split-view-sidebar { |
2886 position: relative; | 2887 position: relative; |
2887 } | 2888 } |
2888 | 2889 |
2889 select.drop-down-menu { | 2890 select.drop-down-menu { |
2890 border: none; | 2891 border: none; |
2891 -webkit-appearance: none; | 2892 -webkit-appearance: none; |
2892 } | 2893 } |
OLD | NEW |