From 317f2d043f450ed93f898f341302693585829b46 Mon Sep 17 00:00:00 2001 From: bergquist Date: Fri, 19 Feb 2016 13:53:29 +0100 Subject: [PATCH] ux(playlist): migrate to new stylesheet --- .../features/playlist/partials/playlist.html | 36 +++++++++---------- public/sass/pages/_playlist.scss | 1 - 2 files changed, 17 insertions(+), 20 deletions(-) diff --git a/public/app/features/playlist/partials/playlist.html b/public/app/features/playlist/partials/playlist.html index d52506cc5a7..98c5098824d 100644 --- a/public/app/features/playlist/partials/playlist.html +++ b/public/app/features/playlist/partials/playlist.html @@ -2,25 +2,25 @@
-

New Playlist

-

Edit Playlist

- -

Name and interval

+
- Name - + Name +
- Interval - + Interval +
-
-
-
Add dashboards
+
+
+
Add dashboards
@@ -28,8 +28,8 @@
-
-
Search results ({{ctrl.filteredDashboards.length}})
+
+
Search results ({{ctrl.filteredDashboards.length + ctrl.filteredTags.length}})
@@ -44,7 +44,8 @@
-
+
+ -
-
+
Added dashboards
@@ -88,12 +88,10 @@
-
+ - -
diff --git a/public/sass/pages/_playlist.scss b/public/sass/pages/_playlist.scss index ac17cb02d94..cbe94593f0a 100644 --- a/public/sass/pages/_playlist.scss +++ b/public/sass/pages/_playlist.scss @@ -1,5 +1,4 @@ .playlist-search-container { - // margin: 15px; z-index: 1000; position: relative; width: 700px;