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

Side by Side Diff: Source/WebCore/inspector/front-end/elementsPanel.css

Issue 9242032: Merge 105070 - Web Inspector: styles sidebar rendering is broken (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 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/WebCore/inspector/front-end/StylesSidebarPane.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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 268
269 .styles-section .header .title .media, .styles-section .header .title .media .su btitle { 269 .styles-section .header .title .media, .styles-section .header .title .media .su btitle {
270 color: rgb(128, 128, 128); 270 color: rgb(128, 128, 128);
271 overflow: hidden; 271 overflow: hidden;
272 } 272 }
273 273
274 .styles-section .header .subtitle { 274 .styles-section .header .subtitle {
275 color: rgb(85, 85, 85); 275 color: rgb(85, 85, 85);
276 float: right; 276 float: right;
277 margin-left: 5px; 277 margin-left: 5px;
278 max-width: 65%; 278 max-width: 100%;
279 text-overflow: ellipsis; 279 text-overflow: ellipsis;
280 overflow: hidden; 280 overflow: hidden;
281 white-space: nowrap; 281 white-space: nowrap;
282 } 282 }
283 283
284 .styles-section .header .subtitle a { 284 .styles-section .header .subtitle a {
285 color: inherit; 285 color: inherit;
286 } 286 }
287 287
288 .styles-section a[data-uncopyable] { 288 .styles-section a[data-uncopyable] {
289 display: inline-block; 289 display: inline-block;
290 } 290 }
291 291
292 .styles-section a[data-uncopyable]::before { 292 .styles-section a[data-uncopyable]::before {
293 content: attr(data-uncopyable); 293 content: attr(data-uncopyable);
294 text-decoration: underline; 294 text-decoration: underline;
295 } 295 }
296 296
297 .styles-section .properties { 297 .styles-section .properties {
298 display: none; 298 display: none;
299 margin: 0; 299 margin: 0;
300 padding: 2px 4px 0 8px; 300 padding: 2px 4px 0 8px;
301 list-style: none; 301 list-style: none;
302 clear: both;
302 } 303 }
303 304
304 .styles-section.no-affect .properties li { 305 .styles-section.no-affect .properties li {
305 opacity: 0.5; 306 opacity: 0.5;
306 } 307 }
307 308
308 .styles-section.no-affect .properties li.editing { 309 .styles-section.no-affect .properties li.editing {
309 opacity: 1.0; 310 opacity: 1.0;
310 } 311 }
311 312
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 left: 7px; 478 left: 7px;
478 width: 8px; 479 width: 8px;
479 height: 8px; 480 height: 8px;
480 opacity: 0.75; 481 opacity: 0.75;
481 content: url(Images/treeRightTriangleBlack.png); 482 content: url(Images/treeRightTriangleBlack.png);
482 } 483 }
483 484
484 .event-bars .event-bar.expanded .header::before { 485 .event-bars .event-bar.expanded .header::before {
485 content: url(Images/treeDownTriangleBlack.png); 486 content: url(Images/treeDownTriangleBlack.png);
486 } 487 }
OLDNEW
« no previous file with comments | « Source/WebCore/inspector/front-end/StylesSidebarPane.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698