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

Side by Side Diff: chrome/browser/resources/chromeos/emulator/shared_styles.html

Issue 2958193002: Device emulator: Replace usage of paper-dialog with cr-dialog. (Closed)
Patch Set: Created 3 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 | « chrome/browser/resources/chromeos/emulator/bluetooth_settings.js ('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 <link rel="import" href="chrome://resources/html/polymer.html"> 1 <link rel="import" href="chrome://resources/html/polymer.html">
2 2
3 <dom-module id="device-emulator-shared-styles"> 3 <dom-module id="device-emulator-shared-styles">
4 <template> 4 <template>
5 <style> 5 <style>
6 paper-input { 6 paper-input {
7 display: inline-block; 7 display: inline-block;
8 margin: 0 15px; 8 margin: 0 15px;
9 width: 200px; 9 width: 200px;
10 } 10 }
11 11
12 #editModal paper-checkbox { 12 #editModal paper-checkbox {
13 -webkit-margin-start: 15px; 13 -webkit-margin-start: 15px;
14 } 14 }
15 15
16 paper-dialog {
17 height: 90%;
18 overflow-y: scroll;
19 width: 40%;
20 }
21
22 paper-radio-button { 16 paper-radio-button {
23 display: inline-block; 17 display: inline-block;
24 } 18 }
25 19
26 .element-label { 20 .element-label {
27 -webkit-padding-start: 0; 21 -webkit-padding-start: 0;
28 color: rgb(82, 101, 162); 22 color: rgb(82, 101, 162);
29 display: block; 23 display: block;
30 font-size: 24px; 24 font-size: 24px;
31 font-weight: normal; 25 font-weight: normal;
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 text-align: right; 113 text-align: right;
120 } 114 }
121 115
122 .add-device-container paper-button { 116 .add-device-container paper-button {
123 color: rgb(82, 101, 162); 117 color: rgb(82, 101, 162);
124 width: 200px; 118 width: 200px;
125 } 119 }
126 </style> 120 </style>
127 </template> 121 </template>
128 </dom-module> 122 </dom-module>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/emulator/bluetooth_settings.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698