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

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

Issue 10383240: This adds a webui overlay on the extensions page for showing what Extension keybindings are active.… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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: chrome/browser/resources/extensions/extensions.css
===================================================================
--- chrome/browser/resources/extensions/extensions.css (revision 137495)
+++ chrome/browser/resources/extensions/extensions.css (working copy)
@@ -64,12 +64,12 @@
-webkit-padding-start: 10px;
}
-#get-more-extensions {
+#footer-section {
background: url('chrome://theme/IDR_WEBSTORE_ICON_32') no-repeat left center;
font-size: 1.25em;
}
-#get-more-extensions > a {
+#footer-section > a {
-webkit-margin-start: 42px;
line-height: 32px;
}
@@ -79,9 +79,9 @@
}
.loading #no-extensions,
-.loading #get-more-extensions,
+.loading #footer-section,
#extension-settings-list:not(.empty-extension-list) ~ #no-extensions,
-.empty-extension-list ~ #get-more-extensions {
+.empty-extension-list ~ #footer-section {
display: none;
}
@@ -194,6 +194,10 @@
visibility: hidden;
}
+.extension-commands-config {
+ float: right;
+}
+
/* Overlays */
#overlay {

Powered by Google App Engine
This is Rietveld 408576698