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

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

Issue 197823010: [DevTools] Add minimum size to WebInspector.View. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@splitdip2
Patch Set: fixed comments 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
« no previous file with comments | « Source/devtools/front_end/splitView.css ('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 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 text-align: right; 702 text-align: right;
703 white-space: nowrap; 703 white-space: nowrap;
704 } 704 }
705 705
706 .timeline-details-row-data { 706 .timeline-details-row-data {
707 white-space: nowrap; 707 white-space: nowrap;
708 } 708 }
709 709
710 .timeline-details-view { 710 .timeline-details-view {
711 color: #333; 711 color: #333;
712 overflow: hidden;
712 } 713 }
713 714
714 .timeline-details-view-title { 715 .timeline-details-view-title {
715 padding: 2px 5px; 716 padding: 2px 5px;
716 flex: 0 0 19px; 717 flex: 0 0 19px;
717 border-bottom: 1px solid rgb(202, 202, 202); 718 border-bottom: 1px solid rgb(202, 202, 202);
718 background-color: rgb(236, 236, 236); 719 background-color: rgb(236, 236, 236);
719 white-space: nowrap; 720 white-space: nowrap;
720 display: flex; 721 display: flex;
721 color: rgb(92, 110, 129); 722 color: rgb(92, 110, 129);
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
801 display: none; 802 display: none;
802 } 803 }
803 804
804 .timeline-flamechart-view .flame-chart-main-pane .resources-divider-label { 805 .timeline-flamechart-view .flame-chart-main-pane .resources-divider-label {
805 text-align: center; 806 text-align: center;
806 } 807 }
807 808
808 .timeline-flamechart { 809 .timeline-flamechart {
809 overflow: hidden; 810 overflow: hidden;
810 } 811 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/splitView.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698