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

Side by Side Diff: Source/devtools/front_end/elements/elementsPanel.css

Issue 1167573003: Devtools: Resize glpyhs and add animation icons (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 list-style: none; 317 list-style: none;
318 } 318 }
319 319
320 .styles-section .style-properties ol.expanded { 320 .styles-section .style-properties ol.expanded {
321 display: block; 321 display: block;
322 } 322 }
323 323
324 .styles-section.matched-styles .style-properties li.parent .expand-element { 324 .styles-section.matched-styles .style-properties li.parent .expand-element {
325 -webkit-user-select: none; 325 -webkit-user-select: none;
326 background-image: url(Images/toolbarButtonGlyphs.png); 326 background-image: url(Images/toolbarButtonGlyphs.png);
327 background-size: 320px 144px; 327 background-size: 352px 144px;
328 margin-right: 2px; 328 margin-right: 2px;
329 margin-left: -6px; 329 margin-left: -6px;
330 opacity: 0.55; 330 opacity: 0.55;
331 width: 8px; 331 width: 8px;
332 height: 10px; 332 height: 10px;
333 display: inline-block; 333 display: inline-block;
334 } 334 }
335 335
336 @media (-webkit-min-device-pixel-ratio: 1.5) { 336 @media (-webkit-min-device-pixel-ratio: 1.5) {
337 .styles-section.matched-styles .style-properties li.parent .expand-element { 337 .styles-section.matched-styles .style-properties li.parent .expand-element {
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 .style-properties li.editing-sub-part { 719 .style-properties li.editing-sub-part {
720 padding: 3px 6px 8px 18px; 720 padding: 3px 6px 8px 18px;
721 margin: -1px -6px -8px -6px; 721 margin: -1px -6px -8px -6px;
722 text-overflow: clip; 722 text-overflow: clip;
723 } 723 }
724 724
725 .styles-pane-toolbar { 725 .styles-pane-toolbar {
726 float: right; 726 float: right;
727 margin-top: -3px; 727 margin-top: -3px;
728 } 728 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698