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

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

Issue 1290883006: Devtools: Add new row in toolbarButtonGlyphs and layout editor icon (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 list-style: none; 332 list-style: none;
333 } 333 }
334 334
335 .styles-section .style-properties ol.expanded { 335 .styles-section .style-properties ol.expanded {
336 display: block; 336 display: block;
337 } 337 }
338 338
339 .styles-section.matched-styles .style-properties li.parent .expand-element { 339 .styles-section.matched-styles .style-properties li.parent .expand-element {
340 -webkit-user-select: none; 340 -webkit-user-select: none;
341 background-image: url(Images/toolbarButtonGlyphs.png); 341 background-image: url(Images/toolbarButtonGlyphs.png);
342 background-size: 352px 144px; 342 background-size: 352px 168px;
343 margin-right: 2px; 343 margin-right: 2px;
344 margin-left: -6px; 344 margin-left: -6px;
345 opacity: 0.55; 345 opacity: 0.55;
346 width: 8px; 346 width: 8px;
347 height: 10px; 347 height: 10px;
348 display: inline-block; 348 display: inline-block;
349 } 349 }
350 350
351 @media (-webkit-min-device-pixel-ratio: 1.5) { 351 @media (-webkit-min-device-pixel-ratio: 1.5) {
352 .styles-section.matched-styles .style-properties li.parent .expand-element { 352 .styles-section.matched-styles .style-properties li.parent .expand-element {
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
726 726
727 .style-properties li.editing-sub-part { 727 .style-properties li.editing-sub-part {
728 padding: 3px 6px 8px 18px; 728 padding: 3px 6px 8px 18px;
729 margin: -1px -6px -8px -6px; 729 margin: -1px -6px -8px -6px;
730 text-overflow: clip; 730 text-overflow: clip;
731 } 731 }
732 732
733 .properties-widget-section { 733 .properties-widget-section {
734 padding: 2px 0px 2px 5px; 734 padding: 2px 0px 2px 5px;
735 } 735 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698