|
7 | 7 | <meta name='viewport' content='width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes'> |
8 | 8 | <script src='bower_components/webcomponentsjs/webcomponents-lite.min.js'></script> |
9 | 9 |
|
| 10 | + <link rel="import" href="bower_components/iron-icons/iron-icons.html"> |
10 | 11 | <link rel="import" href="bower_components/paper-button/paper-button.html"> |
11 | 12 | <link rel="import" href="bower_components/paper-header-panel/paper-header-panel.html"> |
| 13 | + <link rel="import" href="bower_components/paper-icon-button/paper-icon-button.html"> |
| 14 | + <link rel="import" href="bower_components/paper-toolbar/paper-toolbar.html"> |
| 15 | + |
12 | 16 | <!-- Figure out how to fix the CSP issue with the googleapis font import from iron-meta --> |
13 | 17 | <!--<link rel="import" href="bower_components/paper-card/paper-card.html">--> |
14 | 18 | <!--<link rel="import" href="bower_components/paper-input/paper-input.html">--> |
|
17 | 21 | <link href='generic_ui/style/global.css' rel='stylesheet' shim-shadowdom> |
18 | 22 |
|
19 | 23 | <style> |
20 | | - .paper-header { |
21 | | - background-color: #12a391; |
22 | | - color: #FeFeFe; |
23 | | - text-align: left; |
24 | | - padding: 10px; |
25 | | - font-size: 2; |
26 | | - font-size: 1.7em; |
27 | | - font-weight: bold; |
28 | | - } |
29 | | - .paper-button:enabled { |
30 | | - background-color: #12a391; |
31 | | - color: #fefefe; |
| 24 | + paper-toolbar.uproxy { |
| 25 | + background: #12a391; |
32 | 26 | } |
33 | 27 | .server-entry-card, .access-code-card { |
34 | 28 | background-color: white; |
|
60 | 54 | } |
61 | 55 | body { |
62 | 56 | display: block; |
63 | | - text-align: center; |
64 | 57 | margin: 0; |
65 | 58 | font-family: Roboto, sans-serif; |
66 | 59 | font-size: 13px; |
|
72 | 65 |
|
73 | 66 | <body touch-action='auto' class='fullbleed layout vertical'> |
74 | 67 | <paper-header-panel mode='waterfall' class='flex'> |
75 | | - <div class='paper-header'>uProxy</div> |
| 68 | + <paper-toolbar class='uproxy'> |
| 69 | + <paper-icon-button icon="menu"></paper-icon-button> |
| 70 | + <span class="title">uProxy</span> |
| 71 | + </paper-toolbar> |
76 | 72 | <div class='page-content'> |
77 | 73 | <div id='entry-list'></div> |
78 | 74 | <div class='access-code-card'> |
|
0 commit comments