OLD | NEW |
1 <link rel="import" href="chrome://md-user-manager/shared_styles.html"> | 1 <link rel="import" href="chrome://md-user-manager/shared_styles.html"> |
2 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> | 2 <link rel="import" href="chrome://resources/html/i18n_behavior.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/iron-icons/iron-icons.h
tml"> | 4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.h
tml"> |
5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> | 5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> |
6 | 6 |
7 <dom-module id="user-manager-tutorial"> | 7 <dom-module id="user-manager-tutorial"> |
8 <link rel="import" type="css" href="chrome://resources/css/action_link.css"> | |
9 <template> | 8 <template> |
10 <style include="shared-styles"> | 9 <style include="shared-styles"> |
11 .tutorial-slide { | 10 .tutorial-slide { |
12 -webkit-transition: opacity 200ms ease-in-out; | 11 -webkit-transition: opacity 200ms ease-in-out; |
13 background-color: white; | 12 background-color: white; |
14 border-radius: 2px; | 13 border-radius: 2px; |
15 bottom: 0; | 14 bottom: 0; |
16 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); | 15 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); |
17 height: 408px; | 16 height: 408px; |
18 left: 0; | 17 left: 0; |
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 </a> | 241 </a> |
243 </div> | 242 </div> |
244 </div> | 243 </div> |
245 <div class="arrow-down"></div> | 244 <div class="arrow-down"></div> |
246 </div> | 245 </div> |
247 </template> | 246 </template> |
248 </template> | 247 </template> |
249 </template> | 248 </template> |
250 <script src="chrome://md-user-manager/user_manager_tutorial.js"></script> | 249 <script src="chrome://md-user-manager/user_manager_tutorial.js"></script> |
251 </dom-module> | 250 </dom-module> |
OLD | NEW |