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

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

Issue 11414294: Add a "managed user settings" page to chrome://settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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
Index: chrome/browser/resources/options/managed_user_settings.css
diff --git a/chrome/browser/resources/options/managed_user_settings.css b/chrome/browser/resources/options/managed_user_settings.css
new file mode 100644
index 0000000000000000000000000000000000000000..65f5354ee65e6c9e113f3f3539f84cd7ec83aa1c
--- /dev/null
+++ b/chrome/browser/resources/options/managed_user_settings.css
@@ -0,0 +1,9 @@
+#managed-user-settings-page {
Evan Stade 2012/12/03 20:03:25 license header
Bernhard Bauer 2012/12/03 20:34:04 Done.
+ min-width: 600px;
+}
Evan Stade 2012/12/03 20:03:25 \n
Bernhard Bauer 2012/12/03 20:34:04 Done.
+/* Content Packs list */
+#content-packs-list {
+ margin-bottom: 10px;
+ min-height: 0;
+}
+
Evan Stade 2012/12/03 20:03:25 ^H
Bernhard Bauer 2012/12/03 20:34:04 Done.
« no previous file with comments | « chrome/app/resources/locale_settings.grd ('k') | chrome/browser/resources/options/managed_user_settings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698