A few responsive fixes
This commit is contained in:
@@ -277,9 +277,7 @@
|
||||
}
|
||||
|
||||
.result-sheets {
|
||||
position: absolute;
|
||||
bottom: 1em;
|
||||
left: 1em;
|
||||
margin-top: 0.2em;
|
||||
}
|
||||
|
||||
/* results section */
|
||||
@@ -350,8 +348,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media( max-width: 1400px) {
|
||||
.ui.steps > .step {
|
||||
@media(max-width: 1400px) {
|
||||
.ui.steps > .step:not(.active) {
|
||||
padding-left: 1.2em;
|
||||
padding-right: 0.8em;
|
||||
&::before {
|
||||
@@ -362,4 +360,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media(max-width: 750px) {
|
||||
#logo {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -52,6 +52,7 @@
|
||||
Renumber
|
||||
</button>
|
||||
</div>
|
||||
<div>
|
||||
<div id="paired" class="multi-select" title="white vs. black">
|
||||
#foreach($game in $games)
|
||||
#set($white = $pmap[$game.w])
|
||||
@@ -65,10 +66,11 @@
|
||||
</div>
|
||||
#end
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="result-sheets"><a href="result-sheets?id=${tour.id}&round=${round}" target="_blank" class="ui mini floating icon button">result sheets <i class="fa fa-external-link"></i></a></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="edit-pairing" class="popup">
|
||||
|
Reference in New Issue
Block a user