From 8925365c7e765763615c17624aa157aea2c571e4 Mon Sep 17 00:00:00 2001 From: Josef Citrine Date: Mon, 11 Jul 2016 23:23:44 +0100 Subject: [PATCH] Style update to modals --- public/templates/partials/album-share-dialog.html | 2 +- .../partials/collection-mixed-losslessness-dialog.html | 2 +- public/templates/partials/credits-dialog.html | 2 +- public/templates/partials/delete-album-dialog.html | 4 ++-- public/templates/partials/delete-playlist-dialog.html | 4 ++-- public/templates/partials/delete-playlist-track-dialog.html | 4 ++-- public/templates/partials/delete-track-dialog.html | 4 ++-- public/templates/partials/playlist-share-dialog.html | 2 +- public/templates/partials/track-share-dialog.html | 2 +- resources/assets/styles/layout.less | 2 +- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/public/templates/partials/album-share-dialog.html b/public/templates/partials/album-share-dialog.html index 46710ed0..abba2023 100644 --- a/public/templates/partials/album-share-dialog.html +++ b/public/templates/partials/album-share-dialog.html @@ -10,7 +10,7 @@ diff --git a/public/templates/partials/collection-mixed-losslessness-dialog.html b/public/templates/partials/collection-mixed-losslessness-dialog.html index 0d5e0e87..10fc58f7 100644 --- a/public/templates/partials/collection-mixed-losslessness-dialog.html +++ b/public/templates/partials/collection-mixed-losslessness-dialog.html @@ -9,7 +9,7 @@

Your download contains some tracks which are in lossy formats instead of your chosen lossless format ({{::format.name}}. This is because they were originally uploaded in a lossy format (e.g., MP3). As a result, these tracks have been replaced by their lossy files.

diff --git a/public/templates/partials/credits-dialog.html b/public/templates/partials/credits-dialog.html index 38e386ef..ac407c8b 100644 --- a/public/templates/partials/credits-dialog.html +++ b/public/templates/partials/credits-dialog.html @@ -57,7 +57,7 @@ diff --git a/public/templates/partials/delete-album-dialog.html b/public/templates/partials/delete-album-dialog.html index ac24b14b..f7d994f3 100644 --- a/public/templates/partials/delete-album-dialog.html +++ b/public/templates/partials/delete-album-dialog.html @@ -9,8 +9,8 @@

Are you sure you want to delete {{ album.title }}?

diff --git a/public/templates/partials/delete-playlist-dialog.html b/public/templates/partials/delete-playlist-dialog.html index 084a279e..a023b86e 100644 --- a/public/templates/partials/delete-playlist-dialog.html +++ b/public/templates/partials/delete-playlist-dialog.html @@ -9,8 +9,8 @@

Are you sure you want to delete {{ playlistToDelete.title }}?

diff --git a/public/templates/partials/delete-playlist-track-dialog.html b/public/templates/partials/delete-playlist-track-dialog.html index adca48ea..7c852566 100644 --- a/public/templates/partials/delete-playlist-track-dialog.html +++ b/public/templates/partials/delete-playlist-track-dialog.html @@ -9,8 +9,8 @@

Are you sure you want to delete {{ track.title }}?

diff --git a/public/templates/partials/delete-track-dialog.html b/public/templates/partials/delete-track-dialog.html index 1c6fe883..8ae2835d 100644 --- a/public/templates/partials/delete-track-dialog.html +++ b/public/templates/partials/delete-track-dialog.html @@ -9,8 +9,8 @@

Are you sure you want to delete {{ track.title }}?

diff --git a/public/templates/partials/playlist-share-dialog.html b/public/templates/partials/playlist-share-dialog.html index ef79e8c5..4f9e630e 100644 --- a/public/templates/partials/playlist-share-dialog.html +++ b/public/templates/partials/playlist-share-dialog.html @@ -12,7 +12,7 @@ diff --git a/public/templates/partials/track-share-dialog.html b/public/templates/partials/track-share-dialog.html index d3701834..376359f0 100644 --- a/public/templates/partials/track-share-dialog.html +++ b/public/templates/partials/track-share-dialog.html @@ -18,7 +18,7 @@ diff --git a/resources/assets/styles/layout.less b/resources/assets/styles/layout.less index 70cfb0d2..0a77c30f 100644 --- a/resources/assets/styles/layout.less +++ b/resources/assets/styles/layout.less @@ -313,7 +313,7 @@ header { .modal-content { .material-shadow(3); border: 0; - border-radius: 2px; + border-radius: 4px; } .modal-header {