Did things

This commit is contained in:
Lars Westermann 2019-06-09 14:26:41 +02:00
parent f5b937a293
commit 8a926aeb35
Signed by: lars.westermann
GPG key ID: 9D417FA5BB9D5E1D
6 changed files with 20 additions and 8 deletions

View file

@ -64,11 +64,11 @@
.board-schedule-box {
margin-bottom: 0.5rem;
padding: 1rem;
padding-bottom: 0.5rem;
padding: 1rem 1rem 0.5rem;
table {
border-collapse: collapse;
width: 100%;
}
}

View file

@ -51,6 +51,7 @@ select:-moz-focusring {
line-height: 2.5rem;
margin-left: 1rem;
width: 100%;
top: 1.6rem;
}
}
@ -185,10 +186,13 @@ form {
white-space: nowrap;
}
& > * {
margin-right: 0;
.form-control {
flex-grow: 1;
flex-basis: 0;
}
& > * {
margin-right: 0;
&:not(:first-child) {
border-top-left-radius: 0;

View file

@ -108,6 +108,7 @@
table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}
td {