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

Unified Diff: chrome/browser/resources/policy_android.css

Issue 2931243002: Unframe chrome://extensions as it's the last (and only) uber item (Closed)
Patch Set: policy_android.css Created 3 years, 6 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 | « chrome/browser/resources/policy.js ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/policy_android.css
diff --git a/chrome/browser/resources/policy_android.css b/chrome/browser/resources/policy_android.css
index 6bf8a0df32729e8096ba95746e824de6b77ea12b..7bb0e2ac53bfdc7d9e3877cf549c5e19b161503c 100644
--- a/chrome/browser/resources/policy_android.css
+++ b/chrome/browser/resources/policy_android.css
@@ -2,11 +2,11 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-body.uber-frame {
+body {
-webkit-margin-start: 0;
}
-body.uber-frame > .page {
+body > .page {
-webkit-margin-end: 0;
-webkit-padding-end: 10px;
-webkit-padding-start: 10px;
@@ -19,22 +19,22 @@ body.uber-frame > .page {
z-index: 4;
}
-body.uber-frame header {
+body header {
left: 0;
max-width: none;
min-width: 0;
}
-body.uber-frame header > h1 {
+body header > h1 {
margin-left: 10px;
}
-body.uber-frame section {
+body section {
-webkit-padding-start: 0;
max-width: none;
}
-body.uber-frame section > h3 {
+body section > h3 {
-webkit-margin-start: 0;
}
@@ -132,7 +132,7 @@ section:not(.empty) > div.no-policies-set {
display: none;
}
-body.uber-frame * section.policy-table-section {
+body * section.policy-table-section {
padding-bottom: 10px;
}
« no previous file with comments | « chrome/browser/resources/policy.js ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698