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

Unified Diff: chrome/browser/resources/extensions/extension_info.css

Issue 10544195: Show an extension info bubble when a script badge is clicked. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase eh Created 8 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/extensions/extension_info.css
diff --git a/chrome/browser/resources/extensions/extension_info.css b/chrome/browser/resources/extensions/extension_info.css
new file mode 100644
index 0000000000000000000000000000000000000000..ed4c2ba17b8ee4ed039d89968ba2556fda192464
--- /dev/null
+++ b/chrome/browser/resources/extensions/extension_info.css
@@ -0,0 +1,44 @@
+/* Copyright (c) 2012 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. */
+
+body {
+ font-family: 'DejaVu Sans', Arial, sans-serif;
+ margin: 8px;
+ max-width: 480px;
+ min-width: 360px;
+}
+
+#extension-item {
+ background-repeat: no-repeat;
+ display: -webkit-box;
+ min-height: 48px;
+}
+
+#extension-title-running {
+ -webkit-padding-after: 5px;
+ -webkit-padding-end: 5px;
+ font-size: 1.2em;
+ font-weight: 500;
+}
+
+#extension-last-updated,
+#extension-update-time {
+ -webkit-padding-end: 7px;
+ color: rgb(78, 83, 86);
+ font-size: 1em;
+ font-weight: 400;
+}
+
+#extension-description {
+ -webkit-padding-end: 5px;
+ color: rgb(121, 126, 130);
+ font-size: 1em;
+ margin: 5px 0;
+ white-space: normal;
+}
+
+#extension-details {
+ -webkit-box-flex: 1;
+ -webkit-padding-start: 57px;
+}
« no previous file with comments | « chrome/browser/extensions/script_badge_controller.cc ('k') | chrome/browser/resources/extensions/extension_info.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698