mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
push skills up a little
This commit is contained in:
@@ -114,6 +114,10 @@
|
||||
margin: 0 .3em 0 0;
|
||||
}
|
||||
|
||||
.sheet-vertical-encroach {
|
||||
margin-bottom: -1.25em;
|
||||
}
|
||||
|
||||
.sheet-input-label {
|
||||
line-height: 2;
|
||||
margin-right: .4em;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<div class="col">
|
||||
<div class="flex-container"><label class="input-label"><h4>Name:</h4></label> <input type="text" name="attr_character_name"/></div>
|
||||
<div class="flex-container"><label class="input-label"><h4>Player:</h4></label> <input type="text" name="attr_player"/></div>
|
||||
<div class="flex-container vertical center">
|
||||
<div class="flex-container vertical center vertical-encroach">
|
||||
<h4>Legend</h4>
|
||||
<span>
|
||||
<input class="normal" type="radio" name="attr_legend" value="1" checked /><span></span>
|
||||
@@ -41,7 +41,7 @@
|
||||
<div class="col">
|
||||
<div class="flex-container"><label class="input-label"><h4>Chronicle:</h4></label> <input type="text" name="attr_chronicle"/></div>
|
||||
<div class="flex-container"><label class="input-label"><h4>Patron:</h4></label> <input type="text" name="attr_patron"/></div>
|
||||
<div class="flex-container vertical center">
|
||||
<div class="flex-container vertical center vertical-encroach">
|
||||
<h4>Momentum</h4>
|
||||
<input type="number" name="attr_momentum" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user