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

Unified Diff: pkg/analysis_server/lib/src/status/diagnostics.dart

Issue 2937623005: Minor tweaks to the diagnostics page. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/lib/src/status/diagnostics.dart
diff --git a/pkg/analysis_server/lib/src/status/diagnostics.dart b/pkg/analysis_server/lib/src/status/diagnostics.dart
index 2d6d212eaad03d56a4e35c46826ac29ba0617dcc..94de6923fce4434a90c1a69c433638afceb57bad 100644
--- a/pkg/analysis_server/lib/src/status/diagnostics.dart
+++ b/pkg/analysis_server/lib/src/status/diagnostics.dart
@@ -60,6 +60,10 @@ final String kCustomCss = '''
float: left;
}
+.masthead .mega-octicon {
+ font-size: 1.5rem;
+}
+
.masthead-nav {
float: right;
margin-top: .5rem;
@@ -582,7 +586,7 @@ abstract class DiagnosticPage extends Page {
<header class="masthead">
<div class="container">
<span class="masthead-logo">
- <span class="mega-octicon octicon-database"></span>
+ <span class="mega-octicon octicon-dashboard"></span>
${site.title} Diagnostics
</span>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698