Initial implementation of BitNode-8: Ghost of Wall Street. Added TextFile.js to git. Added design for company management

This commit is contained in:
danielyxie
2017-10-20 16:59:54 -05:00
parent 153831afe9
commit 4ccad83e5e
8 changed files with 3614 additions and 2785 deletions
+16 -7
View File
@@ -596,21 +596,25 @@ div.faction-clear {
margin: 10px;
}
.stock-market-qty-input {
.stock-market-input {
display: inline-block;
padding: 4px;
margin: 2px;
background-color: black;
border: 1px solid white;
color: var(--my-font-color);
padding: 4px;
margin: 4px;
background-color:black;
}
.stock-market-position-text {
color:white;
white-space: pre;
display:block;
}
.stock-market-buy-sell-button {
color: #aaa;
font-size: 16px;
font-weight: bold;
padding: 2px;
margin: 6px;
border: 1px solid white;
}
.stock-market-buy-sell-button:hover,
@@ -620,6 +624,11 @@ div.faction-clear {
cursor: pointer;
}
.stock-market-order-list {
overflow-y:auto;
max-height: 100px;
}
/* Gang */
#gang-container {
position: fixed;