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

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

Issue 146733002: [DevTools] Dock to left mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Made an experiment Created 6 years, 11 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 | « Source/devtools/front_end/SourcesPanel.js ('k') | 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 /* 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 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 } 581 }
582 582
583 button.status-bar-item.dock-status-bar-item.toggled-bottom .glyph { 583 button.status-bar-item.dock-status-bar-item.toggled-bottom .glyph {
584 -webkit-mask-position: -32px -24px; 584 -webkit-mask-position: -32px -24px;
585 } 585 }
586 586
587 button.status-bar-item.dock-status-bar-item.toggled-right .glyph { 587 button.status-bar-item.dock-status-bar-item.toggled-right .glyph {
588 -webkit-mask-position: -256px -48px; 588 -webkit-mask-position: -256px -48px;
589 } 589 }
590 590
591 button.status-bar-item.dock-status-bar-item.toggled-left .glyph {
592 -webkit-mask-position: -32px -120px;
593 }
594
591 body.undocked .alternate-status-bar-buttons-bar { 595 body.undocked .alternate-status-bar-buttons-bar {
592 margin-left: 1px; 596 margin-left: 1px;
593 } 597 }
594 598
595 .alternate-status-bar-buttons-bar { 599 .alternate-status-bar-buttons-bar {
596 position: absolute; 600 position: absolute;
597 width: 31px; 601 width: 31px;
598 bottom: -3px; 602 bottom: -3px;
599 background: white; 603 background: white;
600 } 604 }
(...skipping 2248 matching lines...) Expand 10 before | Expand all | Expand 10 after
2849 padding-left: 2px; 2853 padding-left: 2px;
2850 } 2854 }
2851 2855
2852 body.undocked .toolbar-close-button-item { 2856 body.undocked .toolbar-close-button-item {
2853 display: none; 2857 display: none;
2854 } 2858 }
2855 2859
2856 body.dock-to-bottom #inspector-split-view > .split-view-resizer { 2860 body.dock-to-bottom #inspector-split-view > .split-view-resizer {
2857 display: none; 2861 display: none;
2858 } 2862 }
2863
2864 #inspector-split-view > .split-view-sidebar {
2865 position: relative;
2866 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/SourcesPanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698