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

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

Issue 826563003: Cleanup HTML/CSS bits left after NPAPI plugin removal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 12 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
« no previous file with comments | « no previous file | remoting/webapp/crd/html/template_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 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 margin-__MSG_@@bidi_start_edge__: -20px; 566 margin-__MSG_@@bidi_start_edge__: -20px;
567 margin-__MSG_@@bidi_end_edge__: 0; 567 margin-__MSG_@@bidi_end_edge__: 0;
568 width: 20px; 568 width: 20px;
569 margin-top: 2px; 569 margin-top: 2px;
570 } 570 }
571 571
572 #current-email { 572 #current-email {
573 color: rgba(0, 0, 0, 0.5); 573 color: rgba(0, 0, 0, 0.5);
574 } 574 }
575 575
576 #daemon-plugin-container {
577 width: 0;
578 height: 0;
579 }
580
581 .dialog-container { 576 .dialog-container {
582 position: absolute; 577 position: absolute;
583 top: 200px; 578 top: 200px;
584 left: 0; 579 left: 0;
585 width: 100%; 580 width: 100%;
586 z-index: 2; 581 z-index: 2;
587 } 582 }
588 583
589 .dialog-screen { 584 .dialog-screen {
590 position: absolute; 585 position: absolute;
(...skipping 20 matching lines...) Expand all
611 overflow: scroll; 606 overflow: scroll;
612 } 607 }
613 608
614 /* TODO(jamiewalch): Reinstate this if we're able to get translations for 609 /* TODO(jamiewalch): Reinstate this if we're able to get translations for
615 * "Why is this safe?" that don't overflow in any language. 610 * "Why is this safe?" that don't overflow in any language.
616 #host-setup-dialog { 611 #host-setup-dialog {
617 width: 460px; 612 width: 460px;
618 } 613 }
619 */ 614 */
620 615
621 #host-plugin-container {
622 width: 0;
623 height: 0;
624 }
625
626 /* The NAT traversal state is independent of the app mode, and both need 616 /* The NAT traversal state is independent of the app mode, and both need
627 * to be combined to determine the visibility of the butter bar. We use 617 * to be combined to determine the visibility of the butter bar. We use
628 * a style for the former and the 'hidden' property for the latter. */ 618 * a style for the former and the 'hidden' property for the latter. */
629 #nat-box.traversal-enabled { 619 #nat-box.traversal-enabled {
630 display: none; 620 display: none;
631 } 621 }
632 622
633 #remember-pin { 623 #remember-pin {
634 width: 315px; 624 width: 315px;
635 } 625 }
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 } 739 }
750 740
751 .mouse-cursor-overlay { 741 .mouse-cursor-overlay {
752 position: absolute; 742 position: absolute;
753 pointer-events: none; 743 pointer-events: none;
754 } 744 }
755 745
756 body.hangout-remote-desktop .home-screen { 746 body.hangout-remote-desktop .home-screen {
757 display: none; 747 display: none;
758 } 748 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/crd/html/template_main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698