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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/console/consoleView.css

Issue 2879973003: DevTools: Show product badge in console (Closed)
Patch Set: Merge branch 'master' into badge_final Created 3 years, 7 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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 clear: both; 314 clear: both;
315 } 315 }
316 316
317 .console-message-anchor { 317 .console-message-anchor {
318 float: right; 318 float: right;
319 text-align: right; 319 text-align: right;
320 max-width: 100%; 320 max-width: 100%;
321 margin-left: 4px; 321 margin-left: 4px;
322 } 322 }
323 323
324 .console-message-badge {
325 float: right;
326 margin-left: 4px;
327 }
328
324 .console-message-nowrap-below, 329 .console-message-nowrap-below,
325 .console-message-nowrap-below div, 330 .console-message-nowrap-below div,
326 .console-message-nowrap-below span { 331 .console-message-nowrap-below span {
327 white-space: nowrap !important; 332 white-space: nowrap !important;
328 } 333 }
329 334
330 .object-state-note { 335 .object-state-note {
331 display: inline-block; 336 display: inline-block;
332 width: 11px; 337 width: 11px;
333 height: 11px; 338 height: 11px;
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 align-items: stretch; 377 align-items: stretch;
373 } 378 }
374 379
375 .console-message-stack-trace-wrapper > * { 380 .console-message-stack-trace-wrapper > * {
376 flex: none; 381 flex: none;
377 } 382 }
378 383
379 .console-message-expand-icon { 384 .console-message-expand-icon {
380 margin-bottom: -2px; 385 margin-bottom: -2px;
381 } 386 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698