Added Locations. Need to add buttons to make everything connect together properly, and also getting/working for josb

This commit is contained in:
Daniel Xie
2017-01-30 21:41:42 -06:00
parent bf893926b7
commit 007d4436c9
9 changed files with 707 additions and 532 deletions
+22
View File
@@ -100,6 +100,21 @@
width: 99%;
}
/* Purchase servers */
#purchase-servers-container {
position: fixed;
padding-top: 10px;
padding-left: 10px;
height: 100%;
margin-left: 10%;
width: 99%;
}
#purchase-servers-input, #purchase-servers-gb-text {
display:inline-block;
color: #66ff33;
}
/* Create program */
#create-program-container {
position: fixed;
@@ -118,6 +133,7 @@
height: 100%;
margin-left: 10%;
width: 99%;
color: #66ff33;
}
#faction-container {
@@ -141,6 +157,12 @@
display:inline-block;
}
/* World */
#world-container li {
margin: 0 0 15px 0;
list-style-type: none;
}
/* Augmentations */
#augmentations-container {