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

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

Issue 7753010: [ChromeOS] Make "createAccount" and "guestSignin" keyboard friendly. (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
« no previous file with comments | « chrome/browser/resources/chromeos/login/screen_gaia_signin.html ('k') | 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/screen_signin.css
diff --git a/chrome/browser/resources/chromeos/login/screen_signin.css b/chrome/browser/resources/chromeos/login/screen_signin.css
index 6f5fc16cf10e4f47630918b7921f70618f3338a9..b7be0cea2b9df13dab9cc2caecd2c09f508ef281 100644
--- a/chrome/browser/resources/chromeos/login/screen_signin.css
+++ b/chrome/browser/resources/chromeos/login/screen_signin.css
@@ -23,8 +23,10 @@
.signin-link {
color: #254f9b;
+ display: block;
achuithb 2011/08/25 21:29:48 just curious: is this necessary for divs?
cursor: pointer;
margin-top: 20px;
+ text-decoration: none;
achuithb 2011/08/25 21:29:48 Is this to prevent inherited colors, etc?
}
#signin-frame {
« no previous file with comments | « chrome/browser/resources/chromeos/login/screen_gaia_signin.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698