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

Side by Side Diff: Source/devtools/front_end/timeline/timelinePanel.css

Issue 934303002: Timeline: add labels around status bar controls (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: use ::shadow instead of /deep/ Created 5 years, 10 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/timeline/TimelinePanel.js ('k') | no next file » | 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 861 matching lines...) Expand 10 before | Expand all | Expand 10 after
872 padding-left: 0; 872 padding-left: 0;
873 } 873 }
874 874
875 .invalidations-group > .content { 875 .invalidations-group > .content {
876 margin-left: 25px; 876 margin-left: 25px;
877 } 877 }
878 878
879 .invalidations-group > .content > .node-list { 879 .invalidations-group > .content > .node-list {
880 border-left: 1px solid #e1e1e1; 880 border-left: 1px solid #e1e1e1;
881 } 881 }
882
883 .timeline.panel .status-bar::shadow .timeline-status-bar-group-label {
884 margin-left: 12px;
885 margin-right: 6px;
886 color: #888;
887 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/timeline/TimelinePanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698