mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Repair quintessence wheel after update. Add synergy.
This commit is contained in:
+16
-16
@@ -245,12 +245,11 @@ div.sheet-res{
|
||||
line-height: 20px;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
input.sheet-resspec{
|
||||
height: 20px;
|
||||
width: 35%;
|
||||
float: right;
|
||||
width: 33%;
|
||||
}
|
||||
|
||||
input.sheet-used+span::before {
|
||||
@@ -302,7 +301,7 @@ div.sheet-dots {
|
||||
select.sheet-DP{
|
||||
margin: 0px 0px 1px 0px;
|
||||
padding: 0px 0px 0px 0px;
|
||||
width: 43%;
|
||||
width: 41%;
|
||||
}
|
||||
button.sheet-DP{
|
||||
height: 20px;
|
||||
@@ -313,8 +312,9 @@ input.sheet-DPspace{
|
||||
width: 23%;
|
||||
}
|
||||
|
||||
/* repairs after update thanks to Carl "Godsbane"*/
|
||||
div.sheet-qdot {
|
||||
margin: -95px 0px 0px -175px;
|
||||
margin: 27px 0px 0px -175px;
|
||||
font-size:20px;
|
||||
}
|
||||
|
||||
@@ -326,17 +326,17 @@ select.sheet-wheel{
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
select.sheet-top { margin-top:-60px; }
|
||||
select.sheet-mid-eighth { margin-top: -45px; }
|
||||
select.sheet-mid-quarter { margin-top: -20px; }
|
||||
select.sheet-mid-three-eighth { margin-top: 17px; }
|
||||
select.sheet-middle { margin-top: 60px; }
|
||||
|
||||
select.sheet-middle-2 { margin-top: -58px; }
|
||||
select.sheet-mid-five-eighth { margin-top: -13px; }
|
||||
select.sheet-mid-three-quarter { margin-top: 27px; }
|
||||
select.sheet-mid-seven-eighth { margin-top: 55px; }
|
||||
select.sheet-bottom { margin-top: 68px; }
|
||||
/* repairs after update thanks to Carl "Godsbane" */
|
||||
select.sheet-top { position: relative; top: 0px; }
|
||||
select.sheet-mid-eighth { position: relative; top: 7px; }
|
||||
select.sheet-mid-quarter { position: relative; top: 20px; }
|
||||
select.sheet-mid-three-eighth { position: relative; top: 38px; }
|
||||
select.sheet-middle { position: relative; top: 60px; }
|
||||
select.sheet-middle-2 { position: relative; top: 62px; }
|
||||
select.sheet-mid-five-eighth { position: relative; top: 83px; }
|
||||
select.sheet-mid-three-quarter { position: relative; top: 101px; }
|
||||
select.sheet-mid-seven-eighth { position: relative; top: 115px; }
|
||||
select.sheet-bottom { position: relative; top: 122px; }
|
||||
|
||||
select.sheet-left-1 { margin-left: 0px; }
|
||||
select.sheet-left-2 { margin-left: -16px; }
|
||||
|
||||
Reference in New Issue
Block a user