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

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

Issue 1016413004: [Extensions] Update Error Console UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Dan's Created 5 years, 9 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 b761bf793ea71505ccde4e7b8a51cc408639d24b..cad8f7b0993603d34d436c39f07f886f6d70469c 100644
--- a/chrome/browser/resources/extensions/extensions.css
+++ b/chrome/browser/resources/extensions/extensions.css
@@ -120,6 +120,14 @@ html:not(.focus-outline-visible)
text-align: right;
}
+.extension-code-empty {
+ background-color: #eee;
+ display: inline-block;
+ line-height: 100px; /* Vertically centers text and serves as min-height. */
+ text-align: center;
+ width: 100%;
+}
+
.developer-extras > div,
.permanent-warnings > div {
margin: 5px 0;
@@ -221,6 +229,12 @@ html[dir='rtl'] .extension-list-item {
-webkit-margin-start: 0;
}
+.action-links .errors-link {
+ align-items: center;
+ display: inline-flex;
+ vertical-align: bottom;
+}
+
.extension-details {
-webkit-box-flex: 1;
-webkit-padding-end: 7px;

Powered by Google App Engine
This is Rietveld 408576698