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

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

Issue 23011021: DevTools: introduce screencast experiment. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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 | « Source/devtools/front_end/Settings.js ('k') | Source/devtools/front_end/inspector.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 /* 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 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 } 487 }
488 488
489 .toolbar-item.close-left, 489 .toolbar-item.close-left,
490 .toolbar-item.close-right { 490 .toolbar-item.close-right {
491 display: -webkit-flex; 491 display: -webkit-flex;
492 -webkit-align-items: center; 492 -webkit-align-items: center;
493 height: 100%; 493 height: 100%;
494 cursor: default; 494 cursor: default;
495 } 495 }
496 496
497 #root {
498 position: absolute;
499 top: 0;
500 left: 0;
501 right: 0;
502 bottom: 0;
503 }
504
497 #main { 505 #main {
498 position: absolute; 506 position: absolute;
499 z-index: 1; 507 z-index: 1;
500 top: 26px; 508 top: 26px;
501 left: 0; 509 left: 0;
502 right: 0; 510 right: 0;
503 bottom: 0; 511 bottom: 0;
504 overflow: hidden; 512 overflow: hidden;
505 background-color: white; 513 background-color: white;
506 } 514 }
(...skipping 2468 matching lines...) Expand 10 before | Expand all | Expand 10 after
2975 pointer-events: auto; 2983 pointer-events: auto;
2976 -webkit-user-select: text; 2984 -webkit-user-select: text;
2977 font-size: 11px; 2985 font-size: 11px;
2978 cursor: text; 2986 cursor: text;
2979 line-height: 14px; 2987 line-height: 14px;
2980 } 2988 }
2981 2989
2982 .elements-tree-outline li.parent::before { 2990 .elements-tree-outline li.parent::before {
2983 top: 0 !important; 2991 top: 0 !important;
2984 } 2992 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/Settings.js ('k') | Source/devtools/front_end/inspector.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698