alignment, beauty and UX fixes

This commit is contained in:
Felix Hamann 2018-06-24 22:00:16 +02:00
parent 9a3ad65dbf
commit 4062c3398e
4 changed files with 5 additions and 4 deletions

View File

@ -14,7 +14,7 @@
<tr> <tr>
<th #website>Website <th #website>Website
<td> <td>
<a href=#{link}>#{link} <a href=#{link} target="_blank" rel="noopener" title="Website des Kurses">#{link}
<tr> <tr>
<th #participants>Teilnehmer <th #participants>Teilnehmer
<td> <td>

View File

@ -11,7 +11,7 @@ form {
grid-template-columns: 1fr 3fr; grid-template-columns: 1fr 3fr;
grid-gap: 5px; grid-gap: 5px;
justify-content: flex-start; justify-content: flex-start;
align-items: center; align-items: flex-start;
padding: 4px; padding: 4px;
border-left: 2px solid transparent; border-left: 2px solid transparent;
@ -22,6 +22,7 @@ form {
.form-group__label { .form-group__label {
font-weight: 600; font-weight: 600;
padding-top: 6px;
} }
.form-group--required { .form-group--required {
@ -110,6 +111,7 @@ textarea {
border: 1px solid #dbdbdb; border: 1px solid #dbdbdb;
border-radius: 2px; border-radius: 2px;
box-shadow: inset 0 1px 2px 1px rgba(50,50,50,.05); box-shadow: inset 0 1px 2px 1px rgba(50,50,50,.05);
vertical-align: top;
} }
textarea:focus { textarea:focus {

View File

@ -2,7 +2,7 @@
position: relative; position: relative;
color: var(--color-font); color: var(--color-font);
margin-left: 40px; margin-left: 40px;
margin-top: 20px; margin-top: 25px;
} }
@media (max-width: 768px) { @media (max-width: 768px) {

View File

@ -161,7 +161,6 @@
} }
.navbar__list-item--active .navbar__link-wrapper { .navbar__list-item--active .navbar__link-wrapper {
pointer-events: none;
color: var(--color-dark); color: var(--color-dark);
} }