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

Side by Side Diff: remoting/webapp/main.html

Issue 9700029: Fixed button centering. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 <!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 7
8 <html> 8 <html>
9 <head> 9 <head>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 </div> <!-- connection-history-dialog --> 387 </div> <!-- connection-history-dialog -->
388 388
389 <div id="confirm-host-delete-dialog" 389 <div id="confirm-host-delete-dialog"
390 class="kd-modaldialog" 390 class="kd-modaldialog"
391 data-ui-mode="home.confirm-host-delete" 391 data-ui-mode="home.confirm-host-delete"
392 hidden> 392 hidden>
393 <p id="confirm-host-delete-message" 393 <p id="confirm-host-delete-message"
394 i18n-content="CONFIRM_HOST_DELETE" 394 i18n-content="CONFIRM_HOST_DELETE"
395 class="message"> 395 class="message">
396 </p> 396 </p>
397 <div class="centered-button"> 397 <div class="centered">
398 <button id="confirm-host-delete" 398 <button id="confirm-host-delete"
399 i18n-content="YES" 399 i18n-content="YES"
400 type="button"> 400 type="button">
401 </button> 401 </button>
402 <button id="cancel-host-delete" 402 <button id="cancel-host-delete"
403 i18n-content="NO" 403 i18n-content="NO"
404 type="button"> 404 type="button">
405 </button> 405 </button>
406 </div> 406 </div>
407 </div> <!-- home.confirm-host-delete --> 407 </div> <!-- home.confirm-host-delete -->
(...skipping 25 matching lines...) Expand all
433 <div class="arrow-down"></div> 433 <div class="arrow-down"></div>
434 </div> 434 </div>
435 </div> <!-- session-toolbar --> 435 </div> <!-- session-toolbar -->
436 </div> <!-- session-mode --> 436 </div> <!-- session-mode -->
437 437
438 <div id="statistics" dir="ltr" class="selectable" hidden> 438 <div id="statistics" dir="ltr" class="selectable" hidden>
439 </div> <!-- statistics --> 439 </div> <!-- statistics -->
440 440
441 </body> 441 </body>
442 </html> 442 </html>
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