Implements a better modal for an album

This commit is contained in:
2016-02-12 17:04:11 +01:00
parent 4c5207461a
commit c13dc5dad1
4 changed files with 75 additions and 30 deletions

View File

@@ -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%; */
/* } */