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/timeline/timelinePanel.css

Issue 1048663002: [invalidations] Convert invalidations to use TreeOutline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Annotate | Revision Log
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 850 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 861
862 .timeline-gap { 862 .timeline-gap {
863 flex: none; 863 flex: none;
864 } 864 }
865 865
866 .invalidations-group { 866 .invalidations-group {
867 margin-top: 4px; 867 margin-top: 4px;
868 line-height: normal; 868 line-height: normal;
869 } 869 }
870 870
871 .invalidations-group > .header { 871 .invalidations-header > .timeline-expandable-arrow {
872 padding-left: 0; 872 display: inline-block;
873 margin-right: 5px;
874 top: 0;
873 } 875 }
874 876
875 .invalidations-group > .content { 877 .invalidations-group > .content {
876 margin-left: 25px; 878 margin-left: 25px;
877 } 879 }
878 880
879 .invalidations-group > .content > .node-list { 881 .invalidations-group > .content > .node-list {
880 border-left: 1px solid #e1e1e1; 882 border-left: 1px solid #e1e1e1;
881 } 883 }
882 884
883 .timeline.panel .status-bar::shadow .timeline-status-bar-group-label { 885 .timeline.panel .status-bar::shadow .timeline-status-bar-group-label {
884 margin-left: 12px; 886 margin-left: 12px;
885 margin-right: 6px; 887 margin-right: 6px;
886 color: #888; 888 color: #888;
887 } 889 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698