Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Side by Side Diff: Source/devtools/front_end/inspector.css

Issue 178543014: DevTools: Fix text going out when adding a new Watch Expression. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698