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

Unified Diff: chrome/browser/resources/chromeos/login/user_pod_template.html

Issue 7511030: Merge 95551 - [ChromeOS] Assorted WebUI login fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/835/src/
Patch Set: Created 9 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/login/user_pod_template.html
===================================================================
--- chrome/browser/resources/chromeos/login/user_pod_template.html (revision 95551)
+++ chrome/browser/resources/chromeos/login/user_pod_template.html (working copy)
@@ -2,9 +2,9 @@
If you change this template, please update UserPod element properties
defined in user_pod_row.js.
-->
-<div id="user-pod-template" class="pod init" hidden>
+<div id="user-pod-template" class="pod" hidden>
<img>
- <div class="name init"></div>
+ <div class="name"></div>
<input type="password">
<button class="enter-guest-button" i18n-content="enterGuestButton"></button>
<button class="remove-user-button" hidden></button>

Powered by Google App Engine
This is Rietveld 408576698