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

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

Issue 15685008: Show a 'remember me' checkbox in the web-app when connecting to a host that supports pairing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reviewer comments. Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/webapp/client_session.js ('k') | remoting/webapp/main.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 6 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
7 blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 7 blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
8 font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, 8 font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl,
9 dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 9 dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
10 tfoot, thead, tr, th, td, button { 10 tfoot, thead, tr, th, td, button {
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 display: inline-block; 542 display: inline-block;
543 } 543 }
544 544
545 #ask-pin-form > div { 545 #ask-pin-form > div {
546 margin-bottom: 8px; 546 margin-bottom: 8px;
547 } 547 }
548 548
549 .checkbox-label { 549 .checkbox-label {
550 display: block; 550 display: block;
551 padding-__MSG_@@bidi_start_edge__: 20px; 551 padding-__MSG_@@bidi_start_edge__: 20px;
552 margin-top: 12px;
552 } 553 }
553 554
554 .checkbox-label input[type=checkbox] { 555 .checkbox-label input[type=checkbox] {
555 float: __MSG_@@bidi_start_edge__; 556 float: __MSG_@@bidi_start_edge__;
556 margin-__MSG_@@bidi_start_edge__: -20px; 557 margin-__MSG_@@bidi_start_edge__: -20px;
557 margin-__MSG_@@bidi_end_edge__: 0; 558 margin-__MSG_@@bidi_end_edge__: 0;
558 width: 20px; 559 width: 20px;
559 margin-top: 2px; 560 margin-top: 2px;
560 } 561 }
561 562
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 box-sizing: border-box; 637 box-sizing: border-box;
637 } 638 }
638 639
639 /* 640 /*
640 * Setting hidden on elements that match some rule overriding 'display' doesn't 641 * Setting hidden on elements that match some rule overriding 'display' doesn't
641 * do what you would expect unless this is made explicit (and !important). 642 * do what you would expect unless this is made explicit (and !important).
642 */ 643 */
643 [hidden] { 644 [hidden] {
644 display: none !important; 645 display: none !important;
645 } 646 }
OLDNEW
« no previous file with comments | « remoting/webapp/client_session.js ('k') | remoting/webapp/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698