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

Unified Diff: pkg/polymer/lib/src/build/log_injector.css

Issue 513023002: Step one towards stable error messages with details: (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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
« no previous file with comments | « pkg/polymer/lib/src/build/linter.dart ('k') | pkg/polymer/lib/src/build/log_injector.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/lib/src/build/log_injector.css
diff --git a/pkg/polymer/lib/src/build/log_injector.css b/pkg/polymer/lib/src/build/log_injector.css
index c4a97055b0f71af1cbb7a3b90e2633559754ff77..e81eee4b3f0c303a711760261b17d9188226daee 100644
--- a/pkg/polymer/lib/src/build/log_injector.css
+++ b/pkg/polymer/lib/src/build/log_injector.css
@@ -5,7 +5,7 @@
position: fixed;
bottom: 0;
right: 0;
- max-width: 50vw;
+ max-width: 80vw;
z-index: 10000;
font-family: sans-serif !important;
}
@@ -15,6 +15,8 @@
color: white;
border: solid 1px #666;
border-bottom: 0px;
+ text-overflow: ellipsis;
+ overflow-x: hidden;
}
.build-logs .fine {
color: green;
@@ -30,8 +32,6 @@
}
.build-logs .message {
white-space: nowrap;
- text-overflow: ellipsis;
- overflow-x: hidden;
cursor: pointer;
}
.build-logs .message.expanded {
« no previous file with comments | « pkg/polymer/lib/src/build/linter.dart ('k') | pkg/polymer/lib/src/build/log_injector.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698