Skip to content
Snippets Groups Projects
Commit ef0b80ec authored by Julien Schmidt's avatar Julien Schmidt
Browse files

improve applicant list ui

parent 94eb2c4a
No related branches found
No related tags found
No related merge requests found
......@@ -70,11 +70,23 @@ table.vote-list tfoot td {
font-size: 0.8em;
}
table.vote-list label {
width: 100%;
height: 100%;
min-height: 50px;
}
table.vote-list td.applicant {
padding-left: 0;
max-width: 430px;
}
table.vote-list .applicant .card-body {
padding: 1vw;
padding-top: 0.4rem;
padding-bottom: 0.4rem;
}
.applicant-picture,
.vote-list .applicant .col-3 {
width: auto;
......@@ -86,34 +98,25 @@ table.vote-list td.applicant {
.vote-list .applicant-picture {
float: right;
}
.image-input .img-wrapper {
height: 100px;
float: left;
}
.image-input .applicant-picture {
margin-right: 1rem;
}
.vote-list .applicant .card-body {
padding: 1vw;
padding-top: 0.4rem;
padding-bottom: 0.4rem;
margin-left: 7px;
margin-bottom: 7px;
border-radius: 4px;
}
.vote-list .applicant h6 {
font-size: 1.15rem;
margin-bottom: .25rem;
font-size: 1.1rem;
margin-bottom: .4rem;
}
.vote-list .applicant p {
font-size: 0.8em;
}
table.vote-list label {
width: 100%;
height: 100%;
min-height: 50px;
.image-input .img-wrapper {
height: 100px;
float: left;
}
.image-input .applicant-picture {
margin-right: 1rem;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment