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

Unified Diff: chrome/browser/resources/chromeos/login/user_pod_row.css

Issue 7461142: [ChromeOS] Assorted WebUI login fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/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_row.css
diff --git a/chrome/browser/resources/chromeos/login/user_pod_row.css b/chrome/browser/resources/chromeos/login/user_pod_row.css
index 7ae89f075f86e33b16f21f2e900304bbc04931c8..8ffc03152d591b22328c8ad9d9ece6020b461710 100644
--- a/chrome/browser/resources/chromeos/login/user_pod_row.css
+++ b/chrome/browser/resources/chromeos/login/user_pod_row.css
@@ -11,7 +11,6 @@ podrow {
-webkit-transition: all .2s ease-in-out;
display: -webkit-box;
height: 225px;
- outline: none;
position: relative;
}
@@ -19,6 +18,7 @@ podrow {
-webkit-transition: all .23s ease;
border-radius: 2px;
margin: 0 10px;
+ outline: none;
padding: 10px;
position: relative;
width: 170px;

Powered by Google App Engine
This is Rietveld 408576698