More actions
m Readded floating to allow for multiple fits per line. |
m Modified text heights. |
||
| Line 61: | Line 61: | ||
border-bottom: solid 2px #404040; | border-bottom: solid 2px #404040; | ||
line-height: | line-height: 23px; | ||
font-size: 14px; | font-size: 14px; | ||
} | |||
.shipFitting .fittingHeader img { | |||
margin-top: -2px; | |||
} | } | ||
| Line 72: | Line 76: | ||
width: 45px; | width: 45px; | ||
height: 16px; | height: 16px; | ||
line-height: | line-height: 17px; | ||
font-size: 8px; | font-size: 8px; | ||
border-left: solid 1px #404040; | border-left: solid 1px #404040; | ||
| Line 180: | Line 184: | ||
.shipFitting .note { | .shipFitting .note { | ||
width: 198px; | width: 198px; | ||
height: | height: 19px; | ||
border: solid 1px #404040; | border: solid 1px #404040; | ||
margin-bottom: 4px; | margin-bottom: 4px; | ||
line-height: | line-height: 19px; | ||
font-size: 10px; | font-size: 10px; | ||
} | } | ||
| Line 246: | Line 250: | ||
border: solid 1px #404040; | border: solid 1px #404040; | ||
line-height: | line-height: 19px; | ||
font-size: 10px; | font-size: 10px; | ||
cursor: pointer; | cursor: pointer; | ||
} | } | ||
.shipFitting .button:hover { | .shipFitting .button.empty { | ||
background-color: # | color: #555555; | ||
border-color: #353535; | |||
} | |||
.shipFitting .button:not(.empty):hover { | |||
background-color: #303030; | |||
} | } | ||
.shipFitting .button.active { | .shipFitting .button.active { | ||
background-color: # | background-color: #2C2C2C; | ||
} | } | ||