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:
@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user