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

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

Issue 540113002: Reorder "action links" on chrome://extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dc_remove_install_from_webstore_flag
Patch Set: Created 6 years, 3 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
diff --git a/chrome/browser/resources/extensions/extensions.css b/chrome/browser/resources/extensions/extensions.css
index 8f170047d0fa456d86a9a591d4da7ca807950eca..60515b5473ee4a6332a7448b8a290ee01c10c358 100644
--- a/chrome/browser/resources/extensions/extensions.css
+++ b/chrome/browser/resources/extensions/extensions.css
@@ -187,6 +187,11 @@ html[dir=rtl] #footer-section {
min-height: 48px;
}
+.extension-list-item a {
+ -webkit-margin-start: 0.5em;
+ display: inline-block;
+}
+
html[dir='rtl'] .extension-list-item {
background-position: right;
}
@@ -215,12 +220,23 @@ html[dir='rtl'] .extension-list-item {
white-space: normal;
}
+.action-links {
+ -webkit-margin-after: 0.5em;
+}
+
+.action-links > a {
Dan Beam 2014/09/04 23:01:19 why do you need > ?
Dan Beam 2014/09/04 23:01:19 if not having needless margin on the end matter, y
Devlin 2014/09/04 23:28:09 Couple of things: - It shouldn't matter, so I'd be
Devlin 2014/09/04 23:28:09 Don't need. Just like to be specific, and right n
+ -webkit-margin-end: 1em;
+ -webkit-margin-start: 0;
+}
+
.extension-details {
-webkit-box-flex: 1;
+ -webkit-padding-end: 7px;
-webkit-padding-start: 55px;
}
.extension-description,
+.extension-version,
.extension-list-item-wrapper.inactive-extension .extension-details,
.location-text,
.blacklist-text,
@@ -263,11 +279,6 @@ html[dir='rtl'] .extension-list-item {
padding-top: 7px;
}
-.extension-list-item a {
- -webkit-margin-start: 0.5em;
- display: inline-block;
-}
-
.install-warnings a {
-webkit-margin-start: 0;
}
@@ -376,10 +387,6 @@ html[dir='rtl'] #extension-settings .trash {
padding: 5px 0 5px 5px;
}
-.may-not-modify .optional-controls .optional-controls-disableable {
- display: none;
-}
-
/* Supervised users */
.page:not(.profile-is-supervised) .profile-is-supervised-banner,

Powered by Google App Engine
This is Rietveld 408576698