diff --git a/public/app/features/playlist/partials/playlist.html b/public/app/features/playlist/partials/playlist.html index e1debffdc5d..54600ecc9f4 100644 --- a/public/app/features/playlist/partials/playlist.html +++ b/public/app/features/playlist/partials/playlist.html @@ -2,124 +2,101 @@
-
-

New Playlist

-

Edit Playlist

+

New Playlist

+

Edit Playlist

-

Name and interval

+

Name and interval

-
-
-
-
    -
  • - Name -
  • -
  • - -
  • -
-
-
-
-
    -
  • - Interval -
  • -
  • - -
  • -
-
-
-
+
+
+ Name + +
+
+ Interval + +
+
-
+
+
Add dashboards
+
+ +
+
-
-
- -
-
-
Add dashboards
-
- -
-
-
- -
-
+
+
Search results ({{ctrl.filteredDashboards.length}})
- - - - - -
- {{playlistItem.title}} - - -
-
- -
-
Added dashboards
- - - - +
- {{playlistItem.title}} - - - - {{playlistItem.title}} - -
+ + + + +
+ {{playlistItem.title}} + + +
+
+ +
+
Added dashboards
+ + + + - - -
+ {{playlistItem.title}} + + + + {{playlistItem.title}} + + - - - -
-
-
+ + + + + + + +
+
-
+
-
- - Save - Cancel - -
+
+ + Save + Cancel + +
-
+
diff --git a/public/less/overrides.less b/public/less/overrides.less index 99abdee22f5..a1e923ea28b 100644 --- a/public/less/overrides.less +++ b/public/less/overrides.less @@ -182,7 +182,7 @@ form input.ng-invalid { .row-open { margin-top: 5px; - left:-34px; + left:-28px; position: absolute; z-index: 100; transition: .10s left; diff --git a/public/less/playlist.less b/public/less/playlist.less index 335f7cbfbfd..16e3ebaaafa 100644 --- a/public/less/playlist.less +++ b/public/less/playlist.less @@ -14,9 +14,9 @@ } .playlist-search-switches { - position: relative; - top: -39px; - left: 260px; + position: absolute; + top: 8px; + right: 11px; } .playlist-search-field-wrapper { @@ -90,4 +90,4 @@ float: right; padding-left: 20px; } -} \ No newline at end of file +}