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

Side by Side Diff: chrome/browser/resources/file_manager/main_new_ui.html

Issue 15946005: Files.app: Fit the size of search box as its contents size. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 7 years, 6 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 | « chrome/browser/resources/file_manager/js/file_manager.js ('k') | 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 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <!-- 2 <!--
3 -- Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 -- Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 -- Use of this source code is governed by a BSD-style license that can be 4 -- Use of this source code is governed by a BSD-style license that can be
5 -- found in the LICENSE file. 5 -- found in the LICENSE file.
6 --> 6 -->
7 <html i18n-values="dir:textdirection;"> 7 <html i18n-values="dir:textdirection;">
8 <head> 8 <head>
9 <!-- We have to set some default title, or chrome will use the page name. 9 <!-- We have to set some default title, or chrome will use the page name.
10 -- As soon as we init and change to a directory, we'll show the directory 10 -- As soon as we init and change to a directory, we'll show the directory
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 </div> 251 </div>
252 </div> 252 </div>
253 </div> 253 </div>
254 </div> 254 </div>
255 <div class="splitter" id="sidebar-splitter"></div> 255 <div class="splitter" id="sidebar-splitter"></div>
256 <div class="dialog-main"> 256 <div class="dialog-main">
257 <div class="dialog-header"> 257 <div class="dialog-header">
258 <div class="search-box-wrapper"> 258 <div class="search-box-wrapper">
259 <input id="search-box" type="search" tabindex="9" 259 <input id="search-box" type="search" tabindex="9"
260 i18n-values="aria-label:SEARCH_TEXT_LABEL"> 260 i18n-values="aria-label:SEARCH_TEXT_LABEL">
261 <!-- This is placed at the head of search-box -->
262 <div id="search-icon"></div>
261 </div> 263 </div>
264 <div id="search-clear-button"></div>
262 <div class="buttonbar"> 265 <div class="buttonbar">
263 <button class="menubutton" id="gear-button" tabindex="10" 266 <button class="menubutton" id="gear-button" tabindex="10"
264 menu="#gear-menu"> 267 menu="#gear-menu">
265 </button> 268 </button>
266 <button id="maximize-button" visibleif="full-page" tabindex="-1"> 269 <button id="maximize-button" visibleif="full-page" tabindex="-1">
267 </button> 270 </button>
268 <button id="close-button" visibleif="full-page" tabindex="-1"> 271 <button id="close-button" visibleif="full-page" tabindex="-1">
269 </button> 272 </button>
270 </div> 273 </div>
271 </div> 274 </div>
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 <div class="right buttonbar"> 343 <div class="right buttonbar">
341 <button class=ok disabled tabindex="6"></button> 344 <button class=ok disabled tabindex="6"></button>
342 <button class=cancel i18n-content=CANCEL_LABEL tabindex="7"></button> 345 <button class=cancel i18n-content=CANCEL_LABEL tabindex="7"></button>
343 </div> 346 </div>
344 </div> 347 </div>
345 <div id="drag-container"></div> 348 <div id="drag-container"></div>
346 <iframe id="command-dispatcher" hidden></iframe> 349 <iframe id="command-dispatcher" hidden></iframe>
347 <div class="overlay-pane" id="iframe-drag-area" hidden></div> 350 <div class="overlay-pane" id="iframe-drag-area" hidden></div>
348 </body> 351 </body>
349 </html> 352 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/file_manager/js/file_manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698