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

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

Issue 2935011: Initial accounts options page. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: use ListItem directly for now per arv Created 10 years, 5 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/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
new file mode 100644
index 0000000000000000000000000000000000000000..739e254471dafcec004d5c2d942b44556d3e7c62
--- /dev/null
+++ b/chrome/browser/resources/options/chromeos_accounts_options_page.css
@@ -0,0 +1,6 @@
+#userList {
+ border: 1px solid lightgrey;
+ padding: 2px;
+ width: 160px;
+ height: 120px;
+}

Powered by Google App Engine
This is Rietveld 408576698