Did things
This commit is contained in:
parent
f5b937a293
commit
8a926aeb35
6 changed files with 20 additions and 8 deletions
|
@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -108,6 +108,7 @@
|
|||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
td {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue