kopia lustrzana https://gitlab.com/gridtracker.org/gridtracker
Instances moved back to horizontal
Fixed cutoff in edit ignores windowmerge-requests/201/merge
rodzic
e9aee9d842
commit
d953991c5f
|
@ -376,15 +376,14 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="instancesWrapper" class="secondaryControlGroup" >
|
||||
<h3>Instances</h3>
|
||||
<div id="instancesDiv"></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
</header>
|
||||
|
||||
<div id="instancesWrapper">
|
||||
<div id="instancesDiv"></div>
|
||||
</div>
|
||||
|
||||
<main id="RosterTable"></main>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -846,15 +846,18 @@ function setVisual()
|
|||
if (g_rosterSettings.controlsExtended)
|
||||
{
|
||||
RosterControls.className = "extended";
|
||||
instancesWrapper.style.display = "";
|
||||
}
|
||||
else
|
||||
{
|
||||
RosterControls.className = "normal";
|
||||
instancesWrapper.style.display = "none";
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
RosterControls.className = "hidden";
|
||||
instancesWrapper.style.display = "none";
|
||||
}
|
||||
|
||||
// Award Hunter
|
||||
|
@ -1485,6 +1488,7 @@ function openIgnoreEdit()
|
|||
worker += "</table></div>";
|
||||
|
||||
editTables.innerHTML = worker;
|
||||
editView.style.height = ( window.innerHeight - 50) + "px";
|
||||
}
|
||||
|
||||
function onMyKeyDown(event)
|
||||
|
|
|
@ -373,27 +373,9 @@ body.roster {
|
|||
padding: 2px;
|
||||
}
|
||||
|
||||
#instancesWrapper {
|
||||
flex: 0 0 auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
justify-content: flex-start;
|
||||
min-width: 80px;
|
||||
max-width: 160px;
|
||||
margin-top: 22px;
|
||||
text-align: right;
|
||||
}
|
||||
#instancesWrapper h3 {
|
||||
text-align: left;
|
||||
font-size: 12px;
|
||||
margin: 0px;
|
||||
margin-bottom: 2px;
|
||||
padding: 0;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#instancesWrapper .button {
|
||||
display: block;
|
||||
display: inline-block;
|
||||
margin: 1px;
|
||||
padding: 2px;
|
||||
border-width: 1px;
|
||||
|
|
Ładowanie…
Reference in New Issue