formatting tweaks

This commit is contained in:
sparks-alec
2022-02-07 23:10:51 -05:00
parent 46de005b30
commit b8237423d6
2 changed files with 14 additions and 8 deletions
+2 -2
View File
@@ -19,9 +19,9 @@
<% } %>
<% if(partNumber!=0){ %>
<td class="num">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;P<%= partNumber %></td>
<td class="num" style="padding-left: 20px;"><div>P<%= partNumber %></div></td>
<% }else{ %>
<td class="num">&nbsp;<%= cueNumber %></td>
<td class="num"><div><%= cueNumber %></div></td>
<% } %>
<% if(partNumber!=0 || part.partcount==0){ %>
+12 -6
View File
@@ -11,7 +11,7 @@ th {
}
td {
text-align: center;
padding: 6px;
padding: 4px 6px;
}
td:first-child {
text-align: left;
@@ -25,6 +25,7 @@ td.num {
font-weight: 600;
font-size: 16px;
}
.scene {
background-color: black;
border-top: #141414 2px solid;
@@ -46,14 +47,19 @@ td.num {
border: #2f2b35 2px solid;
border-radius: 5px;
}
tr.active-cue {
color: #d49800;
}
tr.active-cue td.num {
color: #d49800;
color: #c78b07;
}
tr.active-cue td.num div{
margin: 0px;
padding: 1px 6px;
background-color: #c78b07;
border-radius: 4px;
color: black;
}
tr.active-cue .time {
border-color: #d49800;
border-color: #c78b07;
}
@media screen and (min-width: 0px) and (max-width: 750px) {