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

Side by Side Diff: netlog_viewer/top_bar_view.html

Issue 2162963002: [polymer] Merge of master into polymer10-migration (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Merge polymer10-migration int polymer10-merge Created 4 years, 5 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 | « netlog_viewer/timeline_view.js ('k') | netlog_viewer/top_bar_view.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!--
2 Copyright (c) 2013 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
7 <!-- Status bar at top of screen -->
8
9 <style>
10 #top-bar-view {
11 -webkit-align-items: center;
12 border-bottom: 1px solid gray;
13 color: #fff;
14 display: -webkit-flex;
15 padding: 2px 2px 4px 7px;
16 }
17 </style>
18
19 <div id=top-bar-view>
20 <div style="-webkit-flex-grow: 1">
21 <!-- Status bar at top of screen -->
22 <div id=loaded-status-view>
23 <span id=loaded-status-view-dump-file-name></span>
24
25 <!-- TODO(rayraymond): Add any extra tools here -->
26 <select id=capture-status-view-actions>
27 </select>
28 </div>
29 </div>
30 </div>
31
OLDNEW
« no previous file with comments | « netlog_viewer/timeline_view.js ('k') | netlog_viewer/top_bar_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698