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

Side by Side Diff: Source/devtools/front_end/inspector.css

Issue 392603002: DevTools: refactoring connection creation, removing a couple of dead code branches. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | Source/devtools/front_end/main/AdvancedApp.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 } 420 }
421 421
422 .close-button-gray:active { 422 .close-button-gray:active {
423 background-position: -160px -96px; 423 background-position: -160px -96px;
424 } 424 }
425 425
426 body.undocked .toolbar-item .close-button { 426 body.undocked .toolbar-item .close-button {
427 display: none; 427 display: none;
428 } 428 }
429 429
430 body.remote .toolbar-item .close-button {
431 display: none;
432 }
433
434 .panel-status-bar { 430 .panel-status-bar {
435 border-top: none; 431 border-top: none;
436 display: flex; 432 display: flex;
437 background-color: white; 433 background-color: white;
438 flex: 0 0 23px; 434 flex: 0 0 23px;
439 position: relative; 435 position: relative;
440 } 436 }
441 437
442 .panel-status-bar > div { 438 .panel-status-bar > div {
443 margin: auto 0; 439 margin: auto 0;
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 } 700 }
705 701
706 .ew-resizer-widget { 702 .ew-resizer-widget {
707 cursor: ew-resize; 703 cursor: ew-resize;
708 } 704 }
709 705
710 .settings-status-bar-item .glyph { 706 .settings-status-bar-item .glyph {
711 -webkit-mask-position: -160px -24px; 707 -webkit-mask-position: -160px -24px;
712 } 708 }
713 709
714 body.remote .dock-status-bar-item {
715 display: none;
716 }
717
718 .console-status-bar-item .glyph { 710 .console-status-bar-item .glyph {
719 -webkit-mask-position: -64px -24px; 711 -webkit-mask-position: -64px -24px;
720 } 712 }
721 713
722 .screencast-status-bar-item.toggled-left .glyph { 714 .screencast-status-bar-item.toggled-left .glyph {
723 -webkit-mask-position: -256px -96px; 715 -webkit-mask-position: -256px -96px;
724 } 716 }
725 717
726 .screencast-status-bar-item.toggled-top .glyph { 718 .screencast-status-bar-item.toggled-top .glyph {
727 -webkit-mask-position: -288px -96px; 719 -webkit-mask-position: -288px -96px;
(...skipping 2217 matching lines...) Expand 10 before | Expand all | Expand 10 after
2945 } 2937 }
2946 2938
2947 .viewport-control-gap-element { 2939 .viewport-control-gap-element {
2948 color: transparent; 2940 color: transparent;
2949 } 2941 }
2950 2942
2951 label.checkbox-with-label { 2943 label.checkbox-with-label {
2952 display: flex; 2944 display: flex;
2953 -webkit-user-select: none; 2945 -webkit-user-select: none;
2954 } 2946 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/main/AdvancedApp.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698