mirror of
https://github.com/RoY7x/worldbuilding.git
synced 2025-07-19 12:44:54 -04:00
Ensure worldbuilding changes are working on legacy worldbuilding world and adjust attribute form styling
This commit is contained in:
parent
977fb4b76b
commit
8a2ba78203
4 changed files with 47 additions and 37 deletions
|
@ -150,21 +150,15 @@
|
|||
position: sticky;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
padding: 5px;
|
||||
align-items: center;
|
||||
padding: 0 5px;
|
||||
margin: 5px 0;
|
||||
background: #cfcdc2;
|
||||
border: 1px solid #AAA;
|
||||
border-radius: 2px;
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
}
|
||||
.worldbuilding .attributes-header .attribute-label {
|
||||
flex: 1.5;
|
||||
}
|
||||
.worldbuilding .attributes-header .attribute-control {
|
||||
flex: 0 0 20px;
|
||||
}
|
||||
.worldbuilding .attributes-list {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
|
@ -199,20 +193,24 @@
|
|||
.worldbuilding .group-header input[type="text"]:focus::placeholder {
|
||||
opacity: 1;
|
||||
}
|
||||
.worldbuilding .group-controls {
|
||||
margin: 5px;
|
||||
}
|
||||
.worldbuilding .groups-list {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.worldbuilding .group {
|
||||
margin: 20px 0;
|
||||
margin: 5px 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
.worldbuilding .group-header {
|
||||
align-items: center;
|
||||
background: rgba(0, 0, 0, 0.05);
|
||||
border: 1px solid #AAA;
|
||||
border-radius: 2px;
|
||||
padding: 5px;
|
||||
padding: 2px 5px;
|
||||
}
|
||||
.worldbuilding .group-key,
|
||||
.worldbuilding .group-label {
|
||||
|
@ -224,12 +222,15 @@
|
|||
margin-right: 6px;
|
||||
}
|
||||
.worldbuilding .group-key {
|
||||
flex: 0 0 126px;
|
||||
opacity: 0.75;
|
||||
}
|
||||
.worldbuilding .group-label {
|
||||
flex: 2;
|
||||
}
|
||||
.worldbuilding .group-dtype {
|
||||
height: 24px;
|
||||
flex: 0 0 116px;
|
||||
margin: 0 5px;
|
||||
flex: 0;
|
||||
}
|
||||
.worldbuilding.sheet.actor {
|
||||
min-width: 560px;
|
||||
|
|
|
@ -172,22 +172,14 @@
|
|||
position: sticky;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
padding: 5px;
|
||||
align-items: center;
|
||||
padding: 0 5px;
|
||||
margin: 5px 0;
|
||||
background: #cfcdc2;
|
||||
border: 1px solid #AAA;
|
||||
border-radius: 2px;
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
|
||||
.attribute-label {
|
||||
flex: 1.5;
|
||||
}
|
||||
|
||||
.attribute-control {
|
||||
flex: 0 0 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.attributes-list {
|
||||
|
@ -235,6 +227,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.group-controls {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.groups-list {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
|
@ -242,15 +238,16 @@
|
|||
}
|
||||
|
||||
.group {
|
||||
margin: 20px 0;
|
||||
margin: 5px 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.group-header {
|
||||
align-items: center;
|
||||
background: rgba(0, 0, 0, 0.05);
|
||||
border: 1px solid #AAA;
|
||||
border-radius: 2px;
|
||||
padding: 5px;
|
||||
padding: 2px 5px;
|
||||
}
|
||||
|
||||
.group-key,
|
||||
|
@ -264,13 +261,17 @@
|
|||
}
|
||||
|
||||
.group-key {
|
||||
flex: 0 0 126px;
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
.group-label {
|
||||
flex: 2;
|
||||
}
|
||||
|
||||
.group-dtype {
|
||||
height: 24px;
|
||||
flex: 0 0 116px;
|
||||
margin: 0 5px;
|
||||
flex: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue