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

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

Issue 1371073003: Display material design policies grouped by tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test corrections. Created 5 years, 1 month 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/md_policy/md_policy.css
diff --git a/chrome/browser/resources/settings/certificate_manager_page/certificate_manager_page.css b/chrome/browser/resources/md_policy/md_policy.css
similarity index 72%
copy from chrome/browser/resources/settings/certificate_manager_page/certificate_manager_page.css
copy to chrome/browser/resources/md_policy/md_policy.css
index 24b0ceb103d70807a5d397dc83af6cf4fbadb917..b9852cd494da291ed06cd9fbe6c4320c474953f3 100644
--- a/chrome/browser/resources/settings/certificate_manager_page/certificate_manager_page.css
+++ b/chrome/browser/resources/md_policy/md_policy.css
@@ -2,6 +2,7 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-.privacy-buttons {
- margin-top: 25px;
+body {
+ background: rgb(242, 242, 242);
+ font-family: Roboto;
}

Powered by Google App Engine
This is Rietveld 408576698