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

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

Issue 2174863003: DevTools: traverse widget hierarchy to reveal views. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lcean Created 4 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
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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 text-overflow: ellipsis; 226 text-overflow: ellipsis;
227 overflow: hidden; 227 overflow: hidden;
228 } 228 }
229 229
230 .scope-chain-sidebar-pane-section-title { 230 .scope-chain-sidebar-pane-section-title {
231 font-weight: normal; 231 font-weight: normal;
232 word-wrap: break-word; 232 word-wrap: break-word;
233 white-space: normal; 233 white-space: normal;
234 } 234 }
235 235
236 .scope-chain-sidebar-pane-section {
237 padding: 2px 4px 2px 4px;
238 }
239
240 .scope-chain-sidebar-pane-section-subtitle { 236 .scope-chain-sidebar-pane-section-subtitle {
241 float: right; 237 float: right;
242 margin-left: 5px; 238 margin-left: 5px;
243 max-width: 55%; 239 max-width: 55%;
244 text-overflow: ellipsis; 240 text-overflow: ellipsis;
245 overflow: hidden; 241 overflow: hidden;
246 } 242 }
247 243
248 .scope-chain-sidebar-pane-section-title { 244 .scope-chain-sidebar-pane-section-title {
249 font-weight: normal; 245 font-weight: normal;
250 word-wrap: break-word; 246 word-wrap: break-word;
251 white-space: normal; 247 white-space: normal;
252 } 248 }
253 249
254 .scope-chain-sidebar-pane-section { 250 .scope-chain-sidebar-pane-section {
255 padding: 2px 4px 2px 4px; 251 padding: 2px 4px 2px 4px;
256 overflow: hidden;
257 } 252 }
258 253
259 .hidden-callframes-message { 254 .hidden-callframes-message {
260 text-align: center; 255 text-align: center;
261 font-style: italic; 256 font-style: italic;
262 padding: 4px; 257 padding: 4px;
263 color: #888; 258 color: #888;
264 background-color: #FFFFC2; 259 background-color: #FFFFC2;
265 } 260 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698