Chromium Code Reviews| 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; |
| +} |