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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/confirmDialog.css

Issue 2654483004: [DevTools] Provide a way to delete Indexed DBs (Closed)
Patch Set: Moved the confirm dialog Created 3 years, 11 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: third_party/WebKit/Source/devtools/front_end/ui/confirmDialog.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/confirmDialog.css b/third_party/WebKit/Source/devtools/front_end/ui/confirmDialog.css
new file mode 100644
index 0000000000000000000000000000000000000000..aade0dfee3b2988f42ad3fd9abfc1b256ec7e51e
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/ui/confirmDialog.css
@@ -0,0 +1,24 @@
+/*
+ * Copyright (c) 2017 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+.widget {
+ padding: 20px;
+}
+
+.message, .button {
+ font-size: larger;
+ white-space: pre;
+ margin: 5px;
+}
+
+.button {
+ text-align: center;
+ margin-top: 10px;
+}
+
+.reason {
+ color: #8b0000;
+}

Powered by Google App Engine
This is Rietveld 408576698