tags & spacing

This commit is contained in:
Djjus
2021-01-09 21:55:57 +00:00
parent abee079880
commit 030ab5facd
3 changed files with 15 additions and 13 deletions
@@ -1124,9 +1124,10 @@ span[class*="sheet-tab-gmwhisper"] {
background: #615c50;
color: dark gray;
font-size: 7px;
top: 5px;
padding-bottom: 2px;
border-radius: 4px 4px 4px 4px;
border: 1px solid #a9a9a9;
line-height: 10px;
}
span[class*="sheet-tab-inventory"] {
color: white;
@@ -1293,12 +1294,12 @@ input.sheet-tab-spell99:checked ~ div[class^="sheet-spell-page"] {
input.sheet-tab-spell-page,
span.sheet-tab-spell-page {
width: 70px;
width: 74px;
height: 18px;
}
span.sheet-tab-spell-page {
margin-left: -73px;
margin-left: -77px;
}
span.sheet-tab-spell-page,
@@ -1637,13 +1638,12 @@ span.sheet-tab-npc {
input.sheet-tab-gmwhisper,
span.sheet-tab-gmwhisper {
display: inline-block;
position:relative;
width: 65px;
height: 19px;
height: 17px;
font-size: 10px;
text-align: center;
vertical-align: text-top;
padding-bottom: 2px;
margin-bottom: -20px;
left: 10px;
top: -2px;
background-color: transparent;
@@ -250,7 +250,7 @@
<input type="hidden" name="attr_Conditionsshow" value="0"/>
<input type="checkbox" name="attr_Conditionsshow" class="sheet-tab-gmwhisper" value=1"/>
<span class="sheet-tab-gmwhisper">
<span >Conditions</span>
<span data-i18n="CONDITIONS">Conditions</span>
</span>
</div>
<img src="https://github.com/Djjus/Vault/blob/master/Warhammer%204e%20Character%20Sheet/assets/seperator-center-full.png?raw=true">
@@ -15829,21 +15829,21 @@
<hr />
<!-- SPELL TAB SELECT -->
<input type="radio" name="attr_spellpagetab" class="sheet-tab-spell-page sheet-tab-spell0" value="0" title="Petty" checked="checked" />
<input type="radio" name="attr_spellpagetab" class="sheet-tab-spell-page sheet-tab-spell0" value="0" checked="checked" />
<span class="sheet-tab-spell-page sheet-tab-spell0">
<span>Petty</span>
<span data-i18n="PETTY">Petty</span>
</span>
<input type="radio" name="attr_spellpagetab" class="sheet-tab-spell-page sheet-tab-spell1" value="1" />
<span class="sheet-tab-spell-page sheet-tab-spell1">
<span>Arcane</span>
<span data-i18n="ARCANE">Arcane</span>
</span>
<input type="radio" name="attr_spellpagetab" class="sheet-tab-spell-page sheet-tab-spell2" value="2" />
<span class="sheet-tab-spell-page sheet-tab-spell2">
<span>Blessings</span>
<span data-i18n="BLESSINGS">Blessings</span>
</span>
<input type="radio" name="attr_spellpagetab" class="sheet-tab-spell-page sheet-tab-spell3" value="3" />
<span class="sheet-tab-spell-page sheet-tab-spell3">
<span>Miracles</span>
<span data-i18n="MIRACLES">Miracles</span>
</span>
<span class="sheet-spacer"></span>
<!-- PETTY SPELLS -->
@@ -1157,5 +1157,7 @@
"TARGET-CN": "Target CN",
"WHISPER-SELF": "Whisper Rolls to Self",
"WHISPER-BUTTON": "Whisper GM",
"NOTE-NPC-TAB": "NOTE: This tab is primarily aimed at simplifing and speeding up simple NPC combat interaction. Too many NPCs (20+) per page will make pages very slow."
"NOTE-NPC-TAB": "NOTE: This tab is primarily aimed at simplifing and speeding up simple NPC combat interaction. Too many NPCs (20+) per page will make pages very slow.",
"BLESSINGS": "Blessings",
"MIRACLES": "Miracles"
}