mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
fixes and minor layout changes
-fixed some textareas charing the same attr_id -made some textareas bigger -changed the size of the money input fileds
This commit is contained in:
@@ -207,10 +207,10 @@ input[type=number]::-webkit-inner-spin-button {
|
||||
width: 35%;
|
||||
}
|
||||
.sheet-monname{
|
||||
width:65%;
|
||||
width:40%;
|
||||
}
|
||||
.sheet-monwert{
|
||||
width:30%;
|
||||
width:56%;
|
||||
}
|
||||
|
||||
|
||||
@@ -461,7 +461,7 @@ input[type=number]::-webkit-inner-spin-button {
|
||||
color:#000000;
|
||||
border:1px solid #000000;
|
||||
box-shadow:none;
|
||||
min-height:5em;
|
||||
min-height:10em;
|
||||
box-sizing:border-box;
|
||||
margin:0px;
|
||||
text-align:left;
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
|
||||
<header>
|
||||
<link rel="stylesheet" href="ArcaneCodexAlternativ.css">
|
||||
</header>
|
||||
<div class="sheet-wrapper">
|
||||
|
||||
<input type="radio" class="tabs tab1" name="attr_tabnumber" value="1" checked>
|
||||
@@ -619,7 +615,7 @@
|
||||
<label>Mehr Notizen</label>
|
||||
</div>
|
||||
<div class="sheet-charbox">
|
||||
<textarea name="attr_charnotiz1"></textarea>
|
||||
<textarea name="attr_charnotiz2"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sheet-splitter3">
|
||||
@@ -627,7 +623,7 @@
|
||||
<label>Noch mehr Notizen</label>
|
||||
</div>
|
||||
<div class="sheet-charbox">
|
||||
<textarea name="attr_charnotiz1"></textarea>
|
||||
<textarea name="attr_charnotiz3"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user