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

Unified Diff: chrome/browser/resources/settings/settings_dialog_css.html

Issue 1758973002: MD Settings: Creating a <settings-dialog> element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove extra blank line Created 4 years, 10 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/settings_dialog_css.html
diff --git a/chrome/browser/resources/settings/settings_dialog_css.html b/chrome/browser/resources/settings/settings_dialog_css.html
deleted file mode 100644
index 5e0cc79b8d3cc9cb8572738f7925b05963ded1de..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/settings/settings_dialog_css.html
+++ /dev/null
@@ -1,65 +0,0 @@
-<!-- Common dialog styles for Material Design settings. -->
-<dom-module id="settings-dialog">
- <template>
- <style>
- paper-dialog {
- max-width: 800px;
- min-width: 500px;
- }
-
- #dialog-content {
- -webkit-padding-end: 0;
- -webkit-padding-start: 0;
- margin-bottom: 0;
- margin-top: 0;
- }
-
- paper-dialog .top-row {
- align-items: center;
- border-bottom: 1px solid gainsboro;
- display: flex;
- padding-bottom: 5px;
- padding-top: 5px;
- }
-
- paper-dialog .title {
- flex: 1;
- font-size: 1.13em;
- }
-
- paper-dialog .body {
- font-size: 1em;
- margin: 20px 0;
- }
-
- paper-dialog .title,
- paper-dialog .body {
- -webkit-padding-end: 24px;
- -webkit-padding-start: 24px;
- }
-
- paper-dialog .cancel-button {
- color: rgb(109, 109, 109);
- font-weight: 500;
- }
-
- paper-dialog .explanation {
- margin-bottom: 35px;
- }
-
- paper-dialog .button-container {
- display: flex;
- justify-content: flex-end;
- }
-
- paper-dialog paper-button {
- margin: 0;
- min-width: auto;
- }
-
- paper-dialog paper-button[toggles][active] {
- background-color: LightGray;
- }
- </style>
- </template>
-</dom-module>
« no previous file with comments | « chrome/browser/resources/settings/settings_dialog.js ('k') | chrome/browser/resources/settings/settings_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698