mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-30 21:07:04 +02:00
Added Locations. Need to add buttons to make everything connect together properly, and also getting/working for josb
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user