1 /* 2 Copyright (c) 2011 The Chromium Authors. All rights reserved. 3 Use of this source code is governed by a BSD-style license that can be 4 found in the LICENSE file. 5 */ 6 .timeline-view { 7 padding: 0px; 8 -webkit-box-orient: vertical; 9 -webkit-box-flex: 1; 10 display: -webkit-box; 11 } 12 13 .timeline-view > .timeline { 14 display: -webkit-box; 15 -webkit-box-flex: 1; 16 overflow: auto; 17 } 18 19 .timeline-view > .timeline > .timeline { 20 -webkit-box-flex: 1; 21 } 22 23 .timeline-view .summary-container { 24 border-top: 1px solid black; 25 max-height: 250px; 26 min-height: 250px; 27 font-family: monospace; 28 overflow: auto; 29 } 30 31 .timeline-view .selection { 32 margin: 2px; 33 } 34 35 .timeline-view .selection ul { 36 margin: 0px; 37 } 38