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

Unified Diff: chrome/browser/resources/settings/privacy_page/privacy_page.css

Issue 1168793002: Add an initial implementation of the Privacy Page. No subpages yet. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove copy pasta Created 5 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
Index: chrome/browser/resources/settings/privacy_page/privacy_page.css
diff --git a/ui/webui/resources/cr_elements/cr_input/cr_input.css b/chrome/browser/resources/settings/privacy_page/privacy_page.css
similarity index 80%
copy from ui/webui/resources/cr_elements/cr_input/cr_input.css
copy to chrome/browser/resources/settings/privacy_page/privacy_page.css
index 204e397c466ba411b87b0a6b69a838c653041545..bcd874e472335f68dea14e26abadf1507f120fda 100644
--- a/ui/webui/resources/cr_elements/cr_input/cr_input.css
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.css
@@ -2,6 +2,6 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-:host {
- display: inline-block;
-}
+.privacy-buttons {
+ margin-top: 25px;
+}

Powered by Google App Engine
This is Rietveld 408576698