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

Unified Diff: third_party/WebKit/Source/devtools/front_end/product_registry/popup.css

Issue 2879943003: DevTools: render product badges behind the setting. (Closed)
Patch Set: removed module from the list. Created 3 years, 7 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/product_registry/popup.css
diff --git a/third_party/WebKit/Source/devtools/front_end/product_registry/popup.css b/third_party/WebKit/Source/devtools/front_end/product_registry/popup.css
new file mode 100644
index 0000000000000000000000000000000000000000..9929aeea45ab8d9f256313641fc0a40c760a2a8f
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/product_registry/popup.css
@@ -0,0 +1,31 @@
+/*
+ * Copyright 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.
+ */
+
+.product-registry-popup {
+ background-color: white;
+ padding: 15px 45px 15px 15px;
+ border-radius: 4px;
+ white-space: nowrap;
+ box-shadow: 0px 1px 2px 0px gray;
+}
+
+.product-registry-domain {
+ font-weight: bold;
+}
+
+.product-registry-name {
+ padding: 10px 0;
+}
+
+.product-registry-link {
+ display: block;
+}
+
+div[is=dt-close-button] {
+ position: absolute;
+ top: 5px;
+ right: 5px;
+}

Powered by Google App Engine
This is Rietveld 408576698