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

Side by Side Diff: Source/devtools/front_end/inspector.css

Issue 185713007: DevTools: Add timestamp support in the console (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
« no previous file with comments | « Source/devtools/front_end/SettingsScreen.js ('k') | Source/devtools/front_end/utilities.js » ('j') | 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 852 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 } 863 }
864 864
865 .console-adjacent-user-command-result { 865 .console-adjacent-user-command-result {
866 border-bottom: none; 866 border-bottom: none;
867 } 867 }
868 868
869 .console-adjacent-user-command-result + .console-user-command-result.console-log -level::before { 869 .console-adjacent-user-command-result + .console-user-command-result.console-log -level::before {
870 background-image: none; 870 background-image: none;
871 } 871 }
872 872
873 .console-timestamp {
874 color: gray;
875 margin-right: 10px;
876 -webkit-user-select: none;
877 }
878
873 .console-message::before, 879 .console-message::before,
874 .console-user-command::before, 880 .console-user-command::before,
875 #console-prompt::before, 881 #console-prompt::before,
876 .console-group-title::before { 882 .console-group-title::before {
877 position: absolute; 883 position: absolute;
878 display: block; 884 display: block;
879 content: ""; 885 content: "";
880 left: -17px; 886 left: -17px;
881 top: 0.8em; 887 top: 0.8em;
882 width: 10px; 888 width: 10px;
(...skipping 1966 matching lines...) Expand 10 before | Expand all | Expand 10 after
2849 } 2855 }
2850 2856
2851 .root-view > .split-view > .split-view-sidebar { 2857 .root-view > .split-view > .split-view-sidebar {
2852 position: relative; 2858 position: relative;
2853 } 2859 }
2854 2860
2855 select.drop-down-menu { 2861 select.drop-down-menu {
2856 border: none; 2862 border: none;
2857 -webkit-appearance: none; 2863 -webkit-appearance: none;
2858 } 2864 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/SettingsScreen.js ('k') | Source/devtools/front_end/utilities.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698