From 14d0ba06e5505084124f21dc91d0acca7d141c2d Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Wed, 29 Jun 2016 19:26:06 +0100 Subject: [PATCH] Added padding to mix button bar --- client/app/directives/audio/audio.player.html | 8 ++++---- client/app/directives/audio/audio.player.less | 3 +++ client/app/views/error/errorCtrl.js | 1 - 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/client/app/directives/audio/audio.player.html b/client/app/directives/audio/audio.player.html index 3775864..03eb9a1 100644 --- a/client/app/directives/audio/audio.player.html +++ b/client/app/directives/audio/audio.player.html @@ -13,7 +13,7 @@ {{mix.user.display_name}}
-
+
@@ -24,7 +24,7 @@
-
+
-
+ -
+
diff --git a/client/app/directives/audio/audio.player.less b/client/app/directives/audio/audio.player.less index 1b6007e..0b10a67 100755 --- a/client/app/directives/audio/audio.player.less +++ b/client/app/directives/audio/audio.player.less @@ -43,3 +43,6 @@ font-size: medium; //padding-bottom: 8px!important; } +.audio-actions-button-bar{ + padding-right: 12px; +} \ No newline at end of file diff --git a/client/app/views/error/errorCtrl.js b/client/app/views/error/errorCtrl.js index ca1c89a..fc0b5e0 100755 --- a/client/app/views/error/errorCtrl.js +++ b/client/app/views/error/errorCtrl.js @@ -2,6 +2,5 @@ angular.module('dssWebApp') .controller('ErrorCtrl', function ($scope, errorObj) { - debugger; $scope.error = errorObj; }); \ No newline at end of file