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

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: review 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/about_version_android.css b/chrome/browser/resources/options/managed_user_settings.css
similarity index 56%
copy from chrome/browser/resources/about_version_android.css
copy to chrome/browser/resources/options/managed_user_settings.css
index b084d149c2930098fabad66b7c192d04dfb4c391..7b50cfa3144f5af81bd8f128f78117503067538b 100644
--- a/chrome/browser/resources/about_version_android.css
+++ b/chrome/browser/resources/options/managed_user_settings.css
@@ -2,17 +2,12 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-#outer {
- text-align: left;
- width: 90%;
+#managed-user-settings-page {
+ min-width: 600px;
}
-#inner {
- width: auto;
-}
-
-#logo {
- float: none;
- margin-left: auto;
- margin-right: auto;
+/* Content Packs list */
+#content-packs-list {
+ margin-bottom: 10px;
+ min-height: 0;
}
« 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