mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-06-25 16:04:37 -05:00
Location editing, part 1
The plumbing for editing location info has been updated, so that data can be changed by authorized memebers. Also added a new data point for locations to store archive links part 2 will focus on setting up permissions and authorizations as well as smoothing out adding new members and member roles. an edit link will be added to locations, which will be visible for members with the correct permissions
This commit is contained in:
@ -1,25 +1,12 @@
|
||||
section[role="loc-index"] {
|
||||
width: 100%;
|
||||
max-width: 600px;
|
||||
padding: 10px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
section[role="loc-index"] img {
|
||||
width: 150px;
|
||||
vertical-align: top;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
section[role="loc-index"] label {
|
||||
section.edit-location > article > form.location-edit > label {
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
section[role="loc-index"] input {
|
||||
section.edit-location > article > form.location-edit > input {
|
||||
width: 290px;
|
||||
}
|
||||
|
||||
section[role="loc-index"] textarea {
|
||||
section.edit-location > article > form.location-edit > textarea {
|
||||
width: 290px;
|
||||
padding: 5px;
|
||||
height: 100px;
|
||||
|
Reference in New Issue
Block a user