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

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

Issue 289013002: cros: Clean up screenlockPrivate plumbing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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/login/user_pod_row.css
diff --git a/chrome/browser/resources/login/user_pod_row.css b/chrome/browser/resources/login/user_pod_row.css
index 875cd17ee7318b483b8bcdb81ac28758c0549d38..9d9ef1a4ba6e1756ca78e0618fb0e9ce517a2354 100644
--- a/chrome/browser/resources/login/user_pod_row.css
+++ b/chrome/browser/resources/login/user_pod_row.css
@@ -159,28 +159,12 @@ podrow[ncolumns='6'] .pod {
display: -webkit-box;
}
-.custom-button {
+.custom-icon {
-webkit-box-align: center;
- background-color: rgba(0, 0, 0, 0);
- background-image: none;
- cursor: pointer;
- display: -webkit-box;
+ background-position: center;
+ background-repeat: no-repeat;
height: 40px;
- margin: 0;
- max-width: 40px;
- min-height: 0;
- min-width: 0;
- padding: 0;
-}
-
-button.custom-button:focus:active,
-button.custom-button:focus:hover {
- border: 1px solid transparent !important;
-}
-
-.custom-button img {
- max-height: 100%;
- max-width: 100%;
+ width: 40px;
}
.pod input[type='password'] {
« no previous file with comments | « chrome/browser/resources/login/screen_account_picker.js ('k') | chrome/browser/resources/login/user_pod_row.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698