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

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

Issue 9006010: [cros] Vertical align of usernames, password fields and buttons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 22d381517f00a14dd701068e341f5fce65395fc9..608a9876c33bcb90dfb1dd61e5e3ee84bc60569d 100644
--- a/chrome/browser/resources/chromeos/login/user_pod_row.css
+++ b/chrome/browser/resources/chromeos/login/user_pod_row.css
@@ -33,7 +33,7 @@ podrow {
border-radius: 2px;
height: 160px;
padding: 4px;
- margin-bottom: 18px;
+ margin-bottom: 10px;
Nikita (slow) 2011/12/20 14:43:37 nit: alpha-sorting for properties.
Ivan Korotkov 2011/12/20 15:12:19 Done.
width: 160px;
}
@@ -76,6 +76,7 @@ podrow {
color: #565656;
font-weight: bold;
font-size: 15px;
+ margin: 4px 0;
overflow: hidden;
text-align: center;
text-overflow: ellipsis;
@@ -128,7 +129,7 @@ podrow {
.pod .enter-guest-button,
.pod .signin-button {
box-sizing: border-box;
- height: 24px;
+ height: 26px;
width: 94px;
Nikita (slow) 2011/12/20 14:43:37 nit: alpha-sorting for properties.
Ivan Korotkov 2011/12/20 15:12:19 Done.
left: 46px;
opacity: 0;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698