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

Unified Diff: chrome/browser/resources/policy.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/local_discovery/local_discovery.html ('k') | chrome/browser/resources/policy.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/policy.css
diff --git a/chrome/browser/resources/policy.css b/chrome/browser/resources/policy.css
index 399c63679d9e5d7889f073200738775a2d40c80b..eb4f5439af856b3459815c83a61bc0bf6a183783 100644
--- a/chrome/browser/resources/policy.css
+++ b/chrome/browser/resources/policy.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: 23px;
}
-body.uber-frame > .page {
+body > .page {
-webkit-margin-end: 0;
-webkit-padding-end: 24px;
}
@@ -17,16 +17,16 @@ body.uber-frame > .page {
z-index: 4;
}
-body.uber-frame header {
+body header {
left: 23px;
max-width: none;
}
-html[dir='rtl'] body.uber-frame header {
+html[dir='rtl'] body header {
right: 23px;
}
-body.uber-frame section {
+body section {
max-width: none;
}
« no previous file with comments | « chrome/browser/resources/local_discovery/local_discovery.html ('k') | chrome/browser/resources/policy.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698