diff --git a/webapp/css/satbd.sateliite.bar.css b/webapp/css/satbd.sateliite.bar.css index 7a19422..8a47d6a 100644 --- a/webapp/css/satbd.sateliite.bar.css +++ b/webapp/css/satbd.sateliite.bar.css @@ -57,7 +57,7 @@ body > .container-fluid { overflow:hidden; } -.cover-container .cover .rating { +.over-img-rating { position: absolute; bottom:0px; right:0px; @@ -67,6 +67,33 @@ body > .container-fluid { padding:5px; } +.over-img-ref { + position: absolute; + bottom: 0px; + left: 0px; + padding: 5px; + text-align: left; + color: #000; +} + +.album-modal-cover{ + position: relative; +} + +.modal-footer .row { + position: relative; + padding-right: 15px; +} + +.reference{ + position: absolute; + bottom: 0px; + left: 0px; + padding-left:15px; +} + + + .album-ellipsis { } @@ -81,28 +108,3 @@ body > .container-fluid { .album .album-ellipsis p:last-child{ margin-bottom: 15px; } -/* @media (max-width: 767px) { */ -/* .album { */ -/* height: 50vw; */ -/* } */ -/* } */ -/* @media (min-width: 768px) and (max-width: 991px) { */ -/* .album { */ -/* height: 33vw; */ -/* } */ -/* } */ -/* @media (min-width: 992px) and (max-width: 1199px) { */ -/* .album { */ -/* height: 25vw; */ -/* } */ -/* } */ - -/* @media (min-width: 1200px) { */ -/* .album { */ -/* height: 16vw; */ -/* } */ -/* } */ - -/* img.cover { */ -/* width:100%; */ -/* } */ diff --git a/webapp/html/albumModal.html b/webapp/html/albumModal.html index 48fc14a..e0cba4f 100644 --- a/webapp/html/albumModal.html +++ b/webapp/html/albumModal.html @@ -3,8 +3,47 @@ diff --git a/webapp/js/directives.js b/webapp/js/directives.js index 8269324..cbd8499 100644 --- a/webapp/js/directives.js +++ b/webapp/js/directives.js @@ -42,4 +42,7 @@ directives.controller('AlbumModalInstanceCtrl', function($scope,$uibModalInstanc $scope.ok = function() { $uibModalInstance.close(''); }; + $scope.getLink = function(n) { + return $scope.album[n]; + } }); diff --git a/webapp/js/directives/album.html b/webapp/js/directives/album.html index 85ecbb2..4431e09 100644 --- a/webapp/js/directives/album.html +++ b/webapp/js/directives/album.html @@ -1,10 +1,11 @@
- {{album.titre}} -
+ {{album.titleDisplay}} +
+
{{album.ref}}