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

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

Issue 2776883003: DevTools: normalize medium icons (Closed)
Patch Set: Created 3 years, 8 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 } 217 }
218 218
219 .styles-section-subtitle { 219 .styles-section-subtitle {
220 color: rgb(85, 85, 85); 220 color: rgb(85, 85, 85);
221 float: right; 221 float: right;
222 margin-left: 5px; 222 margin-left: 5px;
223 max-width: 100%; 223 max-width: 100%;
224 text-overflow: ellipsis; 224 text-overflow: ellipsis;
225 overflow: hidden; 225 overflow: hidden;
226 white-space: nowrap; 226 white-space: nowrap;
227 height: 14px; 227 height: 15px;
228 margin-bottom: -1px;
228 } 229 }
229 230
230 .styles-section .styles-section-subtitle .devtools-link { 231 .styles-section .styles-section-subtitle .devtools-link {
231 color: inherit; 232 color: inherit;
232 } 233 }
233 234
234 .styles-section .selector { 235 .styles-section .selector {
235 color: #888; 236 color: #888;
236 } 237 }
237 238
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 display: flex; 529 display: flex;
529 flex-direction: row; 530 flex-direction: row;
530 align-items: center; 531 align-items: center;
531 } 532 }
532 533
533 .elements-tree-header-frame { 534 .elements-tree-header-frame {
534 margin-left: 6px; 535 margin-left: 6px;
535 margin-right: 6px; 536 margin-right: 6px;
536 flex: none; 537 flex: none;
537 } 538 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698