Updated Stock market UI for new stock Max Shares restriction. Added Netscript function for getting a stock's max shares

This commit is contained in:
danielyxie
2019-01-09 02:06:49 -08:00
parent 0effdac6d1
commit 9db7aee34e
11 changed files with 2280 additions and 594 deletions
+4 -4
View File
@@ -1222,7 +1222,8 @@ button {
display: inline;
width: 25%; }
/* Stock market */
/* COLORS */
/* Attributes */
#stock-market-container {
position: fixed;
padding: 6px; }
@@ -1235,13 +1236,12 @@ button {
margin-left: 10px;
display: block; }
/* Change font size of Stock TIcker headers */
#stock-market-list li button {
font-size: 16px; }
#stock-market-container p {
padding: 10px;
margin: 10px;
padding: 6px;
margin: 6px;
width: 70%; }
#stock-market-container a {