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

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: Sort CSS lines. 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..42c25fdf532916e23e5dc280a24046c868b1856f 100644
--- a/chrome/browser/resources/chromeos/login/user_pod_row.css
+++ b/chrome/browser/resources/chromeos/login/user_pod_row.css
@@ -32,8 +32,8 @@ podrow {
border: 1px solid #ccc;
border-radius: 2px;
height: 160px;
+ margin-bottom: 10px;
padding: 4px;
- margin-bottom: 18px;
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,14 +129,14 @@ podrow {
.pod .enter-guest-button,
.pod .signin-button {
box-sizing: border-box;
- height: 24px;
- width: 94px;
+ height: 26px;
left: 46px;
opacity: 0;
padding: 0;
position: absolute;
top: 193px;
visibility: hidden;
+ width: 94px;
}
.pod.focused .enter-guest-button,
« 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