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

Unified Diff: chrome/browser/resources/options/chromeos_accounts_options_page.css

Issue 6380015: Fix ChromeOS users list multiple X problem. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: apply kochi's fix and for his comments #1 Created 9 years, 11 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 | « no previous file | chrome/browser/resources/options/chromeos_accounts_user_list.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/chromeos_accounts_options_page.css
diff --git a/chrome/browser/resources/options/chromeos_accounts_options_page.css b/chrome/browser/resources/options/chromeos_accounts_options_page.css
index 3cba82337924399546239abbf46ffc6bc0319344..1cc4f2e465d0aebc921e1e8fb9ea4cc0153f5ad7 100644
--- a/chrome/browser/resources/options/chromeos_accounts_options_page.css
+++ b/chrome/browser/resources/options/chromeos_accounts_options_page.css
@@ -11,7 +11,6 @@
}
.user-list-item {
- line-height: 35px;
padding: 2px;
}
@@ -19,7 +18,6 @@
border: 1px solid black;
width: 26px;
height: 26px;
- vertical-align: middle;
}
.user-email-label {
@@ -31,23 +29,18 @@
-webkit-margin-start: 10px;
}
+.user-email-name-block {
+ -webkit-box-flex: 1;
+ max-width: 318px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+}
+
.remove-user-button {
background-image: url(chrome://theme/IDR_CLOSE_BAR);
- background-color: transparent;
- border: 0;
width: 16px;
height: 16px;
- margin-top: 8px;
- min-width: 16px;
- padding: 1px 6px 1px 6px;
-}
-
-html[dir=ltr] .remove-user-button {
- float: right;
-}
-
-html[dir=rtl] .remove-user-button {
- float: left;
}
.remove-user-button:hover {
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos_accounts_user_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698