| OLD | NEW |
| 1 <link rel="import" href="chrome://md-user-manager/shared_styles.html"> | 1 <link rel="import" href="/shared_styles.html"> |
| 2 <link rel="import" href="chrome://resources/cr_elements/icons.html"> | 2 <link rel="import" href="chrome://resources/cr_elements/icons.html"> |
| 3 <link rel="import" href="chrome://resources/html/polymer.html"> | 3 <link rel="import" href="chrome://resources/html/polymer.html"> |
| 4 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> | 4 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> |
| 5 | 5 |
| 6 <dom-module id="user-manager-tutorial"> | 6 <dom-module id="user-manager-tutorial"> |
| 7 <template> | 7 <template> |
| 8 <style include="shared-styles"> | 8 <style include="shared-styles"> |
| 9 .tutorial-slide { | 9 .tutorial-slide { |
| 10 -webkit-transition: opacity 200ms ease-in-out; | 10 -webkit-transition: opacity 200ms ease-in-out; |
| 11 background-color: white; | 11 background-color: white; |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 <a id="addUser" is="action-link" on-tap="onAddUserTap_"> | 238 <a id="addUser" is="action-link" on-tap="onAddUserTap_"> |
| 239 $i18n{slideCompleteAddUser} | 239 $i18n{slideCompleteAddUser} |
| 240 </a> | 240 </a> |
| 241 </div> | 241 </div> |
| 242 </div> | 242 </div> |
| 243 <div class="arrow-down"></div> | 243 <div class="arrow-down"></div> |
| 244 </div> | 244 </div> |
| 245 </template> | 245 </template> |
| 246 </template> | 246 </template> |
| 247 </template> | 247 </template> |
| 248 <script src="chrome://md-user-manager/user_manager_tutorial.js"></script> | 248 <script src="user_manager_tutorial.js"></script> |
| 249 </dom-module> | 249 </dom-module> |
| OLD | NEW |