shipyard: group compared, scrollbar on demand, borders

This commit is contained in:
EspenMH
2019-09-03 12:13:22 +02:00
committed by felixlinker
parent b44c66b986
commit c7547e8baf
4 changed files with 70 additions and 20 deletions

View File

@@ -49,4 +49,44 @@ a.ship {
font-size: 0.7em;
float: right;
}
}
}
.shipyard-table-wrapper {
white-space: nowrap;
margin: 0 auto;
font-size: 0.8em;
position: relative;
display: inline-block;
max-width: 100%;
}
table.shipyard-table{
tbody tr.comparehighlight{
background-color: @secondary-bg;
color: @fg-highlighted;
}
}
.shipyard-table-wrapper {
border-bottom: 1px solid @primary-darker;
}
.shipyard-table-wrapper div .shipyard-table td:last-child {
border-right: 1px solid @primary-darker;
}
.shipyard-table-wrapper > .shipyard-table td:first-child {
border-left: 1px solid @primary-darker;
}
.content-wrapper{
display: inline-block;
margin: 0 auto;
}
.table-tools{
text-align: left;
color: @primary;
label{
cursor: pointer;
}
}