Adds a basic modal for <album> directive

This commit is contained in:
2016-02-12 15:45:35 +01:00
parent 830cec54c5
commit 4c5207461a
5 changed files with 78 additions and 10 deletions

View File

@@ -31,6 +31,10 @@ body > .container-fluid {
}
}
.album a {
color: #333;
}
.cover-container {
width:100%;
display: inline-block;
@@ -53,7 +57,30 @@ body > .container-fluid {
overflow:hidden;
}
.cover-container .cover .rating {
position: absolute;
bottom:0px;
right:0px;
width:100%;
background-color: rgba(255,255,255,0.4);
text-align:right;
padding:5px;
}
.album-ellipsis {
}
.album .album-ellipsis p{
width:100%;
white-space: nowrap;
overflow: hidden;
text-overflow:ellipsis;
margin-bottom: 0px;
}
.album .album-ellipsis p:last-child{
margin-bottom: 15px;
}
/* @media (max-width: 767px) { */
/* .album { */
/* height: 50vw; */