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

Unified Diff: Source/WebCore/inspector/front-end/inspector.html

Issue 10377162: Merge 116672 - Web Inspector: search title is shown beside the search field (not under) in the vert… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebCore/inspector/front-end/inspector.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/inspector/front-end/inspector.html
===================================================================
--- Source/WebCore/inspector/front-end/inspector.html (revision 117227)
+++ Source/WebCore/inspector/front-end/inspector.html (working copy)
@@ -218,9 +218,9 @@
<div id="toolbar-controls">
<div class="toolbar-item"><button id="toolbar-dropdown-arrow" class="toolbar-label">&raquo;</button></div>
<div class="toolbar-item hidden" id="search-results-matches"></div>
- <div class="toolbar-item toolbar-search-item" >
+ <div class="toolbar-item" id="toolbar-search-item">
<input id="search" type="search" incremental results="0">
- <div id="search-toolbar-label" class="toolbar-label"></div><div id="toolbar-search-navigation-control"></div>
+ <div id="toolbar-search-navigation-control"></div>
</div>
<div class="toolbar-item close-right"><button id="close-button-right"></button></div>
</div>
« no previous file with comments | « Source/WebCore/inspector/front-end/inspector.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698