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

Side by Side Diff: chrome/browser/resources/md_user_manager/user_manager_tutorial.html

Issue 1940923003: MD User Manager: Refactoring CSS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@md-user-manager-design-change
Patch Set: rebase Created 4 years, 7 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/md_user_manager/supervised_user_learn_more.html ('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://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
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>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_user_manager/supervised_user_learn_more.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698