mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-04 14:12:28 +00:00
Add files via upload
Small change.
This commit is contained in:
@@ -2158,11 +2158,6 @@ text-align: center;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.subitem-flex-power-heading-left .custom-select,
|
||||
.subitem-flex-power-heading-right .custom-select {
|
||||
min-width: 95px;
|
||||
}
|
||||
|
||||
.subitem-flex-power-effect-left,
|
||||
.subitem-flex-power-effect-right {
|
||||
margin-right: -3px; /* Somewhere 3 pixels have been added */
|
||||
@@ -2189,7 +2184,7 @@ text-align: center;
|
||||
.subitem-flex-power-heading-right select {
|
||||
font-size: 13px;
|
||||
height: 19px;
|
||||
max-width: 90px;
|
||||
max-width: 95px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
@@ -2228,7 +2223,6 @@ text-align: center;
|
||||
background: lightcyan;
|
||||
border: solid 1px #89abb9;
|
||||
line-height: 1.0;
|
||||
max-width: 38px;
|
||||
}
|
||||
|
||||
.flex-container-powers-left textarea{
|
||||
@@ -2237,7 +2231,7 @@ text-align: center;
|
||||
|
||||
.subitem-flex-power-heading-left input[type=text]{
|
||||
border: solid 1px #89ABB9;
|
||||
max-width: 30px;
|
||||
max-width: 28px;
|
||||
}
|
||||
|
||||
.subitem-flex-power-effect-left input[type=text],
|
||||
@@ -2301,7 +2295,6 @@ text-align: center;
|
||||
background: #fff990;
|
||||
border: solid 1px goldenrod;
|
||||
line-height: 1.0;
|
||||
max-width: 38px;
|
||||
}
|
||||
|
||||
.flex-container-powers-right textarea{
|
||||
@@ -2309,7 +2302,7 @@ text-align: center;
|
||||
}
|
||||
|
||||
.subitem-flex-power-heading-right input[type=text] {
|
||||
max-width: 30px;
|
||||
max-width: 28px;
|
||||
border: solid 1px goldenrod;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user