Did more work on applying for jobs at companies. Need to create constructor/Revivor for companyPositions

This commit is contained in:
Daniel Xie
2017-02-02 17:33:47 -06:00
parent c7b093830b
commit 7382454e83
8 changed files with 1403 additions and 888 deletions
+18
View File
@@ -166,6 +166,7 @@
/* Augmentations */
#augmentations-container {
color: #66ff33;
position: fixed;
padding-top: 10px;
padding-left: 10px;
@@ -176,10 +177,27 @@
/* Tutorial */
#tutorial-container {
color: #66ff33;
position: fixed;
padding-top: 10px;
padding-left: 10px;
height: 100%;
margin-left: 10%;
width: 99%;
}
/* Location */
#location-container {
color: #66ff33;
position: fixed;
padding-top: 10px;
padding-left: 10px;
padding: 20px;
height: 100%;
margin-left: 10%;
width: 99%;
}
#location-container * {
margin: 10px 5px 10px 5px;
}