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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: netlog_viewer/top_bar_view.html
diff --git a/netlog_viewer/top_bar_view.html b/netlog_viewer/top_bar_view.html
new file mode 100644
index 0000000000000000000000000000000000000000..9b3ad6e50582ad61fc0140b31d9ee11e8d2e57ba
--- /dev/null
+++ b/netlog_viewer/top_bar_view.html
@@ -0,0 +1,31 @@
+<!--
+Copyright (c) 2013 The Chromium Authors. All rights reserved.
+Use of this source code is governed by a BSD-style license that can be
+found in the LICENSE file.
+-->
+
+<!-- Status bar at top of screen -->
+
+<style>
+#top-bar-view {
+ -webkit-align-items: center;
+ border-bottom: 1px solid gray;
+ color: #fff;
+ display: -webkit-flex;
+ padding: 2px 2px 4px 7px;
+}
+</style>
+
+<div id=top-bar-view>
+ <div style="-webkit-flex-grow: 1">
+ <!-- Status bar at top of screen -->
+ <div id=loaded-status-view>
+ <span id=loaded-status-view-dump-file-name></span>
+
+ <!-- TODO(rayraymond): Add any extra tools here -->
+ <select id=capture-status-view-actions>
+ </select>
+ </div>
+ </div>
+</div>
+
« 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