diff --git a/public/app/features/annotations/partials/editor.html b/public/app/features/annotations/partials/editor.html
index 77d67d3986d..62175e5278f 100644
--- a/public/app/features/annotations/partials/editor.html
+++ b/public/app/features/annotations/partials/editor.html
@@ -7,26 +7,6 @@
-
-
-
-
There are no custom annotation queries added yet
-
-
- Add Annotation Query
-
-
-
What are Annotations?
-
- Annotations provide a way to integrate event data into your graphs. They are visualized as vertical lines and icons
- on all graph panels. When you hover over an annotation icon you can get event text & tags for the event. You can add annotation events
- directly from grafana by holding CTRL or CMD + click on graph (or drag region). These will be stored in Grafana's annotation database.
-
- Checkout the
Annotations documentation for more information.
-
-
-
-
New
@@ -63,6 +43,26 @@
+
+
+
+
+
There are no custom annotation queries added yet
+
+
+ Add Annotation Query
+
+
+
What are Annotations?
+
+ Annotations provide a way to integrate event data into your graphs. They are visualized as vertical lines and icons
+ on all graph panels. When you hover over an annotation icon you can get event text & tags for the event. You can add annotation events
+ directly from grafana by holding CTRL or CMD + click on graph (or drag region). These will be stored in Grafana's annotation database.
+
+ Checkout the
Annotations documentation for more information.
+
+
+
diff --git a/public/app/features/dashboard/dashnav/dashnav.html b/public/app/features/dashboard/dashnav/dashnav.html
index b5e151bf966..03453611036 100644
--- a/public/app/features/dashboard/dashnav/dashnav.html
+++ b/public/app/features/dashboard/dashnav/dashnav.html
@@ -27,23 +27,23 @@
-
+
-
+
-
+
-
+
-
+
diff --git a/public/sass/components/_empty_list_cta.scss b/public/sass/components/_empty_list_cta.scss
index 23399d771aa..dd50f3a3b8b 100644
--- a/public/sass/components/_empty_list_cta.scss
+++ b/public/sass/components/_empty_list_cta.scss
@@ -1,7 +1,7 @@
.empty-list-cta {
background-color: $search-filter-box-bg;
text-align: center;
- padding: 2rem;
+ padding: $spacer*2;
border-radius: $border-radius;
.grafana-info-box {
@@ -11,12 +11,12 @@
}
.empty-list-cta__title {
- padding-bottom: 30px;
+ padding-bottom: $spacer*3;
font-style: italic;
}
.empty-list-cta__button {
- margin-bottom: 50px;
+ margin-bottom: $spacer*3;
}
.empty-list-cta__pro-tip-link {
diff --git a/public/sass/components/_navbar.scss b/public/sass/components/_navbar.scss
index a86d7bf9c54..1f8e2419197 100644
--- a/public/sass/components/_navbar.scss
+++ b/public/sass/components/_navbar.scss
@@ -23,7 +23,10 @@
@include navbar-alt-look();
}
- .navbar-buttons--actions,
+ .navbar-button--add-panel,
+ .navbar-button--star,
+ .navbar-button--share,
+ .navbar-button--settings,
.navbar-page-btn .fa-caret-down,
.gf-timepicker-nav {
display: none;
@@ -39,7 +42,11 @@
@include navbar-alt-look();
}
- .navbar-buttons--actions {
+ .navbar-button--add-panel,
+ .navbar-button--star,
+ .navbar-button--save,
+ .navbar-button--settings,
+ .navbar-page-btn .fa-caret-down {
display: none;
}
@@ -90,6 +97,7 @@
&--close {
display: none;
+ margin-right: 0;
}
}