Added instructions for the bulk add page. Starting to consolidate. Offloaded some get functions to a backup file that I don't need right now.

This commit is contained in:
Norm Rasmussen
2023-03-07 17:52:36 -05:00
parent 49de321387
commit 1cfc4fd9d1
6 changed files with 177 additions and 144 deletions

View File

@ -132,14 +132,25 @@ img {
text-decoration: none;
}
.instructions-list{
display:flex;
justify-content: center;
width: 100%;
}
li {
display: flex;
display: block;
}
.button-background {
margin-right: 8px;
}
.radio-options {
display: flex;
justify-content: inherit;
}
.navbutton {
border-radius: 4px;
margin-right: 4px;
@ -152,7 +163,8 @@ li {
}
.man-csv-opts {
display: flex
display: flex;
justify-content: space-evenly;
}
.csv-upload {
@ -193,7 +205,8 @@ li {
}
}
ul {
display: flex;
display: block;
text-align: left;
}
/* 1.? - Card Layout in options.html only */