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

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

Issue 197823010: [DevTools] Add minimum size to WebInspector.View. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@splitdip2
Patch Set: fixed comments Created 6 years, 9 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
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 2766 matching lines...) Expand 10 before | Expand all | Expand 10 after
2777 border-width: 0 0 11px 0; 2777 border-width: 0 0 11px 0;
2778 } 2778 }
2779 2779
2780 .console-context { 2780 .console-context {
2781 max-width: 200px; 2781 max-width: 200px;
2782 } 2782 }
2783 2783
2784 .root-view { 2784 .root-view {
2785 overflow: hidden; 2785 overflow: hidden;
2786 position: absolute !important; 2786 position: absolute !important;
2787 left: 0;
2788 top: 0;
2787 } 2789 }
2788 2790
2789 .search-bar { 2791 .search-bar {
2790 flex: 0 0 23px; 2792 flex: 0 0 23px;
2791 background-color: rgb(236, 236, 236); 2793 background-color: rgb(236, 236, 236);
2792 } 2794 }
2793 2795
2794 .search-bar.replaceable { 2796 .search-bar.replaceable {
2795 flex: 0 0 44px; 2797 flex: 0 0 44px;
2796 } 2798 }
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
2846 } 2848 }
2847 2849
2848 .root-view > .split-view > .split-view-sidebar { 2850 .root-view > .split-view > .split-view-sidebar {
2849 position: relative; 2851 position: relative;
2850 } 2852 }
2851 2853
2852 select.drop-down-menu { 2854 select.drop-down-menu {
2853 border: none; 2855 border: none;
2854 -webkit-appearance: none; 2856 -webkit-appearance: none;
2855 } 2857 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/heapProfiler.css ('k') | Source/devtools/front_end/inspectorCommon.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698