Fixed tags display on grid view

This commit is contained in:
Nicolas Lœuillet
2017-05-29 10:59:30 +02:00
parent 21242a02a1
commit 812c980fa5
5 changed files with 74 additions and 23 deletions

View File

@ -182,6 +182,23 @@ a.original:not(.waves-effect) {
ul.tools-list {
display: none;
}
.preview {
float: left;
width: 90px;
height: 50px;
img {
max-height: 50px;
padding-right: 10px;
width: 80px;
}
}
.domain,
.footer {
font-size: 12px;
}
}
.quickstart .card .card-action a,

View File

@ -2,6 +2,15 @@
* Entries
* ========================================================================== */
.collection {
margin: 15px 15px 0;
.collection-item {
padding: 7px;
height: 65px;
}
}
.results {
height: 1em;

View File

@ -30,3 +30,23 @@ nav .input-field input {
.tab {
flex: 1;
}
.chip {
margin: auto 0;
border-radius: 4px;
background-color: #eee;
font-weight: normal;
height: 20px;
line-height: normal;
a {
color: #9e9e9e;
}
i.material-icons {
float: right;
font-size: 16px;
line-height: 32px;
padding-left: 8px;
}
}