Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <div class="step hidden" id="managed-user-creation"> | 1 <div class="step hidden" id="managed-user-creation"> |
| 2 <div class="step-contents"> | 2 <div class="step-contents"> |
| 3 <div id="managed-user-creation-intro" class="step-no-logo"> | 3 <div id="managed-user-creation-intro" class="step-no-logo"> |
| 4 <div id="managed-user-creation-marketing-intro" | 4 <div id="managed-user-creation-marketing-intro" |
| 5 class="marketing"> | 5 class="marketing"> |
| 6 <img src="chrome://theme/IDR_SUPERVISED_ILLUSTRATION_START"> | 6 <img src="chrome://theme/IDR_SUPERVISED_ILLUSTRATION_START"> |
| 7 </div> | 7 </div> |
| 8 <div class="below-marketing"> | 8 <div class="below-marketing"> |
| 9 <div class="page-title" i18n-content="createManagedUserIntroTextTitle"> | 9 <div class="page-title" i18n-content="createManagedUserIntroTextTitle"> |
| 10 </div> | 10 </div> |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 65 <div class="managed-user-creation-image-stream-area"> | 65 <div class="managed-user-creation-image-stream-area"> |
| 66 <div class="perspective-box"> | 66 <div class="perspective-box"> |
| 67 <div id="managed-user-creation-image-stream-crop"> | 67 <div id="managed-user-creation-image-stream-crop"> |
| 68 <video class="managed-user-creation-image-stream" autoplay> | 68 <video class="managed-user-creation-image-stream" autoplay> |
| 69 </video> | 69 </video> |
| 70 </div> | 70 </div> |
| 71 </div> | 71 </div> |
| 72 <div class="spinner"></div> | 72 <div class="spinner"></div> |
| 73 </div> | 73 </div> |
| 74 <p id="managed-user-creation-image-preview-caption"></p> | 74 <p id="managed-user-creation-image-preview-caption"></p> |
| 75 <button id="managed-user-creation-flip-photo" | 75 <button id="managed-user-creation-flip-photo" |
| 76 class="custom-appearance" | 76 class="custom-appearance" |
| 77 i18n-values="title:flipPhoto"></button> | 77 i18n-values="title:flipPhoto"></button> |
|
Nikita (slow)
2014/02/14 11:13:30
nit: 4 spaces indent
| |
| 78 <button id="managed-user-creation-discard-photo" | 78 <button id="managed-user-creation-discard-photo" |
| 79 i18n-values="title:discardPhoto"></button> | 79 i18n-values="title:discardPhoto"></button> |
| 80 <button id="managed-user-creation-take-photo" | 80 <button id="managed-user-creation-take-photo" |
| 81 i18n-values="title:takePhoto"></button> | 81 i18n-values="title:takePhoto"></button> |
| 82 </div> | 82 </div> |
| 83 </div> | 83 </div> |
| 84 </div> | 84 </div> |
| 85 | 85 |
| 86 <div id="managed-user-creation-import" class="page-no-marketing" hidden> | 86 <div id="managed-user-creation-import" class="page-no-marketing" hidden> |
| 87 <div class="logo-padded-text"> | 87 <div class="logo-padded-text"> |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 148 <div class="password-block" hidden> | 148 <div class="password-block" hidden> |
| 149 <input class="managed-user-creation-manager-password" type="password" | 149 <input class="managed-user-creation-manager-password" type="password" |
| 150 i18n-values="placeholder:createManagedUserManagerPasswordHint" /> | 150 i18n-values="placeholder:createManagedUserManagerPasswordHint" /> |
| 151 </div> | 151 </div> |
| 152 </div> | 152 </div> |
| 153 <div id="managed-user-creation-import-template" hidden class="import-pod"> | 153 <div id="managed-user-creation-import-template" hidden class="import-pod"> |
| 154 <img class="import-pod-image"></img> | 154 <img class="import-pod-image"></img> |
| 155 <div class="import-pod-name"></div> | 155 <div class="import-pod-name"></div> |
| 156 </div> | 156 </div> |
| 157 </div> | 157 </div> |
| OLD | NEW |