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

Side by Side Diff: Source/devtools/front_end/sources/sourcesPanel.css

Issue 1113813002: [DevTools] Rename View to Widget. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 5 years, 7 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
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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 padding-left: 3px; 71 padding-left: 3px;
72 border-top: 1px solid rgb(196,196,196); 72 border-top: 1px solid rgb(196,196,196);
73 height: 24px; 73 height: 24px;
74 } 74 }
75 75
76 .panel.sources #sources-editor-container-tabbed-pane::shadow .tabbed-pane-header -contents { 76 .panel.sources #sources-editor-container-tabbed-pane::shadow .tabbed-pane-header -contents {
77 margin-left: 22px; 77 margin-left: 22px;
78 margin-right: 36px; 78 margin-right: 36px;
79 } 79 }
80 80
81 .panel.sources .split-view /deep/ button.scripts-debugger-show-hide-button.right -sidebar-show-hide-button.toggled-hide { 81 .panel.sources .split-widget /deep/ button.scripts-debugger-show-hide-button.rig ht-sidebar-show-hide-button.toggled-hide {
82 margin-right: 15px; 82 margin-right: 15px;
83 } 83 }
84 84
85 #scripts-debug-sidebar-resizer-widget { 85 #scripts-debug-sidebar-resizer-widget {
86 position: absolute; 86 position: absolute;
87 top: 0; 87 top: 0;
88 right: 0; 88 right: 0;
89 height: 24px; 89 height: 24px;
90 width: 16px; 90 width: 16px;
91 background-image: url(Images/toolbarResizerHorizontal.png); 91 background-image: url(Images/toolbarResizerHorizontal.png);
(...skipping 13 matching lines...) Expand all
105 top: auto; 105 top: auto;
106 height: 10px; 106 height: 10px;
107 width: 18px; 107 width: 18px;
108 } 108 }
109 109
110 .material .sources-split-view-vertical #scripts-debug-sidebar-resizer-widget { 110 .material .sources-split-view-vertical #scripts-debug-sidebar-resizer-widget {
111 right: 23px; 111 right: 23px;
112 bottom: 6px; 112 bottom: 6px;
113 } 113 }
114 114
115 .panel.sources .split-view.hbox #scripts-debug-sidebar-resizer-widget { 115 .panel.sources .split-widget.hbox #scripts-debug-sidebar-resizer-widget {
116 bottom: 0; 116 bottom: 0;
117 } 117 }
118 118
119 .panel.sources /deep/ .scripts-debugger-show-hide-button { 119 .panel.sources /deep/ .scripts-debugger-show-hide-button {
120 display: block; 120 display: block;
121 } 121 }
122 122
123 .function-location-link { 123 .function-location-link {
124 float: right; 124 float: right;
125 margin-left: 10px; 125 margin-left: 10px;
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 297
298 .scope-chain-sidebar-pane-section-title { 298 .scope-chain-sidebar-pane-section-title {
299 font-weight: normal; 299 font-weight: normal;
300 word-wrap: break-word; 300 word-wrap: break-word;
301 white-space: normal; 301 white-space: normal;
302 } 302 }
303 303
304 .scope-chain-sidebar-pane-section { 304 .scope-chain-sidebar-pane-section {
305 padding: 2px 4px 2px 4px; 305 padding: 2px 4px 2px 4px;
306 } 306 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/sources/TabbedEditorContainer.js ('k') | Source/devtools/front_end/timeline/CountersGraph.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698